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

2019-07-06 Thread Evangelos Foutras via arch-commits
Date: Saturday, July 6, 2019 @ 07:13:52
  Author: foutrelis
Revision: 487497

poppler 0.78 / nettle 3.5 rebuild

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-05 21:56:19 UTC (rev 487496)
+++ PKGBUILD2019-07-06 07:13:52 UTC (rev 487497)
@@ -7,7 +7,7 @@
 
 pkgname=aria2
 pkgver=1.34.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('x86_64')
 url='http://aria2.sourceforge.net/'


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

2019-07-06 Thread Evangelos Foutras via arch-commits
Date: Saturday, July 6, 2019 @ 07:14:00
  Author: foutrelis
Revision: 487498

archrelease: copy trunk to community-staging-x86_64

Added:
  aria2/repos/community-staging-x86_64/
  aria2/repos/community-staging-x86_64/PKGBUILD
(from rev 487497, aria2/trunk/PKGBUILD)

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

Copied: aria2/repos/community-staging-x86_64/PKGBUILD (from rev 487497, 
aria2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-06 07:14:00 UTC (rev 487498)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel Velasquez 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aria2
+pkgver=1.34.0
+pkgrel=3
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
+checkdepends=('cppunit')
+source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz";)
+sha512sums=('80bc43e242c06acc95030021cb347b4ec230729f3d7e512ca1932941b34ef95c312a34007a226869e5d720839a400e66cdb072ccab5d42228d8cf3d828723dcc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-libaria2 \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # add bash completion
+  install -d "$pkgdir"/usr/share/bash-completion/completions
+  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
+"$pkgdir"/usr/share/bash-completion/completions
+  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
+}


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Saturday, July 6, 2019 @ 09:05:17
  Author: felixonmars
Revision: 487499

poppler 0.78 / nettle 3.5 rebuild

Modified:
  viking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 07:14:00 UTC (rev 487498)
+++ PKGBUILD2019-07-06 09:05:17 UTC (rev 487499)
@@ -4,7 +4,7 @@
 
 pkgname=viking
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+2 application to manage GPS data"
 arch=('x86_64')
 url="https://sourceforge.net/projects/viking/";


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Saturday, July 6, 2019 @ 09:05:28
  Author: felixonmars
Revision: 487500

archrelease: copy trunk to community-staging-x86_64

Added:
  viking/repos/community-staging-x86_64/
  viking/repos/community-staging-x86_64/PKGBUILD
(from rev 487499, viking/trunk/PKGBUILD)
  viking/repos/community-staging-x86_64/viking.changelog
(from rev 487499, viking/trunk/viking.changelog)

--+
 PKGBUILD |   32 ++
 viking.changelog |   55 +
 2 files changed, 87 insertions(+)

Copied: viking/repos/community-staging-x86_64/PKGBUILD (from rev 487499, 
viking/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-06 09:05:28 UTC (rev 487500)
@@ -0,0 +1,32 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Nick Østergaard 
+# Contributor: Jonny Gerold 
+
+pkgname=viking
+pkgver=1.7
+pkgrel=2
+pkgdesc="GTK+2 application to manage GPS data"
+arch=('x86_64')
+url="https://sourceforge.net/projects/viking/";
+license=('GPL2')
+depends=('curl' 'file' 'gpsd' 'gtk2' 'libgexiv2' 'mapnik' 'geoclue' 'liboauth')
+makedepends=('boost' 'gnome-doc-utils' 'intltool')
+optdepends=('gpsbabel: import and export GPS tracks from various formats')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7c791e8cdb62dbf4776e37f95fdb2825ac48550e3f6829a015e1b30c76135824')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export CXXFLAGS="$CXXFLAGS -I/usr/include/mapnik"
+  ./configure --prefix=/usr --enable-expedia --enable-geocaches
+  make
+}
+
+package(){
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: viking/repos/community-staging-x86_64/viking.changelog (from rev 
487499, viking/trunk/viking.changelog)
===
--- community-staging-x86_64/viking.changelog   (rev 0)
+++ community-staging-x86_64/viking.changelog   2019-07-06 09:05:28 UTC (rev 
487500)
@@ -0,0 +1,55 @@
+2019-07-01 Jaroslav Lichtblau 
+   * viking 1.7-1
+
+2018-10-09 Jaroslav Lichtblau 
+   * viking 1.6.2-7 gpsd 3.18 rebuild
+
+2016-04-30 Jaroslav Lichtblau 
+   * viking 1.6.2-3 pacman hooks rebuild
+
+2015-12-24 Jaroslav Lichtblau 
+   * viking 1.6.2-1
+
+2015-11-25 Jaroslav Lichtblau 
+   * viking 1.6.1-1
+
+2015-05-21 Jaroslav Lichtblau 
+   * viking 1.6-3
+   * gpsd 3.14 rebuild
+
+2015-04-26 Jaroslav Lichtblau 
+   * viking 1.6-2
+   * boost rebuild
+
+2015-03-31 Jaroslav Lichtblau 
+   * viking 1.6-1
+
+2014-09-02 Jaroslav Lichtblau 
+   * viking 1.5.1-1
+
+2014-02-04 Jaroslav Lichtblau 
+   * viking 1.5-1
+
+2013-09-28 Jaroslav Lichtblau 
+   * viking 1.4.2-1
+
+2013-05-18 Jaroslav Lichtblau 
+   * viking 1.4.1-1
+
+2013-02-24 Jaroslav Lichtblau 
+   * viking 1.4-1
+
+2012-10-02 Jaroslav Lichtblau 
+   * viking 1.3.2.1-1
+
+2012-05-05 Jaroslav Lichtblau 
+   * viking 1.3.0-1
+
+2011-11-27 Jaroslav Lichtblau 
+   * viking 1.2.2-1
+
+2011-08-28 Jaroslav Lichtblau 
+   * viking 1.2.1-1
+
+2011-06-22 Jaroslav Lichtblau 
+   * viking 1.2-1


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

2019-07-06 Thread Evangelos Foutras via arch-commits
Date: Saturday, July 6, 2019 @ 09:07:35
  Author: foutrelis
Revision: 487501

archrelease: copy trunk to community-testing-x86_64

Added:
  haskell-nettle/repos/community-testing-x86_64/
  haskell-nettle/repos/community-testing-x86_64/PKGBUILD
(from rev 487500, haskell-nettle/trunk/PKGBUILD)

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

Copied: haskell-nettle/repos/community-testing-x86_64/PKGBUILD (from rev 
487500, haskell-nettle/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-07-06 09:07:35 UTC (rev 487501)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=nettle
+pkgname=haskell-nettle
+pkgver=0.3.0
+pkgrel=41
+pkgdesc="Safe nettle binding"
+url="https://github.com/stbuehler/haskell-nettle";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'nettle' 'haskell-byteable' 'haskell-crypto-cipher-types' 
'haskell-tagged'
+ 'haskell-securemem')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9bc875c0674ea615f47c498bd40fcbd8ffb356e99b30bde6b0e350a9dcfed353bc21242ea625cecc23b16b617f1e163dab42740cadc49ac5c73f161fd0898ac7')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


[arch-commits] Commit in haskell-nettle/repos/community-testing-x86_64 (PKGBUILD)

2019-07-06 Thread Evangelos Foutras via arch-commits
Date: Saturday, July 6, 2019 @ 09:08:00
  Author: foutrelis
Revision: 487502

Adjust pkgrel for nettle rebuild

Modified:
  haskell-nettle/repos/community-testing-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 09:07:35 UTC (rev 487501)
+++ PKGBUILD2019-07-06 09:08:00 UTC (rev 487502)
@@ -3,7 +3,7 @@
 _hkgname=nettle
 pkgname=haskell-nettle
 pkgver=0.3.0
-pkgrel=41
+pkgrel=40
 pkgdesc="Safe nettle binding"
 url="https://github.com/stbuehler/haskell-nettle";
 license=('MIT')


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

2019-07-06 Thread Evangelos Foutras via arch-commits
Date: Saturday, July 6, 2019 @ 09:08:19
  Author: foutrelis
Revision: 487503

archrelease: copy trunk to community-testing-x86_64

Added:
  haskell-hopenpgp/repos/community-testing-x86_64/
  haskell-hopenpgp/repos/community-testing-x86_64/PKGBUILD
(from rev 487502, haskell-hopenpgp/trunk/PKGBUILD)

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

Copied: haskell-hopenpgp/repos/community-testing-x86_64/PKGBUILD (from rev 
487502, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-07-06 09:08:19 UTC (rev 487503)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.7.4.1
+pkgrel=83
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-base64-bytestring' 
'haskell-bifunctors'
+ 'haskell-bzlib' 'haskell-binary-conduit' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-crypto-cipher-types' 'haskell-errors' 
'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 
'haskell-newtype'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-wl-pprint-extras' 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1b0e2ec52726ba84dc93b7cffe7bccfa2d259049f1629799d239c9e2ef6abf13da561dd99775601d989ae5d5cc251a1684f23a243e6a27a663850f132f0724df')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-hopenpgp/repos/community-testing-x86_64 (PKGBUILD)

2019-07-06 Thread Evangelos Foutras via arch-commits
Date: Saturday, July 6, 2019 @ 09:08:51
  Author: foutrelis
Revision: 487504

Adjust pkgrel for nettle rebuild

Modified:
  haskell-hopenpgp/repos/community-testing-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 09:08:19 UTC (rev 487503)
+++ PKGBUILD2019-07-06 09:08:51 UTC (rev 487504)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.7.4.1
-pkgrel=83
+pkgrel=82
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/";
 license=('MIT')


[arch-commits] Commit in libreoffice-fresh-i18n/trunk (PKGBUILD)

2019-07-06 Thread Andreas Radke via arch-commits
Date: Saturday, July 6, 2019 @ 11:22:05
  Author: andyrtr
Revision: 357355

upgpkg: libreoffice-fresh-i18n 6.2.5-1

upstream update 6.2.5

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  348 ++---
 1 file changed, 174 insertions(+), 174 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 09:11:45 UTC (rev 357354)
+++ PKGBUILD2019-07-06 11:22:05 UTC (rev 357355)
@@ -3,7 +3,7 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=6.2.4
+pkgver=6.2.5
 pkgrel=1
 _rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
@@ -137,351 +137,351 @@
   'zu"Zulu"0'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('77a595a4b0d7a3901bf0b11d4b4843f69057cc2be836c9c12d205d3c82bf5140'
+sha256sums=('1d183e65b1ed1ab1c080096c1b8c149be5938fa6aa96b7ad655d75c171986108'
 'SKIP'
-'e6ad2eba63f84d56c59b60285200831507944e9692474a8baef7bbdc48c7b6d2'
+'7d55c4932892e19bfcf41baa47b68d0c3b181fcc21b58e480cdc73d09f88832d'
 'SKIP'
-'91af3002d3dec8da7985ecb9119cb2d9dfaa4da43ee3de1ea7f0bda89b94a9d4'
+'69231ad21128044dedc33ba34b95aebedb353878fbf52cff940282ea7a1f6d2d'
 'SKIP'
-'a1823fedb1fbbe83c4c6bb1504b22dd5f618595626abbcf9dca4be8133787be1'
+'c529937d3c8bd2aa2aab40a68b5e0781cd5f249a7d5ff564be665ad976d21ac3'
 'SKIP'
-'75537175107878e88fe0a6618802d2a80edadc2bb8cfd2ae9bcf6b5985b5c285'
+'26455f74ce12dfd67e32427acef7f12dfbf80b9ff41982d009c3416722fe431b'
 'SKIP'
-'5d38200538d29833c7062afc24a2599f82e5b3ae594b7ba25947db66216fffba'
+'de7788075a5bf7da9d02afaf485f378127008ac7dbdde26c248b0a5e94dfa425'
 'SKIP'
-'205203cd8210cebb73d30158bc274b8a9351a358c977c9d0440d14865b194eeb'
+'39bb94d83ede865d392b2af5da6358f4aace27b720867edb465ad36404df477f'
 'SKIP'
-'90b2702e80cd977e47e4e725794793c5f11e4860d1e8b9bffc1767d490cf0ee6'
+'6022fd4dbc372aa990e6424c50cbb9526e2e64b6159eba06597113500767fd5e'
 'SKIP'
-'a9e79ae3216d314e3d1d5105ac10115edc8b5dcbe9d3e98f078a84d038922774'
+'be2e479421204e8df7a35b2d953368827268031ad6a19a8b412f27312c27c048'
 'SKIP'
-'17d0c4466d4ad399035d550b90ab89be2b32c9d0c075c929247214b46dbe3433'
+'d5a357d578df94d08e7e39abefd7aa9dacbd3d4b850120a40d3a02e324e18408'
 'SKIP'
-'e9eddce5f96fb7fd6f9f1c57249ccbcd4862d146de7c0101c21d7ec2f26d22f6'
+'7bdb30988dc9806783c84041d4c95def67b92c442815b68563265c9356e2c56a'
 'SKIP'
-'da00c1507054cfcf999ef27a1d2a103a4320f6a393c2ae10944b1083bf4b7c66'
+'d1b9404c5535cc89eead1b14a69800aec455efc5fc2f9138aec73a70947a5782'
 'SKIP'
-'0edf9e65ffad5e9c84aabd1dfc14ec407e9ffcc4048264b0f2615e9c2abd9ebb'
+'b2dc3d85412fb05a235e54d8cdb1fe7d1886de82eb5e1bb7fa93e137960a3d9e'
 'SKIP'
-'660671c4758275704bdb5e97b958614195e97cf651db033cf01416dd768d311f'
+'3c4b86bae3a712c80fc9d1ffeb93d5d4325e01307d1f8e5dc63aed6708ae960f'
 'SKIP'
-'72196fb06145c2f25b7fac9c79c1ed8f8c2b0a614dedb928287466b660d88190'
+'c402687e650627c71ef16635f550f0692327ee260fa802a5801af4b66078ac57'
 'SKIP'
-'0b89e31618b7f102300f130ddebdb669c7f7456a45ff2fa147833682a3822b43'
+'6f24168916d3d1dfc0777e1d269dd7ddae0532a49c2673beb5ad58d030610f5a'
 'SKIP'
-'56b601777fcf3ab33b6ccd952b6e5ce7031ba5d89853b01d4056628e4a83bfcd'
+'78a5620d394809494102447a4fd5caee6992329a288c5125adb623c456d22090'
 'SKIP'
-'68afe967b59b753587e4cbdd611e517f1ab2f18230406f7e3a6e0e363a74c884'
+'86d94ee21cc923f5bf9ec6c60e630672f5db3ebf81cac3c35ffa13c32247c63e'
 'SKIP'
-'d9337965df68ab30b406c76c4e30891cab9a9db4d07804691a76fe2f9fd4b696'
+'c30144775e42112998667cfe967ae60954ec2044054f570a4f5425dfd7b133af'
 'SKIP'
-'18e784fa301206539e35a6ee69b856ff34b3b9518d7881f8e2e208693686d602'
+'397cd84921c84b95a2f1f4e6fde8792b191dd457c66af3c359062609b5f8fa6a'
 'SKIP'
-'b91cc6fbc29d1f5c3da8e9d606142338932d050f4ceedead782155d5b0964ff8'
+'c62acb8ed6be41d49c1ae70df5ed2fcb581de8bbf11c60b663cf88ae06a5ec5d'
 'SKIP'
-'6826a2201dd77717440f75a5bb2ad440d65b2e679dd8e9fede9277c1256acdcb'
+'647a43033b5421373c58da16167ae02f2e0bd9092b82b0cd54bdaa279ec0470a'
 'SKIP'
-'9c88e70880da84cf9ca61d09556735998be43d72617ed075a01d616ddefcd311'
+'d23a0cd13cc67a49bc80f931d1142ae908b2457a83a0a53bcef1c3aca2451e4f'
 'SKIP'
-  

[arch-commits] Commit in libreoffice-fresh-i18n/repos (2 files)

2019-07-06 Thread Andreas Radke via arch-commits
Date: Saturday, July 6, 2019 @ 11:23:34
  Author: andyrtr
Revision: 357356

archrelease: copy trunk to testing-any

Added:
  libreoffice-fresh-i18n/repos/testing-any/
  libreoffice-fresh-i18n/repos/testing-any/PKGBUILD
(from rev 357355, libreoffice-fresh-i18n/trunk/PKGBUILD)

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

Copied: libreoffice-fresh-i18n/repos/testing-any/PKGBUILD (from rev 357355, 
libreoffice-fresh-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-07-06 11:23:34 UTC (rev 357356)
@@ -0,0 +1,541 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=libreoffice-fresh-i18n
+
+pkgver=6.2.5
+pkgrel=1
+_rcver=${pkgver}.2
+#_oodlver=${pkgver}.0.beta1
+_oodlver=${pkgver}
+
+arch=('any')
+url="http://www.documentfoundation.org";
+license=('LGPL')
+
+#https://download.documentfoundation.org/mirrors/all.html
+
+_url="https://download.documentfoundation.org/libreoffice/stable";
+#_url="https://download.documentfoundation.org/libreoffice/testing";
+#_url="https://dev-builds.libreoffice.org/pre-releases";
+
+
+#_url+="/${pkgver}-rc2/rpm/x86_64"
+#_url+="/${pkgver}/rpm/x86_64"
+_url+="/${pkgver}/rpm/x86_64"
+#_url+="/rpm/x86_64"
+
+_languages=(
+  'af"Afrikaans"   0'
+  'am"Amharic" 1'
+  'ar"Arabic"  1'
+  'as"Assamese (India)"0'
+  'ast   "Asturianu"   1'
+  'be"Belarusian"  0'
+  'bg"Bulgarian"   1'
+  'bn"Bengali" 1'
+  'bn-IN "Bengali (India)" 1'
+  'bo"Tibetan" 1'
+  'br"Breton"  0'
+  'brx   "Bodo"0'
+  'bs"Bosnian" 1'
+  'ca"Catalan" 1'
+  'ca-valencia   "Catalan (Valencia)"  1'
+  'cs"Czech"   1'
+  'cy"Welsh"   0'
+  'da"Danish"  1'
+  'de"German"  1'
+  'dgo   "Dogri"   0'
+  'dz"Dzongkha"1'
+  'el"Greek"   1'
+  'en-GB "English (GB)"1'
+  'en-ZA "English (ZA)"1'
+  'eo"Esperanto"   1'
+  'es"Spanish" 1'
+  'et"Estonian"1'
+  'eu"Basque"  1'
+  'fa"Persian" 0'
+  'fi"Finnish" 1'
+  'fr"French"  1'
+  'ga"Irish"   0'
+  'gd"Gaelic (Scottish)"   0'
+  'gl"Galician"1'
+  'gu"Gujarati"1'
+  'he"Hebrew"  1'
+  'hi"Hindi"   1'
+  'hr"Croatian"1'
+  'hu"Hungarian"   1'
+  'id"Indonesian"  1'
+  'is"Icelandic"   1'
+  'it"Italian" 1'
+  'ja"Japanese"1'
+  'ka"Georgian"1'
+  'kk"Kazakh"  0'
+  'km"Khmer (Cambodia)"1'
+  'kmr-Latn  "Kurdish" 0'
+  'kn"Kannada" 0'
+  'ko"Korean"  1'
+  'kok   "Konkani" 0'
+  'ks"Kashmiri"0'
+  'lb"Luxembourgish"   0'
+  'lo"Lao" 1'
+  'lt"Lithuanian"  1'
+  'lv"Latvian" 1'
+  'mai   "Maithili"0'
+  'mk"Macedonian"  1'
+  'ml"Malayalam"   0'
+  'mn"Mongolian"   0'
+  'mni   "Manipuri"0'
+  'mr"Marathi" 0'
+  'my"Burmese" 0'
+  'nb"Norwegian Bokmal"1'
+  'ne"Nepali"  1'
+  'nl"Dutch"   1'
+  'nn"Norwegian Nynorsk"   1'
+  'nr"Ndebele (South)" 0'
+  'nso   "Northern Sotho"  0'
+  'oc"Occitan" 0'
+  'om"Oromo"   1'
+  'or"Oriya"   0'
+  'pa-IN "Punjabi (India)" 0'
+  'pl"Polish"  1'
+  'pt"Portuguese"  1'
+  'pt-BR "Portuguese (Brasil)" 1'
+  'ro"Romanian"1'
+  'ru 

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

2019-07-06 Thread Florian Pritz via arch-commits
Date: Saturday, July 6, 2019 @ 11:47:34
  Author: bluewind
Revision: 487528

Update upstream URL

Modified:
  tipp10/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 09:12:37 UTC (rev 487527)
+++ PKGBUILD2019-07-06 11:47:34 UTC (rev 487528)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="intelligent typing tutor"
 arch=('x86_64')
-url="https://www.tipp10.com/";
+url="https://gitlab.com/a_a/tipp10";
 license=('GPL2')
 depends=('qt5-multimedia')
 
source=(https://gitlab.com/a_a/tipp10/-/archive/v$pkgver/tipp10-v$pkgver.tar.gz)


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

2019-07-06 Thread Sébastien Luttringer via arch-commits
Date: Saturday, July 6, 2019 @ 12:53:57
  Author: seblu
Revision: 357357

upgpkg: btrfs-progs 5.2-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 11:23:34 UTC (rev 357356)
+++ PKGBUILD2019-07-06 12:53:57 UTC (rev 357357)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=5.1.1
+pkgver=5.2
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
@@ -24,7 +24,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 md5sums=('SKIP'
- '7361746c27aece91fa79705a3964ff0c'
+ '61be9c48f088bd27480cd9ecf6121cf8'
  '7241ba3a4286d08da0d50b7176941112'
  'b09688a915a0ec8f40e2f5aacbabc9ad'
  '917b31f4eb90448d6791e17ea0f386c7'


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

2019-07-06 Thread Sébastien Luttringer via arch-commits
Date: Saturday, July 6, 2019 @ 12:54:11
  Author: seblu
Revision: 357358

archrelease: copy trunk to testing-x86_64

Added:
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 357357, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 357357, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 357357, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 357357, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 357357, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 357357, btrfs-progs/trunk/initcpio-install-btrfs)

+
 PKGBUILD   |   74 +++
 btrfs-progs.install|   15 +
 btrfs-scrub@.service   |8 +
 btrfs-scrub@.timer |   11 ++
 initcpio-hook-btrfs|7 
 initcpio-install-btrfs |   17 ++
 6 files changed, 132 insertions(+)

Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 357357, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-06 12:54:11 UTC (rev 357358)
@@ -0,0 +1,74 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=5.2
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('x86_64')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd')
+optdepends=('python: libbtrfsutil python bindings')
+url='https://btrfs.wiki.kernel.org'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '61be9c48f088bd27480cd9ecf6121cf8'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad'
+ '917b31f4eb90448d6791e17ea0f386c7'
+ '42475169de355a33d551b2f368eb0a50')
+
+prepare() {
+  cd $pkgname-v$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+msg2 "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install install_python
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 357357, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-x86_64/btrfs-progs.install  (rev 0)
+++ testing-x86_64/btrfs-progs.install  2019-07-06 12:54:11 UTC (rev 357358)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp "$2" 0.19.20121005)" < 0 )); then
+echo 'btrfs multi-device support now relies on linux 3.6 or later'
+  elif (( "$(vercmp "$2" 4.3.1-2)" < 0 )); then
+echo 'btrfs-scrub@.timer instance names must not be prefix by dash anymore'
+echo 'use btrfs-scrub@-.timer to scrub / monthly'
+echo 'btrfs-scrub@home.timer to scrub /home monthly.'
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service (from rev 357357, 
btrfs-progs/trunk/btrfs-scrub@.service)
===
--- testing-x86_64/btrfs-scrub@.service (rev 0)
+++ testing-x86_64/btrfs-scrub@.service 2019-07-06 12:54:11 UTC (rev 357358

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

2019-07-06 Thread Daniel Bermond via arch-commits
Date: Saturday, July 6, 2019 @ 13:12:45
  Author: dbermond
Revision: 487529

upgpkg: intel-compute-runtime 19.26.13286-1

Updated to version 19.26.13286

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 11:47:34 UTC (rev 487528)
+++ PKGBUILD2019-07-06 13:12:45 UTC (rev 487529)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.25.13237
+pkgver=19.26.13286
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('641ec26640799bf28c9bca87b5cdb2fe5e0341cb6e18ea24372d64eab1e93448')
+sha256sums=('74ab6290300b86993ec498216b053acf3fff1f624e714d73a1be9e1c45189d43')
 
 prepare() {
 mkdir -p build


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

2019-07-06 Thread Daniel Bermond via arch-commits
Date: Saturday, July 6, 2019 @ 13:13:26
  Author: dbermond
Revision: 487530

archrelease: copy trunk to community-x86_64

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

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

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

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


[arch-commits] Commit in intel-media-driver/trunk (PKGBUILD)

2019-07-06 Thread Daniel Bermond via arch-commits
Date: Saturday, July 6, 2019 @ 13:14:01
  Author: dbermond
Revision: 487531

upgpkg: intel-media-driver 19.2.0-1

Updated to version 19.2.0

Modified:
  intel-media-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 13:13:26 UTC (rev 487530)
+++ PKGBUILD2019-07-06 13:14:01 UTC (rev 487531)
@@ -1,8 +1,8 @@
 # Maintainer: Bruno Pagani 
-# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
+# Maintainer: Daniel Bermond 
 
 pkgname=intel-media-driver
-pkgver=19.1.0
+pkgver=19.2.0
 pkgrel=1
 pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(gcc-libs intel-gmmlib libva libpciaccess)
 makedepends=(cmake)
 
source=("https://github.com/${pkgname/-//}/archive/${pkgname%-*}-${pkgver}.tar.gz";)
-sha256sums=('3c0de20fb1b9035f0096569ddb7682d152e5c358349eec11b0779bb82067a57e')
+sha256sums=('313df4545624a51d3e6590461cbc1e633cc8f086441979cac923e4b64c16c68c')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-media-driver/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-06 Thread Daniel Bermond via arch-commits
Date: Saturday, July 6, 2019 @ 13:14:39
  Author: dbermond
Revision: 487532

archrelease: copy trunk to community-x86_64

Added:
  intel-media-driver/repos/community-x86_64/PKGBUILD
(from rev 487531, intel-media-driver/trunk/PKGBUILD)
Deleted:
  intel-media-driver/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-06 13:14:01 UTC (rev 487531)
+++ PKGBUILD2019-07-06 13:14:39 UTC (rev 487532)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
-
-pkgname=intel-media-driver
-pkgver=19.1.0
-pkgrel=1
-pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
-arch=(x86_64)
-url="https://github.com/intel/media-driver/";
-license=(MIT BSD)
-depends=(gcc-libs intel-gmmlib libva libpciaccess)
-makedepends=(cmake)
-source=("https://github.com/${pkgname/-//}/archive/${pkgname%-*}-${pkgver}.tar.gz";)
-sha256sums=('3c0de20fb1b9035f0096569ddb7682d152e5c358349eec11b0779bb82067a57e')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${pkgname#*-}-${pkgname%-*}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DINSTALL_DRIVER_SYSCONF=OFF \
--Wno-dev
-make
-}
-
-package() {
-cd build
-make DESTDIR="$pkgdir" install
-install -Dm644 ../${pkgname#*-}-${pkgname%-*}-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: intel-media-driver/repos/community-x86_64/PKGBUILD (from rev 487531, 
intel-media-driver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-06 13:14:39 UTC (rev 487532)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Daniel Bermond 
+
+pkgname=intel-media-driver
+pkgver=19.2.0
+pkgrel=1
+pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
+arch=(x86_64)
+url="https://github.com/intel/media-driver/";
+license=(MIT BSD)
+depends=(gcc-libs intel-gmmlib libva libpciaccess)
+makedepends=(cmake)
+source=("https://github.com/${pkgname/-//}/archive/${pkgname%-*}-${pkgver}.tar.gz";)
+sha256sums=('313df4545624a51d3e6590461cbc1e633cc8f086441979cac923e4b64c16c68c')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname#*-}-${pkgname%-*}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DINSTALL_DRIVER_SYSCONF=OFF \
+-Wno-dev
+make
+}
+
+package() {
+cd build
+make DESTDIR="$pkgdir" install
+install -Dm644 ../${pkgname#*-}-${pkgname%-*}-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-07-06 Thread Maxim Baz via arch-commits
Date: Saturday, July 6, 2019 @ 13:40:11
  Author: maximbaz
Revision: 487533

ttf-joypixels: install file in the generic TTF folder

Modified:
  ttf-joypixels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 13:14:39 UTC (rev 487532)
+++ PKGBUILD2019-07-06 13:40:11 UTC (rev 487533)
@@ -2,7 +2,7 @@
 
 pkgname=ttf-joypixels
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Emoji as a Service (formerly EmojiOne)'
 url='https://www.joypixels.com/download'
 arch=('any')
@@ -22,7 +22,7 @@
 '05084e4ddbbb0c241bb0ff4e307853a9e6236fa1c617b7cba44af31b6bfc5e2d')
 
 package() {
-install -Dm644 "joypixels-android-${pkgver}.ttf" 
"${pkgdir}/usr/share/fonts/joypixels/joypixels.ttf"
+install -Dm644 "joypixels-android-${pkgver}.ttf" 
"${pkgdir}/usr/share/fonts/TTF/JoyPixels.ttf"
 install -Dm644 -t "${pkgdir}/etc/fonts/conf.avail" 75-joypixels.conf
 install -Dm644 "license-free-${pkgver}-${pkgrel}.pdf" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf"
 install -Dm644 "license-appendix-${pkgver}-${pkgrel}.pdf" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.appendix.pdf"


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

2019-07-06 Thread Maxim Baz via arch-commits
Date: Saturday, July 6, 2019 @ 13:40:18
  Author: maximbaz
Revision: 487534

archrelease: copy trunk to community-any

Added:
  ttf-joypixels/repos/community-any/75-joypixels.conf
(from rev 487533, ttf-joypixels/trunk/75-joypixels.conf)
  ttf-joypixels/repos/community-any/PKGBUILD
(from rev 487533, ttf-joypixels/trunk/PKGBUILD)
  ttf-joypixels/repos/community-any/ttf-joypixels.install
(from rev 487533, ttf-joypixels/trunk/ttf-joypixels.install)
Deleted:
  ttf-joypixels/repos/community-any/75-joypixels.conf
  ttf-joypixels/repos/community-any/PKGBUILD
  ttf-joypixels/repos/community-any/ttf-joypixels.install

---+
 75-joypixels.conf |  334 
 PKGBUILD  |   62 
 ttf-joypixels.install |   36 ++---
 3 files changed, 216 insertions(+), 216 deletions(-)

Deleted: 75-joypixels.conf
===
--- 75-joypixels.conf   2019-07-06 13:40:11 UTC (rev 487533)
+++ 75-joypixels.conf   2019-07-06 13:40:18 UTC (rev 487534)
@@ -1,167 +0,0 @@
-
-
-
-
-
-
-
-
-emoji
-JoyPixels
-
-
-
-
-sans
-JoyPixels
-
-
-
-serif
-JoyPixels
-
-
-
-sans-serif
-JoyPixels
-
-
-
-monospace
-JoyPixels
-
-
-
-
-
-
-
-Symbola
-
-
-
-
-
-
-
-EmojiOne
-JoyPixels
-
-
-
-Emoji One
-JoyPixels
-
-
-
-EmojiOne Color
-JoyPixels
-
-
-
-EmojiOne Mozilla
-JoyPixels
-
-
-
-
-Apple Color 
Emoji
-JoyPixels
-
-
-
-Segoe UI Emoji
-JoyPixels
-
-
-
-Segoe UI Symbol
-JoyPixels
-
-
-
-Noto Color Emoji
-JoyPixels
-
-
-
-NotoColorEmoji
-JoyPixels
-
-
-
-Android Emoji
-JoyPixels
-
-
-
-Noto Emoji
-JoyPixels
-
-
-
-Twitter Color 
Emoji
-JoyPixels
-
-
-
-Twemoji
-JoyPixels
-
-
-
-Twemoji Mozilla
-JoyPixels
-
-
-
-TwemojiMozilla
-JoyPixels
-
-
-
-EmojiTwo
-JoyPixels
-
-
-
-Emoji Two
-JoyPixels
-
-
-
-EmojiSymbols
-JoyPixels
-
-
-
-Symbola
-JoyPixels
-
-

Copied: ttf-joypixels/repos/community-any/75-joypixels.conf (from rev 487533, 
ttf-joypixels/trunk/75-joypixels.conf)
===
--- 75-joypixels.conf   (rev 0)
+++ 75-joypixels.conf   2019-07-06 13:40:18 UTC (rev 487534)
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+
+emoji
+JoyPixels
+
+
+
+
+sans
+JoyPixels
+
+
+
+serif
+JoyPixels
+
+
+
+sans-serif
+JoyPixels
+
+
+
+monospace
+JoyPixels
+
+
+
+
+
+
+
+Symbola
+
+
+
+
+
+
+
+EmojiOne
+JoyPixels
+
+
+
+Emoji One
+JoyPixels
+
+
+
+EmojiOne Color
+JoyPixels
+
+
+
+EmojiOne Mozilla
+JoyPixels
+
+
+
+
+Apple Color 
Emoji
+JoyPixels
+
+
+
+Segoe UI Emoji
+JoyPixels
+
+
+
+Segoe UI Symbol
+JoyPixels
+
+
+
+Noto Color Emoji
+JoyPixels
+
+
+
+NotoColorEmoji
+JoyPixels
+
+
+
+Android Emoji
+JoyPixels
+
+
+
+Noto Emoji
+JoyPixels
+
+
+
+Twitter Color 
Emoji
+JoyPixels
+
+
+
+Twemoji
+JoyPixels
+
+
+
+Twemoji Mozilla
+JoyPixels
+
+
+
+TwemojiMozilla
+JoyPixels
+
+
+
+EmojiTwo
+JoyPixels
+
+
+
+Emoji Two
+JoyPixels
+
+
+
+EmojiSymbols
+JoyPixels
+
+
+
+Symbola
+JoyPixels
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-06 13:40:11 UTC (rev 487533)
+++ PKGBUILD2019-07-06 13:40:18 UTC (rev 487534)
@@ -1,31 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=ttf-joypixels
-pkgver=5.0.2
-pkgrel=1
-pkgdesc='Emoji as a Service (formerly EmojiOne)'
-url='https://www.joypixels.com/download'
-arch=('any')
-license=('custom')
-depends=('fontconfig')
-provides=('emoji-font')
-conflicts=('ttf-emojione')
-replaces=('ttf-emojione')
-install="${pkgname}.install"
-source=("joypixels-android-${pkgver}.ttf::http

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

2019-07-06 Thread Felix Yan via arch-commits
Date: Saturday, July 6, 2019 @ 14:06:34
  Author: felixonmars
Revision: 487535

upgpkg: pius 3.0.0-1

Modified:
  pius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 13:40:18 UTC (rev 487534)
+++ PKGBUILD2019-07-06 14:06:34 UTC (rev 487535)
@@ -1,37 +1,30 @@
 # Maintainer: Felix Yan 
 
 pkgname=pius
-pkgver=2.2.7
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="PGP Individual User Signer"
 arch=('any')
 url="https://www.phildev.net/pius/";
 license=('GPL')
-depends=('python2-six')
-checkdepends=('python2-backports.unittest_mock' 'python2-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaymzh/pius/archive/v$pkgver.tar.gz";
-
shebang.patch::https://github.com/jaymzh/pius/commit/f5f0d7ec21e784c6c876dfdaf82afbb10cd973cb.patch)
-sha512sums=('079fe93592383d0974a8d583772087d3ac0544dce92d4cbb0b4fd5169bd8e26bac71729f9ef989bbdea2911ba11a60eef48e274864f6601e53aba6b887f79978'
-
'0e2fc3609f9ed3e56b6d9a630626724c7eb76db241426e90ab69bd84db8a67eac9408363c3a8b57e6bcb054536ef0f08b380f2aa693f4cdc8c7e761f09083c7c')
+depends=('python')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jaymzh/pius/archive/v$pkgver.tar.gz";)
+sha512sums=('6ead2a456425e073ae32a37f57716ab7221138af75a13104a3b820730869b8ad9bc16b2b1eaeb88b36078967ff0c6233328e30ac8d53d2a54ea9410704372259')
 
-prepare() {
-  cd pius-$pkgver
-  patch -p1 -i ../shebang.patch
-}
-
 build() {
   cd pius-$pkgver
-  python2 setup.py build
+  python setup.py build
 }
 
 check() {
   cd pius-$pkgver
-  python2 -m pytest
+  python -m pytest
 }
 
 package() {
   cd pius-$pkgver
-  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir"
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
 }
 
 # vim:set ts=2 sw=2 et:


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Saturday, July 6, 2019 @ 14:07:05
  Author: felixonmars
Revision: 487536

archrelease: copy trunk to community-any

Added:
  pius/repos/community-any/PKGBUILD
(from rev 487535, pius/trunk/PKGBUILD)
Deleted:
  pius/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-06 14:06:34 UTC (rev 487535)
+++ PKGBUILD2019-07-06 14:07:05 UTC (rev 487536)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=pius
-pkgver=2.2.7
-pkgrel=2
-pkgdesc="PGP Individual User Signer"
-arch=('any')
-url="https://www.phildev.net/pius/";
-license=('GPL')
-depends=('python2-six')
-checkdepends=('python2-backports.unittest_mock' 'python2-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaymzh/pius/archive/v$pkgver.tar.gz";
-
shebang.patch::https://github.com/jaymzh/pius/commit/f5f0d7ec21e784c6c876dfdaf82afbb10cd973cb.patch)
-sha512sums=('079fe93592383d0974a8d583772087d3ac0544dce92d4cbb0b4fd5169bd8e26bac71729f9ef989bbdea2911ba11a60eef48e274864f6601e53aba6b887f79978'
-
'0e2fc3609f9ed3e56b6d9a630626724c7eb76db241426e90ab69bd84db8a67eac9408363c3a8b57e6bcb054536ef0f08b380f2aa693f4cdc8c7e761f09083c7c')
-
-prepare() {
-  cd pius-$pkgver
-  patch -p1 -i ../shebang.patch
-}
-
-build() {
-  cd pius-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd pius-$pkgver
-  python2 -m pytest
-}
-
-package() {
-  cd pius-$pkgver
-  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pius/repos/community-any/PKGBUILD (from rev 487535, pius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-06 14:07:05 UTC (rev 487536)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=pius
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="PGP Individual User Signer"
+arch=('any')
+url="https://www.phildev.net/pius/";
+license=('GPL')
+depends=('python')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jaymzh/pius/archive/v$pkgver.tar.gz";)
+sha512sums=('6ead2a456425e073ae32a37f57716ab7221138af75a13104a3b820730869b8ad9bc16b2b1eaeb88b36078967ff0c6233328e30ac8d53d2a54ea9410704372259')
+
+build() {
+  cd pius-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pius-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd pius-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, July 6, 2019 @ 19:28:11
  Author: demize
Revision: 487538

upgpkg: anki 2.1.14-1

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 18:51:21 UTC (rev 487537)
+++ PKGBUILD2019-07-06 19:28:11 UTC (rev 487538)
@@ -5,8 +5,8 @@
 # Contributor: Dave Pretty 
 
 pkgname=anki
-pkgver=2.1.13
-pkgrel=2
+pkgver=2.1.14
+pkgrel=1
 
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
 url="https://ankisrs.net/";
@@ -22,7 +22,7 @@
 'mplayer: play sound')
 
 source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
-sha256sums=('8166eebc54575aa55eeff0886ffec3228b3c377885abf9cc18561b7a01cb8edb')
+sha256sums=('94b8510924ad7bf6bdd7df09045f883a644003ffd77bbdbcdf8b198864a4827b')
 
 package() {
   cd anki-$pkgver


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

2019-07-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, July 6, 2019 @ 19:28:17
  Author: demize
Revision: 487539

archrelease: copy trunk to community-any

Added:
  anki/repos/community-any/PKGBUILD
(from rev 487538, anki/trunk/PKGBUILD)
Deleted:
  anki/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-06 19:28:11 UTC (rev 487538)
+++ PKGBUILD2019-07-06 19:28:17 UTC (rev 487539)
@@ -1,31 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.1.13
-pkgrel=2
-
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="https://ankisrs.net/";
-arch=('any')
-license=('AGPL3')
-
-depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
- 'python-pyqt5' 'python-pyqtwebengine' 'python-requests' 
'python-send2trash'
- 'python-decorator' 'python-markdown' 'python-jsonschema' 
'python-distro'
- 'desktop-file-utils')
-optdepends=('lame: record sound'
-'mpv: play sound. prefered over mplayer'
-'mplayer: play sound')
-
-source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
-sha256sums=('8166eebc54575aa55eeff0886ffec3228b3c377885abf9cc18561b7a01cb8edb')
-
-package() {
-  cd anki-$pkgver
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 487538, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-06 19:28:17 UTC (rev 487539)
@@ -0,0 +1,31 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.1.14
+pkgrel=1
+
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="https://ankisrs.net/";
+arch=('any')
+license=('AGPL3')
+
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-pyqtwebengine' 'python-requests' 
'python-send2trash'
+ 'python-decorator' 'python-markdown' 'python-jsonschema' 
'python-distro'
+ 'desktop-file-utils')
+optdepends=('lame: record sound'
+'mpv: play sound. prefered over mplayer'
+'mplayer: play sound')
+
+source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
+sha256sums=('94b8510924ad7bf6bdd7df09045f883a644003ffd77bbdbcdf8b198864a4827b')
+
+package() {
+  cd anki-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2019-07-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, July 6, 2019 @ 19:31:58
  Author: demize
Revision: 487541

archrelease: copy trunk to community-x86_64

Added:
  dunst/repos/community-x86_64/PKGBUILD
(from rev 487540, dunst/trunk/PKGBUILD)
Deleted:
  dunst/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-06 19:31:54 UTC (rev 487540)
+++ PKGBUILD2019-07-06 19:31:58 UTC (rev 487541)
@@ -1,37 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=1.4.0
-pkgrel=1
-
-pkgdesc="Customizable and lightweight notification-daemon"
-url="https://dunst-project.org/";
-arch=('x86_64')
-license=('BSD')
-
-depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr')
-makedepends=('libnotify')
-optdepends=('libnotify: dunstify')
-
-provides=('notification-daemon')
-
-source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz";)
-md5sums=('8a8095566a1b913056674f802444311a')
-
-build() {
-  cd dunst-$pkgver
-
-  make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all dunstify
-}
-
-package() {
-  cd dunst-$pkgver
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm755 dunstify "$pkgdir"/usr/bin/dunstify
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 487540, 
dunst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-06 19:31:58 UTC (rev 487541)
@@ -0,0 +1,37 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=1.4.1
+pkgrel=1
+
+pkgdesc="Customizable and lightweight notification-daemon"
+url="https://dunst-project.org/";
+arch=('x86_64')
+license=('BSD')
+
+depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr' 'glib2')
+makedepends=('libnotify')
+optdepends=('libnotify: dunstify')
+
+provides=('notification-daemon')
+
+source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz";)
+md5sums=('ea22e152ae40a1fc8e0e4da5b762ad20')
+
+build() {
+  cd dunst-$pkgver
+
+  make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all dunstify
+}
+
+package() {
+  cd dunst-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm755 dunstify "$pkgdir"/usr/bin/dunstify
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, July 6, 2019 @ 19:31:54
  Author: demize
Revision: 487540

upgpkg: dunst 1.4.1-1

Modified:
  dunst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 19:28:17 UTC (rev 487539)
+++ PKGBUILD2019-07-06 19:31:54 UTC (rev 487540)
@@ -3,7 +3,7 @@
 # Contributor: feuri
 
 pkgname=dunst
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 
 pkgdesc="Customizable and lightweight notification-daemon"
@@ -11,7 +11,7 @@
 arch=('x86_64')
 license=('BSD')
 
-depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr')
+depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr' 'glib2')
 makedepends=('libnotify')
 optdepends=('libnotify: dunstify')
 
@@ -18,7 +18,7 @@
 provides=('notification-daemon')
 
 
source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz";)
-md5sums=('8a8095566a1b913056674f802444311a')
+md5sums=('ea22e152ae40a1fc8e0e4da5b762ad20')
 
 build() {
   cd dunst-$pkgver


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

2019-07-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, July 6, 2019 @ 19:35:45
  Author: demize
Revision: 487542

upgpkg: repo 1.13.3-1

Modified:
  repo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 19:31:58 UTC (rev 487541)
+++ PKGBUILD2019-07-06 19:35:45 UTC (rev 487542)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=repo
-pkgver=1.13.2
+pkgver=1.13.3
 pkgrel=1
 
 pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"


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

2019-07-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, July 6, 2019 @ 19:36:11
  Author: demize
Revision: 487543

archrelease: copy trunk to community-any

Added:
  repo/repos/community-any/PKGBUILD
(from rev 487542, repo/trunk/PKGBUILD)
Deleted:
  repo/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-06 19:35:45 UTC (rev 487542)
+++ PKGBUILD2019-07-06 19:36:11 UTC (rev 487543)
@@ -1,28 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=repo
-pkgver=1.13.2
-pkgrel=1
-
-pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
-url="https://android.googlesource.com/tools/repo";
-arch=('any')
-license=("APACHE")
-
-depends=("git" "python2")
-makedepends=("git")
-
-source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver";)
-
-sha256sums=('SKIP')
-
-prepare() {
-  cd repo
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' repo
-}
-
-package() {
-  cd repo
-  install -D -m 755 repo "$pkgdir/usr/bin/repo"
-  install -D -m 644 docs/manifest-format.md 
"$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
-}

Copied: repo/repos/community-any/PKGBUILD (from rev 487542, repo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-06 19:36:11 UTC (rev 487543)
@@ -0,0 +1,28 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=repo
+pkgver=1.13.3
+pkgrel=1
+
+pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+url="https://android.googlesource.com/tools/repo";
+arch=('any')
+license=("APACHE")
+
+depends=("git" "python2")
+makedepends=("git")
+
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver";)
+
+sha256sums=('SKIP')
+
+prepare() {
+  cd repo
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' repo
+}
+
+package() {
+  cd repo
+  install -D -m 755 repo "$pkgdir/usr/bin/repo"
+  install -D -m 644 docs/manifest-format.md 
"$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
+}


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

2019-07-06 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 6, 2019 @ 19:37:30
  Author: jelle
Revision: 357360

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 357359, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-06 19:37:23 UTC (rev 357359)
+++ PKGBUILD2019-07-06 19:37:30 UTC (rev 357360)
@@ -1,44 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django')
-pkgver=2.2.2
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/";
-checkdepends=('python-pytest')
-makedepends=('python' 'python-setuptools')
-depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse')
-optdepends=('python-psycopg2: for PostgreSQL backend')
-source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/";)
-sha512sums=('87e0a7b2d0e6d6149c746a7cd5547351ba002c6eaedac160e72544b429d41b133da5c36256a07155b7b4743969e9ff4c3ac890c9925db428117f68a67104df0f')
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-}
-
-package_python-django() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-check() {
-  cd "$srcdir/Django-$pkgver"
-  PYTHONPATH="$PWD" python tests/runtests.py
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 357359, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-06 19:37:30 UTC (rev 357360)
@@ -0,0 +1,44 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django')
+pkgver=2.2.3
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/";
+checkdepends=('python-pytest')
+makedepends=('python' 'python-setuptools')
+depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse')
+optdepends=('python-psycopg2: for PostgreSQL backend')
+source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/";)
+sha512sums=('2ce65adcc6cacf6c011c7cb075660026d8c68ca4d5a96ecf63f1986f1f2115bfa42faab9b6a62f1820bc2612a2438ee505cd5be46ad5c879d3923f31987b2bac')
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+}
+
+package_python-django() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/manage.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+check() {
+  cd "$srcdir/Django-$pkgver"
+  PYTHONPATH="$PWD" python tests/runtests.py
+}


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

2019-07-06 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 6, 2019 @ 19:37:23
  Author: jelle
Revision: 357359

upgpkg: django 2.2.3-1

Upstream update

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 12:54:11 UTC (rev 357358)
+++ PKGBUILD2019-07-06 19:37:23 UTC (rev 357359)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django')
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
@@ -15,7 +15,7 @@
 depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse')
 optdepends=('python-psycopg2: for PostgreSQL backend')
 
source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/";)
-sha512sums=('87e0a7b2d0e6d6149c746a7cd5547351ba002c6eaedac160e72544b429d41b133da5c36256a07155b7b4743969e9ff4c3ac890c9925db428117f68a67104df0f')
+sha512sums=('2ce65adcc6cacf6c011c7cb075660026d8c68ca4d5a96ecf63f1986f1f2115bfa42faab9b6a62f1820bc2612a2438ee505cd5be46ad5c879d3923f31987b2bac')
 
 build() {
   cd "$srcdir/Django-$pkgver"


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

2019-07-06 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 6, 2019 @ 19:41:12
  Author: jelle
Revision: 357362

archrelease: copy trunk to extra-any

Added:
  python2-django/repos/extra-any/PKGBUILD
(from rev 357361, python2-django/trunk/PKGBUILD)
Deleted:
  python2-django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-06 19:41:06 UTC (rev 357361)
+++ PKGBUILD2019-07-06 19:41:12 UTC (rev 357362)
@@ -1,38 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgname=python2-django
-pkgver=1.11.21
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/";
-makedepends=('python2' 'python2-setuptools')
-depends=('python2' 'python2-setuptools' 'python2-pytz')
-optdepends=('mysql-python: for MySQL backend'
-'python2-psycopg2: for PostgreSQL backend')
-source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/";)
-sha512sums=('c91a1189b6b8fbbb1470f870b09c1c553e860d3b8c0977240399524a830d5403929f14b4e4b689354080748aab1c70587ad56e265f4ac0b3bdc2714d01adbbc4')
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/Django-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
-  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-django/repos/extra-any/PKGBUILD (from rev 357361, 
python2-django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-06 19:41:12 UTC (rev 357362)
@@ -0,0 +1,38 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgname=python2-django
+pkgver=1.11.22
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/";
+makedepends=('python2' 'python2-setuptools')
+depends=('python2' 'python2-setuptools' 'python2-pytz')
+optdepends=('mysql-python: for MySQL backend'
+'python2-psycopg2: for PostgreSQL backend')
+source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/";)
+sha512sums=('687cba07c0549b18ef386df5663e968871b8fc950b9ddf4267f7e2f4ea43c98dc92e76fae39e07a0760b183653e38cdf9909cfaeca874e8230f24bd49ef95d6a')
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/Django-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
+  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
+  # TODO: this probably won't work due to the `complete` command within not
+  # knowing about modified our exectuable names
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
+  ln -s django-admin2.py \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin2
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-07-06 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 6, 2019 @ 19:41:06
  Author: jelle
Revision: 357361

upgpkg: python2-django 1.11.22-1

upstream update.

Modified:
  python2-django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 19:37:30 UTC (rev 357360)
+++ PKGBUILD2019-07-06 19:41:06 UTC (rev 357361)
@@ -3,7 +3,7 @@
 # Contributor: Shahar Weiss 
 
 pkgname=python2-django
-pkgver=1.11.21
+pkgver=1.11.22
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
@@ -14,7 +14,7 @@
 optdepends=('mysql-python: for MySQL backend'
 'python2-psycopg2: for PostgreSQL backend')
 
source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/";)
-sha512sums=('c91a1189b6b8fbbb1470f870b09c1c553e860d3b8c0977240399524a830d5403929f14b4e4b689354080748aab1c70587ad56e265f4ac0b3bdc2714d01adbbc4')
+sha512sums=('687cba07c0549b18ef386df5663e968871b8fc950b9ddf4267f7e2f4ea43c98dc92e76fae39e07a0760b183653e38cdf9909cfaeca874e8230f24bd49ef95d6a')
 
 build() {
   cd "$srcdir/Django-$pkgver"


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

2019-07-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, July 6, 2019 @ 19:59:21
  Author: demize
Revision: 487544

Drop python2-pysaml2

Modified:
  python-pysaml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 19:36:11 UTC (rev 487543)
+++ PKGBUILD2019-07-06 19:59:21 UTC (rev 487544)
@@ -2,7 +2,6 @@
 # Contributor: Ivan Shapovalov 
 
 pkgbase=python-pysaml2
-pkgname=(python-pysaml2 python2-pysaml2)
 pkgver=4.6.5
 pkgrel=1
 
@@ -11,66 +10,35 @@
 arch=('any')
 license=('Apache')
 
-makedepends=('python-setuptools'
- 'python2-setuptools')
+depends=('python'
+ 'python-future'
+ 'python-requests'
+ 'python-zope-interface'
+ 'python-pycryptodomex'
+ 'python-pytz'
+ 'python-pyopenssl'
+ 'python-dateutil'
+ 'python-six'
+ 'python-defusedxml')
+makedepends=('python-setuptools')
 
 source=("https://pypi.org/packages/source/p/pysaml2/pysaml2-$pkgver.tar.gz";)
 
 md5sums=('fdbb0196d778808c531677c9c978af31')
 
-prepare() {
-   cp -a pysaml2-$pkgver{,-python2}
-}
-
 build() {
cd "$srcdir"/pysaml2-$pkgver
python setup.py build
-
-   cd "$srcdir"/pysaml2-$pkgver-python2
-   python2 setup.py build
 }
 
 check() {
cd "$srcdir"/pysaml2-$pkgver
python setup.py test
-
-   cd "$srcdir"/pysaml2-$pkgver-python2
-   python setup.py test
 }
 
-package_python-pysaml2() {
-   depends=('python'
-'python-future'
-'python-requests'
-'python-zope-interface'
-'python-pycryptodomex'
-'python-pytz'
-'python-pyopenssl'
-'python-dateutil'
-'python-six'
-'python-defusedxml')
-
+package() {
cd pysaml2-$pkgver
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }
 
-package_python2-pysaml2() {
-   depends=('python2'
-'python2-future'
-'python2-requests'
-'python2-zope-interface'
-'python2-pycryptodomex'
-'python2-pytz'
-'python2-pyopenssl'
-'python2-dateutil'
-'python2-six'
-'python2-defusedxml')
-
-   cd pysaml2-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-   # rename all executables
-   find "$pkgdir"/usr/bin -type f -exec mv {} {}2 \;
-}
-
 # vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


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

2019-07-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, July 6, 2019 @ 20:05:17
  Author: demize
Revision: 487546

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-websupport/repos/community-any/PKGBUILD
(from rev 487545, python-sphinxcontrib-websupport/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-websupport/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-06 20:05:10 UTC (rev 487545)
+++ PKGBUILD2019-07-06 20:05:17 UTC (rev 487546)
@@ -1,37 +0,0 @@
-# Maintainer: Johannes Löthberg http://www.sphinx-doc.org/";
-license=('BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=(https://pypi.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-$pkgver.tar.gz)
-sha512sums=('adbd7db06150a4424a881a22442c2535ed823c7adcc295ef9c3af5ae38d823349830a114e8a7af2138498d0e68b37189707c1bb5a28b45c76031bcf94210fb89')
-
-prepare() {
-  cp -a sphinxcontrib-websupport-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sphinxcontrib-websupport-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sphinxcontrib-websupport-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-sphinxcontrib-websupport() {
-  cd "$srcdir"/sphinxcontrib-websupport-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-sphinxcontrib-websupport() {
-  cd "$srcdir"/sphinxcontrib-websupport-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-websupport/repos/community-any/PKGBUILD (from rev 
487545, python-sphinxcontrib-websupport/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-06 20:05:17 UTC (rev 487546)
@@ -0,0 +1,37 @@
+# Maintainer: Johannes Löthberg https://www.sphinx-doc.org/";
+license=('BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=(https://pypi.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-$pkgver.tar.gz)
+sha512sums=('55754f6304f38abd50f410da164f401a1b9a1d289b19f0077a38f72ce11a2dd64eff0713bb99471e470ff15fbd6a0042d49bab14c92f82cdd61019adbb88397e')
+
+prepare() {
+  cp -a sphinxcontrib-websupport-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sphinxcontrib-websupport-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sphinxcontrib-websupport-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-sphinxcontrib-websupport() {
+  cd "$srcdir"/sphinxcontrib-websupport-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-sphinxcontrib-websupport() {
+  cd "$srcdir"/sphinxcontrib-websupport-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, July 6, 2019 @ 20:05:10
  Author: demize
Revision: 487545

upgpkg: python-sphinxcontrib-websupport 1.1.2-1

Modified:
  python-sphinxcontrib-websupport/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 19:59:21 UTC (rev 487544)
+++ PKGBUILD2019-07-06 20:05:10 UTC (rev 487545)
@@ -2,8 +2,8 @@
 
 pkgbase=python-sphinxcontrib-websupport
 pkgname=(python-sphinxcontrib-websupport python2-sphinxcontrib-websupport)
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 pkgdesc="Sphinx API for Web Apps"
 arch=('any')
 url="https://www.sphinx-doc.org/";
@@ -10,7 +10,7 @@
 license=('BSD')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 
source=(https://pypi.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-$pkgver.tar.gz)
-sha512sums=('adbd7db06150a4424a881a22442c2535ed823c7adcc295ef9c3af5ae38d823349830a114e8a7af2138498d0e68b37189707c1bb5a28b45c76031bcf94210fb89')
+sha512sums=('55754f6304f38abd50f410da164f401a1b9a1d289b19f0077a38f72ce11a2dd64eff0713bb99471e470ff15fbd6a0042d49bab14c92f82cdd61019adbb88397e')
 
 prepare() {
   cp -a sphinxcontrib-websupport-$pkgver{,-py2}


[arch-commits] Commit in matrix-synapse/repos/community-testing-any (10 files)

2019-07-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, July 6, 2019 @ 20:24:59
  Author: demize
Revision: 487548

archrelease: copy trunk to community-testing-any

Added:
  matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch
(from rev 487547, matrix-synapse/trunk/0001-Bump-python_dependencies.patch)
  matrix-synapse/repos/community-testing-any/PKGBUILD
(from rev 487547, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-testing-any/synapse.install
(from rev 487547, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-testing-any/synapse.service
(from rev 487547, matrix-synapse/trunk/synapse.service)
  matrix-synapse/repos/community-testing-any/sysusers-synapse.conf
(from rev 487547, matrix-synapse/trunk/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch
  matrix-synapse/repos/community-testing-any/PKGBUILD
  matrix-synapse/repos/community-testing-any/synapse.install
  matrix-synapse/repos/community-testing-any/synapse.service
  matrix-synapse/repos/community-testing-any/sysusers-synapse.conf

-+
 0001-Bump-python_dependencies.patch |   58 ++---
 PKGBUILD|  145 --
 synapse.install |   70 
 synapse.service |   36 
 sysusers-synapse.conf   |2 
 5 files changed, 155 insertions(+), 156 deletions(-)

Deleted: 0001-Bump-python_dependencies.patch
===
--- 0001-Bump-python_dependencies.patch 2019-07-06 20:24:51 UTC (rev 487547)
+++ 0001-Bump-python_dependencies.patch 2019-07-06 20:24:59 UTC (rev 487548)
@@ -1,29 +0,0 @@
-From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Tue, 8 Jan 2019 20:09:50 +0100
-Subject: [PATCH] Bump python_dependencies
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- synapse/python_dependencies.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
-index f71e21ff4..b49873781 100644
 a/synapse/python_dependencies.py
-+++ b/synapse/python_dependencies.py
-@@ -62,7 +62,7 @@ REQUIREMENTS = [
- "six>=1.10",
- # prometheus_client 0.4.0 changed the format of counter metrics
- # (cf https://github.com/matrix-org/synapse/issues/4001)
--"prometheus_client>=0.0.18,<0.4.0",
-+"prometheus_client>=0.0.18,<0.7.0",
- 
- # we use attr.s(slots), which arrived in 16.0.0
- # Twisted 18.7.0 requires attrs>=17.4.0
--- 
-2.21.0
-

Copied: 
matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch 
(from rev 487547, matrix-synapse/trunk/0001-Bump-python_dependencies.patch)
===
--- 0001-Bump-python_dependencies.patch (rev 0)
+++ 0001-Bump-python_dependencies.patch 2019-07-06 20:24:59 UTC (rev 487548)
@@ -0,0 +1,29 @@
+From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Tue, 8 Jan 2019 20:09:50 +0100
+Subject: [PATCH] Bump python_dependencies
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ synapse/python_dependencies.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
+index f71e21ff4..b49873781 100644
+--- a/synapse/python_dependencies.py
 b/synapse/python_dependencies.py
+@@ -62,7 +62,7 @@ REQUIREMENTS = [
+ "six>=1.10",
+ # prometheus_client 0.4.0 changed the format of counter metrics
+ # (cf https://github.com/matrix-org/synapse/issues/4001)
+-"prometheus_client>=0.0.18,<0.4.0",
++"prometheus_client>=0.0.18,<0.7.0",
+ # we use attr.s(slots), which arrived in 16.0.0
+ # Twisted 18.7.0 requires attrs>=17.4.0
+ "attrs>=17.4.0",
+-- 
+2.21.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-06 20:24:51 UTC (rev 487547)
+++ PKGBUILD2019-07-06 20:24:59 UTC (rev 487548)
@@ -1,73 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgname=matrix-synapse
-pkgver=1.0.0
-pkgrel=1
-
-pkgdesc="Matrix reference homeserver"
-url="https://github.com/matrix-org/synapse";
-arch=('any')
-license=('Apache')
-
-depends=('python-jsonschema' 'python-twisted' 'python-service-identity'
- 'python-pyopenssl' 'python-yaml' 'python-pyasn1' 'python-pynacl'
- 'python-daemonize' 'python-bcrypt' 'python-frozendict'
- 'python-pillow' 'python-ujson'
- 'python-pysaml2' 'python-setuptools'
- 'python-systemd' 'python-un

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

2019-07-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, July 6, 2019 @ 20:24:51
  Author: demize
Revision: 487547

upgpkg: matrix-synapse 1.1.0-1

Modified:
  matrix-synapse/trunk/0001-Bump-python_dependencies.patch
  matrix-synapse/trunk/PKGBUILD

-+
 0001-Bump-python_dependencies.patch |2 +-
 PKGBUILD|   17 -
 2 files changed, 9 insertions(+), 10 deletions(-)

Modified: 0001-Bump-python_dependencies.patch
===
--- 0001-Bump-python_dependencies.patch 2019-07-06 20:05:17 UTC (rev 487546)
+++ 0001-Bump-python_dependencies.patch 2019-07-06 20:24:51 UTC (rev 487547)
@@ -21,9 +21,9 @@
  # (cf https://github.com/matrix-org/synapse/issues/4001)
 -"prometheus_client>=0.0.18,<0.4.0",
 +"prometheus_client>=0.0.18,<0.7.0",
- 
  # we use attr.s(slots), which arrived in 16.0.0
  # Twisted 18.7.0 requires attrs>=17.4.0
+ "attrs>=17.4.0",
 -- 
 2.21.0
 

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 20:05:17 UTC (rev 487546)
+++ PKGBUILD2019-07-06 20:24:51 UTC (rev 487547)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -20,14 +20,13 @@
  'python-service-identity' 'python-msgpack'
  'python-phonenumbers' 'python-prometheus_client'
  'python-attrs' 'python-netaddr' 'python-sortedcontainers'
- 'python-treq' 'python-psutil' 'python-idna'
- 'systemd')
-checkdepends=('python-lxml' 'python-jinja' 'python-bleach' 'python-mock' 
'python-parameterized')
+ 'python-treq' 'python-psutil' 'python-idna' 'python-jinja'
+ 'python-bleach' 'systemd')
+checkdepends=('python-lxml' 'python-mock' 'python-parameterized')
 optdepends=('python-psycopg2: PostgreSQL support'
 'python-lxml: URL previewing'
-'python-jinja: e-mail notifications'
-'python-bleach: e-mail notifications'
-'python-psutil: metrics')
+'python-psutil: metrics'
+'python-pyjwt: jwt')
 
 
source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz";
 'synapse.service'
@@ -34,10 +33,10 @@
 'sysusers-synapse.conf'
 '0001-Bump-python_dependencies.patch')
 
-md5sums=('cfb7afff9560ee30fb5d0ad68bf140e2'
+md5sums=('e5ad1e0be0173cde3b8fdbdf86584eb8'
  '276a99050f40601089255ea168bb7620'
  'ecd9f66fb57fe1a2e1e2df07a460a35b'
- 'ad2900abb04351778e577175cedf6edc')
+ '81df2055170953f1fcd7883621406484')
 
 backup=('etc/synapse/log_config.yaml')
 install=synapse.install


[arch-commits] Commit in matrix-synapse/repos (11 files)

2019-07-06 Thread Johannes Löthberg via arch-commits
Date: Saturday, July 6, 2019 @ 20:26:51
  Author: demize
Revision: 487549

db-move: moved matrix-synapse from [community-testing] to [community] (any)

Added:
  matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch
(from rev 487548, 
matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch)
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 487548, matrix-synapse/repos/community-testing-any/PKGBUILD)
  matrix-synapse/repos/community-any/synapse.install
(from rev 487548, 
matrix-synapse/repos/community-testing-any/synapse.install)
  matrix-synapse/repos/community-any/synapse.service
(from rev 487548, 
matrix-synapse/repos/community-testing-any/synapse.service)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 487548, 
matrix-synapse/repos/community-testing-any/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/synapse.service
  matrix-synapse/repos/community-any/sysusers-synapse.conf
  matrix-synapse/repos/community-testing-any/

---+
 /0001-Bump-python_dependencies.patch  |   29 
 /PKGBUILD |   72 
 /synapse.install  |   35 +
 /synapse.service  |   18 +
 /sysusers-synapse.conf|1 
 community-any/0001-Bump-python_dependencies.patch |   29 
 community-any/PKGBUILD|   72 
 community-any/synapse.install |   25 --
 community-any/synapse.service |   18 -
 community-any/sysusers-synapse.conf   |1 
 10 files changed, 155 insertions(+), 145 deletions(-)

Deleted: community-any/0001-Bump-python_dependencies.patch
===
--- community-any/0001-Bump-python_dependencies.patch   2019-07-06 20:24:59 UTC 
(rev 487548)
+++ community-any/0001-Bump-python_dependencies.patch   2019-07-06 20:26:51 UTC 
(rev 487549)
@@ -1,29 +0,0 @@
-From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Tue, 8 Jan 2019 20:09:50 +0100
-Subject: [PATCH] Bump python_dependencies
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- synapse/python_dependencies.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
-index f71e21ff4..b49873781 100644
 a/synapse/python_dependencies.py
-+++ b/synapse/python_dependencies.py
-@@ -62,7 +62,7 @@ REQUIREMENTS = [
- "six>=1.10",
- # prometheus_client 0.4.0 changed the format of counter metrics
- # (cf https://github.com/matrix-org/synapse/issues/4001)
--"prometheus_client>=0.0.18,<0.4.0",
-+"prometheus_client>=0.0.18,<0.7.0",
- 
- # we use attr.s(slots), which arrived in 16.0.0
- # Twisted 18.7.0 requires attrs>=17.4.0
--- 
-2.21.0
-

Copied: matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch 
(from rev 487548, 
matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch)
===
--- community-any/0001-Bump-python_dependencies.patch   
(rev 0)
+++ community-any/0001-Bump-python_dependencies.patch   2019-07-06 20:26:51 UTC 
(rev 487549)
@@ -0,0 +1,29 @@
+From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Tue, 8 Jan 2019 20:09:50 +0100
+Subject: [PATCH] Bump python_dependencies
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ synapse/python_dependencies.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
+index f71e21ff4..b49873781 100644
+--- a/synapse/python_dependencies.py
 b/synapse/python_dependencies.py
+@@ -62,7 +62,7 @@ REQUIREMENTS = [
+ "six>=1.10",
+ # prometheus_client 0.4.0 changed the format of counter metrics
+ # (cf https://github.com/matrix-org/synapse/issues/4001)
+-"prometheus_client>=0.0.18,<0.4.0",
++"prometheus_client>=0.0.18,<0.7.0",
+ # we use attr.s(slots), which arrived in 16.0.0
+ # Twisted 18.7.0 requires attrs>=17.4.0
+ "attrs>=17.4.0",
+-- 
+2.21.0
+

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2019-07-06 20:24:59 UTC (rev 487548)
+++ community-any/PKGBUIL

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

2019-07-06 Thread Antonio Rojas via arch-commits
Date: Saturday, July 6, 2019 @ 21:15:14
  Author: arojas
Revision: 357363

Update to 7.0.8.53

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 19:41:12 UTC (rev 357362)
+++ PKGBUILD2019-07-06 21:15:14 UTC (rev 357363)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.8.52
+pkgver=7.0.8.53
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/";
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
 arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('e52903f9c5248fe794cc2d8844a0e357fea3129c403b181c7f5a61896e4916f3'
+sha256sums=('6b4ec4ebc1a164493150dfffda258f0c4fdc092fdb354f9b3a8a13c2dae2c91f'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
 'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')


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

2019-07-06 Thread Antonio Rojas via arch-commits
Date: Saturday, July 6, 2019 @ 21:15:45
  Author: arojas
Revision: 357364

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
(from rev 357363, imagemagick/trunk/IM7-GS-policy.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 357363, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 357363, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 IM7-GS-policy.patch |   20 ++--
 PKGBUILD|  240 +-
 arch-fonts.diff |  214 ++--
 3 files changed, 237 insertions(+), 237 deletions(-)

Deleted: IM7-GS-policy.patch
===
--- IM7-GS-policy.patch 2019-07-06 21:15:14 UTC (rev 357363)
+++ IM7-GS-policy.patch 2019-07-06 21:15:45 UTC (rev 357364)
@@ -1,10 +0,0 @@
 ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
-+++ ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
-@@ -68,6 +68,7 @@
-   
-   
-   
-+  
-   
-   
-   

Copied: imagemagick/repos/extra-x86_64/IM7-GS-policy.patch (from rev 357363, 
imagemagick/trunk/IM7-GS-policy.patch)
===
--- IM7-GS-policy.patch (rev 0)
+++ IM7-GS-policy.patch 2019-07-06 21:15:45 UTC (rev 357364)
@@ -0,0 +1,10 @@
+--- ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
 ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
+@@ -68,6 +68,7 @@
+   
+   
+   
++  
+   
+   
+   

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-06 21:15:14 UTC (rev 357363)
+++ PKGBUILD2019-07-06 21:15:45 UTC (rev 357364)
@@ -1,120 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.8.52
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/";
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('e52903f9c5248fe794cc2d8844a0e357fea3129c403b181c7f5a61896e4916f3'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-
-  # Work around ghostscript security issues 
https://bugs.archlinux.org/task/59778
-  patch -p1 -i ../IM7-GS-policy.patch
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  sed -e '/validate-formats/d' -i Makefile # these fail due to the security 
patch
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering'
-  'imagemagick-doc: manu

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

2019-07-06 Thread Antonio Rojas via arch-commits
Date: Saturday, July 6, 2019 @ 21:21:54
  Author: arojas
Revision: 357366

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick6/repos/extra-x86_64/IM6-GS-policy.patch
(from rev 357365, imagemagick6/trunk/IM6-GS-policy.patch)
  imagemagick6/repos/extra-x86_64/PKGBUILD
(from rev 357365, imagemagick6/trunk/PKGBUILD)
  imagemagick6/repos/extra-x86_64/arch-fonts.diff
(from rev 357365, imagemagick6/trunk/arch-fonts.diff)
Deleted:
  imagemagick6/repos/extra-x86_64/IM6-GS-policy.patch
  imagemagick6/repos/extra-x86_64/PKGBUILD
  imagemagick6/repos/extra-x86_64/arch-fonts.diff

-+
 IM6-GS-policy.patch |   20 ++--
 PKGBUILD|  220 +-
 arch-fonts.diff |  214 
 3 files changed, 227 insertions(+), 227 deletions(-)

Deleted: IM6-GS-policy.patch
===
--- IM6-GS-policy.patch 2019-07-06 21:21:24 UTC (rev 357365)
+++ IM6-GS-policy.patch 2019-07-06 21:21:54 UTC (rev 357366)
@@ -1,10 +0,0 @@
 ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
-+++ ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
-@@ -68,6 +68,7 @@
-   
-   
-   
-+  
-   
-   
-   

Copied: imagemagick6/repos/extra-x86_64/IM6-GS-policy.patch (from rev 357365, 
imagemagick6/trunk/IM6-GS-policy.patch)
===
--- IM6-GS-policy.patch (rev 0)
+++ IM6-GS-policy.patch 2019-07-06 21:21:54 UTC (rev 357366)
@@ -0,0 +1,10 @@
+--- ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
 ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
+@@ -68,6 +68,7 @@
+   
+   
+   
++  
+   
+   
+   

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-06 21:21:24 UTC (rev 357365)
+++ PKGBUILD2019-07-06 21:21:54 UTC (rev 357366)
@@ -1,110 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6)
-pkgver=6.9.10.49
-pkgrel=1
-pkgdesc="An image viewing/manipulation program (version 6)"
-url="https://legacy.imagemagick.org/";
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff IM6-GS-policy.patch)
-sha256sums=('da1183e3047cab9cb7e2397914a831d884db71f1f441f247470506ebefd59bf0'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Workaround ghostscript security issues 
https://bugs.archlinux.org/task/59778
-  patch -p1 -i ../IM6-GS-policy.patch
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
-PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig 
pkg-config" \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  sed -e '/validate-formats/d' -i Makefile # these fail due to the security 
patch
-  make check || :
-)
-
-package_libmagick6() {
-  pkgdesc="${pkgdesc/)/; library)}"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'

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

2019-07-06 Thread Antonio Rojas via arch-commits
Date: Saturday, July 6, 2019 @ 21:21:24
  Author: arojas
Revision: 357365

Update to 6.9.10.53

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 21:15:45 UTC (rev 357364)
+++ PKGBUILD2019-07-06 21:21:24 UTC (rev 357365)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6)
-pkgver=6.9.10.49
+pkgver=6.9.10.53
 pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/";
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff IM6-GS-policy.patch)
-sha256sums=('da1183e3047cab9cb7e2397914a831d884db71f1f441f247470506ebefd59bf0'
+sha256sums=('d0df08723369010118f639624a96c3bd3298e058ea23558b8b4cbb869d85fdd9'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
 'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')


[arch-commits] Commit in dvd+rw-tools/trunk (2 files)

2019-07-06 Thread Antonio Rojas via arch-commits
Date: Saturday, July 6, 2019 @ 21:28:53
  Author: arojas
Revision: 357367

Fix build with glibc 2.29 (FS#63111)

Added:
  dvd+rw-tools/trunk/dvd+rw-tools-7.1-minor-major.patch
Modified:
  dvd+rw-tools/trunk/PKGBUILD

+
 PKGBUILD   |7 +--
 dvd+rw-tools-7.1-minor-major.patch |   11 +++
 2 files changed, 16 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 21:21:54 UTC (rev 357366)
+++ PKGBUILD2019-07-06 21:28:53 UTC (rev 357367)
@@ -13,13 +13,15 @@
 'dvd+rw-tools-7.0-glibc2.6.90.patch'
 'dvd+rw-tools-7.0-wctomb.patch'
 'dvd+rw-tools-7.0-wexit.patch'
-   'dvd+rw-tools-7.1-layerbreaksetup.patch')
+   'dvd+rw-tools-7.1-layerbreaksetup.patch'
+'dvd+rw-tools-7.1-minor-major.patch')
 
sha512sums=('938f9ec5597158af275c7bf63002696ba362f6f22a219108c6a1df28792f0485046a7af5ce57e416950d69543bd66cbbeb4415df5c0e0a902a3f1d278a31'
 
'b1ea9a68a47e41742afc3a35bef6bcb405cea3d9696dac0437f26d9a143b8ca11b8fc459d70d9a289f3bcd49902d2df785f91f6b7f8c997dff6c8ca534a8d608'
 
'a6e0b3df85ec6c28ae13b1f3e67bd26a4c35588f37493e0cb65d0b3f382b05207e421ea1f3cd92432237c2b7479d71c44ed639155cea3b52ccae741c78c3c2a4'
 
'e52457b9b2faef14ab6b1bdf104c58ec8b6e51501c7ad2bc59d02d59a0ed82ae15b9df89c4a28a4b922f21c72cfa416b950fdfdfadce95b9326334b9ece25033'
 
'd98a66ea2e08b14683377c3aff491fb2ee6cd2742e42191c1f7d47fe3474c2ce5f940ba82bce46e557886adbb1fd94431531f7aa73a572a7d41ee227428576fd'
-
'f2dadf57da0b83a9ab83b02127b267fc29e599a479d48b5cd6d83e7ae7d07957d1880c565c0a252e6a9b1ab4ad8c66ef1584ebc0e3922d3836dc3e53df9df41f')
+
'f2dadf57da0b83a9ab83b02127b267fc29e599a479d48b5cd6d83e7ae7d07957d1880c565c0a252e6a9b1ab4ad8c66ef1584ebc0e3922d3836dc3e53df9df41f'
+
'4424c24a143b3346330e04039b170da5e8201617e6b620d8e33897e80580e9b4e572ca4757dd885ba09d1df45151a277ddb299f2735f18a19e9deffac731d8aa')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -31,6 +33,7 @@
   patch -p0 -i "${srcdir}/dvd+rw-tools-7.0-wctomb.patch"
   patch -p1 -i "${srcdir}/dvd+rw-tools-7.0-wexit.patch"
   patch -p1 -i "${srcdir}/dvd+rw-tools-7.1-layerbreaksetup.patch"
+  patch -p1 -i ../dvd+rw-tools-7.1-minor-major.patch # Fix build with glibc 
2.29
   make
 }
 

Added: dvd+rw-tools-7.1-minor-major.patch
===
--- dvd+rw-tools-7.1-minor-major.patch  (rev 0)
+++ dvd+rw-tools-7.1-minor-major.patch  2019-07-06 21:28:53 UTC (rev 357367)
@@ -0,0 +1,11 @@
+diff -rauN dvd+rw-tools-7.1/growisofs.c 
dvd+rw-tools-7.1-minor-major-patch/growisofs.c
+--- dvd+rw-tools-7.1/growisofs.c   2008-03-04 10:15:03.0 +0100
 dvd+rw-tools-7.1-minor-major-patch/growisofs.c 2019-07-06 
14:03:49.283311518 +0200
+@@ -442,6 +442,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include "mp.h"
+ 
+ #if defined(__unix) || defined(__unix__)


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

2019-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, July 7, 2019 @ 01:21:27
  Author: svenstaro
Revision: 487551

archrelease: copy trunk to community-x86_64

Added:
  lua-mpack/repos/community-x86_64/PKGBUILD
(from rev 487550, lua-mpack/trunk/PKGBUILD)
Deleted:
  lua-mpack/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 01:21:16 UTC (rev 487550)
+++ PKGBUILD2019-07-07 01:21:27 UTC (rev 487551)
@@ -1,57 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-
-pkgbase=lua-mpack
-pkgname=(lua51-mpack lua52-mpack lua-mpack)
-pkgver=1.0.7
-pkgdesc="libmpack lua binding"
-pkgrel=2
-arch=('x86_64')
-url='https://github.com/libmpack/libmpack-lua'
-depends=('libmpack')
-makedepends=('lua51' 'lua52' 'lua')
-license=('MIT')
-source=("libmpack-lua-${pkgver}.tar.gz::https://github.com/libmpack/libmpack-lua/archive/${pkgver}.tar.gz";)
-sha256sums=('2ebe9c8972c378040c9b8505f5fb40a0c64d990cd68be6a62989362b18294d0a')
-
-build() {
-  cd "libmpack-lua-${pkgver}"
-
-  gcc -O2 -fPIC -DMPACK_USE_SYSTEM -I/usr/include/lua5.1 -c lmpack.c -o 
lmpack.o
-  gcc -shared -lmpack -o mpack.so.5.1 lmpack.o
-
-  gcc -O2 -fPIC -DMPACK_USE_SYSTEM -I/usr/include/lua5.2 -c lmpack.c -o 
lmpack.o
-  gcc -shared -lmpack -o mpack.so.5.2 lmpack.o
-
-  gcc -O2 -fPIC -DMPACK_USE_SYSTEM -I/usr/include -c lmpack.c -o lmpack.o
-  gcc -shared -lmpack -o mpack.so.5.3 lmpack.o
-}
-
-package_lua51-mpack() {
-  pkgdesc='Simple implementation of msgpack in C Lua 5.1'
-  depends+=('lua51')
-
-  cd "libmpack-lua-${pkgver}"
-  install -Dm755 mpack.so.5.1 "${pkgdir}/usr/lib/lua/5.1/mpack.so"
-  install -Dm644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_lua52-mpack() {
-  pkgdesc='Simple implementation of msgpack in C Lua 5.2'
-  depends+=('lua52')
-
-  cd "libmpack-lua-${pkgver}"
-  install -Dm755 mpack.so.5.2 "${pkgdir}/usr/lib/lua/5.2/mpack.so"
-  install -Dm644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_lua-mpack() {
-  pkgdesc='Simple implementation of msgpack in C Lua 5.3'
-  depends+=('lua')
-
-  cd "libmpack-lua-${pkgver}"
-  install -Dm755 mpack.so.5.3 "${pkgdir}/usr/lib/lua/5.3/mpack.so"
-  install -Dm644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set sw=2 sts=2 et:

Copied: lua-mpack/repos/community-x86_64/PKGBUILD (from rev 487550, 
lua-mpack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 01:21:27 UTC (rev 487551)
@@ -0,0 +1,57 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgbase=lua-mpack
+pkgname=(lua51-mpack lua52-mpack lua-mpack)
+pkgver=1.0.8
+pkgdesc="libmpack lua binding"
+pkgrel=1
+arch=('x86_64')
+url='https://github.com/libmpack/libmpack-lua'
+depends=('libmpack')
+makedepends=('lua51' 'lua52' 'lua')
+license=('MIT')
+source=("libmpack-lua-${pkgver}.tar.gz::https://github.com/libmpack/libmpack-lua/archive/${pkgver}.tar.gz";)
+sha256sums=('6d84d272bff27800ba1d7b718d1005ac6bfe35c5f3a5bf5d07e6ffd7e341d560')
+
+build() {
+  cd "libmpack-lua-${pkgver}"
+
+  gcc -O2 -fPIC -DMPACK_USE_SYSTEM -I/usr/include/lua5.1 -c lmpack.c -o 
lmpack.o
+  gcc -shared -lmpack -o mpack.so.5.1 lmpack.o
+
+  gcc -O2 -fPIC -DMPACK_USE_SYSTEM -I/usr/include/lua5.2 -c lmpack.c -o 
lmpack.o
+  gcc -shared -lmpack -o mpack.so.5.2 lmpack.o
+
+  gcc -O2 -fPIC -DMPACK_USE_SYSTEM -I/usr/include -c lmpack.c -o lmpack.o
+  gcc -shared -lmpack -o mpack.so.5.3 lmpack.o
+}
+
+package_lua51-mpack() {
+  pkgdesc='Simple implementation of msgpack in C Lua 5.1'
+  depends+=('lua51')
+
+  cd "libmpack-lua-${pkgver}"
+  install -Dm755 mpack.so.5.1 "${pkgdir}/usr/lib/lua/5.1/mpack.so"
+  install -Dm644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_lua52-mpack() {
+  pkgdesc='Simple implementation of msgpack in C Lua 5.2'
+  depends+=('lua52')
+
+  cd "libmpack-lua-${pkgver}"
+  install -Dm755 mpack.so.5.2 "${pkgdir}/usr/lib/lua/5.2/mpack.so"
+  install -Dm644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_lua-mpack() {
+  pkgdesc='Simple implementation of msgpack in C Lua 5.3'
+  depends+=('lua')
+
+  cd "libmpack-lua-${pkgver}"
+  install -Dm755 mpack.so.5.3 "${pkgdir}/usr/lib/lua/5.3/mpack.so"
+  install -Dm644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:


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

2019-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, July 7, 2019 @ 01:21:16
  Author: svenstaro
Revision: 487550

upgpkg: lua-mpack 1.0.8-1

Modified:
  lua-mpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 20:26:51 UTC (rev 487549)
+++ PKGBUILD2019-07-07 01:21:16 UTC (rev 487550)
@@ -3,9 +3,9 @@
 
 pkgbase=lua-mpack
 pkgname=(lua51-mpack lua52-mpack lua-mpack)
-pkgver=1.0.7
+pkgver=1.0.8
 pkgdesc="libmpack lua binding"
-pkgrel=2
+pkgrel=1
 arch=('x86_64')
 url='https://github.com/libmpack/libmpack-lua'
 depends=('libmpack')
@@ -12,7 +12,7 @@
 makedepends=('lua51' 'lua52' 'lua')
 license=('MIT')
 
source=("libmpack-lua-${pkgver}.tar.gz::https://github.com/libmpack/libmpack-lua/archive/${pkgver}.tar.gz";)
-sha256sums=('2ebe9c8972c378040c9b8505f5fb40a0c64d990cd68be6a62989362b18294d0a')
+sha256sums=('6d84d272bff27800ba1d7b718d1005ac6bfe35c5f3a5bf5d07e6ffd7e341d560')
 
 build() {
   cd "libmpack-lua-${pkgver}"


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

2019-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, July 7, 2019 @ 01:23:06
  Author: svenstaro
Revision: 487552

upgpkg: minio 2019.07.05-1

Modified:
  minio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 01:21:27 UTC (rev 487551)
+++ PKGBUILD2019-07-07 01:23:06 UTC (rev 487552)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Maslowski 
 
 pkgname=minio
-pkgver=2019.06.27
-_timever=T21:13:50Z
+pkgver=2019.07.05
+_timever=T21:20:21Z
 _pkgver="${pkgver//./-}${_timever//:/-}"
 pkgrel=1
 pkgdesc='Object storage server compatible with Amazon S3'


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

2019-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, July 7, 2019 @ 01:23:16
  Author: svenstaro
Revision: 487553

archrelease: copy trunk to community-x86_64

Added:
  minio/repos/community-x86_64/PKGBUILD
(from rev 487552, minio/trunk/PKGBUILD)
  minio/repos/community-x86_64/minio.conf
(from rev 487552, minio/trunk/minio.conf)
  minio/repos/community-x86_64/minio.service
(from rev 487552, minio/trunk/minio.service)
  minio/repos/community-x86_64/minio.sysusers
(from rev 487552, minio/trunk/minio.sysusers)
Deleted:
  minio/repos/community-x86_64/PKGBUILD
  minio/repos/community-x86_64/minio.conf
  minio/repos/community-x86_64/minio.service
  minio/repos/community-x86_64/minio.sysusers

+
 PKGBUILD   |   94 +++
 minio.conf |   16 -
 minio.service  |   54 +++
 minio.sysusers |2 -
 4 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 01:23:06 UTC (rev 487552)
+++ PKGBUILD2019-07-07 01:23:16 UTC (rev 487553)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Daniel Maslowski 
-
-pkgname=minio
-pkgver=2019.06.27
-_timever=T21:13:50Z
-_pkgver="${pkgver//./-}${_timever//:/-}"
-pkgrel=1
-pkgdesc='Object storage server compatible with Amazon S3'
-arch=('x86_64')
-url='https://minio.io'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-options=('!strip')
-source=(git+https://github.com/minio/minio.git#tag=RELEASE.${_pkgver}
-minio.conf
-minio.service
-minio.sysusers)
-backup=('etc/minio/minio.conf')
-sha512sums=('SKIP'
-
'630a5d109409074b67be71b663a43ad09104121cca3637bb0542df19e375023bff7d7e2cbf39e52cc3cd060d41c363a90bd4ff7734aed1a5ca43a600f6d6d275'
-
'59aa13b47494564c8eea23dd48fdccef0e65adc0defd4bbd9ca039fd602de0791e1311e444bddca71a1bec7a58cb4eaafad09a8d9ae61eb1e534287dfdf610c2'
-
'7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63')
-
-build() {
-  export GOPATH="${srcdir}/go"
-  mkdir -p "${GOPATH}/src/github.com/minio"
-  mv "${srcdir}/minio" "${GOPATH}/src/github.com/minio/minio"
-  cd "${GOPATH}/src/github.com/minio/minio"
-  sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" 
cmd/build-constants.go
-  sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" 
cmd/build-constants.go
-  sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" 
cmd/build-constants.go
-  GO111MODULE=on go build
-}
-
-package() {
-  install -dm750 -o 103 -g 103 "${pkgdir}/srv/minio"
-  install -dm750 -o 103 -g 103 "${pkgdir}/var/lib/minio"
-
-  cd "${srcdir}/go/src/github.com/minio/minio"
-  install -Dm755 minio "${pkgdir}/usr/bin/minio"
-  install -Dm644 "${srcdir}/minio.conf" "${pkgdir}/etc/minio/minio.conf"
-  install -Dm644 "${srcdir}/minio.service" 
"${pkgdir}/usr/lib/systemd/system/minio.service"
-  install -Dm644 "${srcdir}/minio.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/minio.conf"
-}

Copied: minio/repos/community-x86_64/PKGBUILD (from rev 487552, 
minio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 01:23:16 UTC (rev 487553)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Daniel Maslowski 
+
+pkgname=minio
+pkgver=2019.07.05
+_timever=T21:20:21Z
+_pkgver="${pkgver//./-}${_timever//:/-}"
+pkgrel=1
+pkgdesc='Object storage server compatible with Amazon S3'
+arch=('x86_64')
+url='https://minio.io'
+license=('APACHE')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+options=('!strip')
+source=(git+https://github.com/minio/minio.git#tag=RELEASE.${_pkgver}
+minio.conf
+minio.service
+minio.sysusers)
+backup=('etc/minio/minio.conf')
+sha512sums=('SKIP'
+
'630a5d109409074b67be71b663a43ad09104121cca3637bb0542df19e375023bff7d7e2cbf39e52cc3cd060d41c363a90bd4ff7734aed1a5ca43a600f6d6d275'
+
'59aa13b47494564c8eea23dd48fdccef0e65adc0defd4bbd9ca039fd602de0791e1311e444bddca71a1bec7a58cb4eaafad09a8d9ae61eb1e534287dfdf610c2'
+
'7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63')
+
+build() {
+  export GOPATH="${srcdir}/go"
+  mkdir -p "${GOPATH}/src/github.com/minio"
+  mv "${srcdir}/minio" "${GOPATH}/src/github.com/minio/minio"
+  cd "${GOPATH}/src/github.com/minio/minio"
+  sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" 
cmd/build-constants.go
+  sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" 
cmd/build-constants.go
+  sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" 
cmd/build-constants.go
+  GO111MODULE=on go build
+}
+
+package() {
+  install -dm750 -o 103 -g 1

[arch-commits] Commit in (7 files)

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 01:54:06
  Author: felixonmars
Revision: 487554

addpkg: motion 4.2.2-1

Added:
  motion/
  motion/repos/
  motion/trunk/
  motion/trunk/PKGBUILD
  motion/trunk/motion.service
  motion/trunk/motion.sysusers
  motion/trunk/motion.tmpfiles

-+
 PKGBUILD|   44 
 motion.service  |   12 
 motion.sysusers |2 ++
 motion.tmpfiles |1 +
 4 files changed, 59 insertions(+)

Added: motion/trunk/PKGBUILD
===
--- motion/trunk/PKGBUILD   (rev 0)
+++ motion/trunk/PKGBUILD   2019-07-07 01:54:06 UTC (rev 487554)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: mrxx 
+# Contributor: Evgeny Kurnevsky 
+# Contributor: Sergej Pupykin 
+
+pkgname=motion
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="Monitor and record video signals from many types of cameras"
+arch=('x86_64')
+license=('GPL')
+url="https://motion-project.github.io";
+depends=('sqlite' 'ffmpeg' 'libmicrohttpd' 'libwebp')
+optdepends=('gettext: native language support')
+backup=('etc/motion/motion.conf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz";
+'motion.service'
+'motion.sysusers'
+'motion.tmpfiles')
+sha256sums=('c8d40976b41da8eb9f9f7128599403a312fc26b7226bf3787d75f78cb5a6cc6e'
+'a78dba35414f4d7147cc2c622eecdb3df249978023cbea5c6bc420c34ca387e7'
+'353fe3c2ee0afb7dafe1c6b7d1ac5655449dab836ab387cf335b4bd1dd37bf27'
+'b34eaf6b085a25ef310102f892d0909247f1acb9d6a75cc9faca85e1ef076a1c')
+
+build() {
+  cd $pkgname-release-$pkgver
+  autoreconf
+  ./configure --prefix=/usr \
+--without-pgsql \
+--without-mysql \
+--sysconfdir=/etc \
+--with-ffmpeg \
+--with-webp
+  make
+}
+
+package(){
+  cd $pkgname-release-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 motion-dist.conf "$pkgdir"/etc/motion/motion.conf
+  install -Dm644 "$srcdir"/motion.service 
"$pkgdir"/usr/lib/systemd/system/motion.service
+  install -Dm644 "$srcdir"/motion.sysusers 
"$pkgdir"/usr/lib/sysusers.d/motion.conf
+  install -Dm644 "$srcdir"/motion.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/motion.conf
+}

Added: motion/trunk/motion.service
===
--- motion/trunk/motion.service (rev 0)
+++ motion/trunk/motion.service 2019-07-07 01:54:06 UTC (rev 487554)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Motion daemon
+After=local-fs.target network.target
+
+[Service]
+User=motion
+ExecStart=/usr/bin/motion -n
+Type=simple
+StandardError=null
+
+[Install]
+WantedBy=multi-user.target

Added: motion/trunk/motion.sysusers
===
--- motion/trunk/motion.sysusers(rev 0)
+++ motion/trunk/motion.sysusers2019-07-07 01:54:06 UTC (rev 487554)
@@ -0,0 +1,2 @@
+u motion - - /var/lib/motion
+m motion video

Added: motion/trunk/motion.tmpfiles
===
--- motion/trunk/motion.tmpfiles(rev 0)
+++ motion/trunk/motion.tmpfiles2019-07-07 01:54:06 UTC (rev 487554)
@@ -0,0 +1 @@
+d /var/lib/motion 0700 motion motion - -


[arch-commits] Commit in motion/repos (5 files)

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 01:55:15
  Author: felixonmars
Revision: 487555

archrelease: copy trunk to community-x86_64

Added:
  motion/repos/community-x86_64/
  motion/repos/community-x86_64/PKGBUILD
(from rev 487554, motion/trunk/PKGBUILD)
  motion/repos/community-x86_64/motion.service
(from rev 487554, motion/trunk/motion.service)
  motion/repos/community-x86_64/motion.sysusers
(from rev 487554, motion/trunk/motion.sysusers)
  motion/repos/community-x86_64/motion.tmpfiles
(from rev 487554, motion/trunk/motion.tmpfiles)

-+
 PKGBUILD|   44 
 motion.service  |   12 
 motion.sysusers |2 ++
 motion.tmpfiles |1 +
 4 files changed, 59 insertions(+)

Copied: motion/repos/community-x86_64/PKGBUILD (from rev 487554, 
motion/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-07-07 01:55:15 UTC (rev 487555)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: mrxx 
+# Contributor: Evgeny Kurnevsky 
+# Contributor: Sergej Pupykin 
+
+pkgname=motion
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="Monitor and record video signals from many types of cameras"
+arch=('x86_64')
+license=('GPL')
+url="https://motion-project.github.io";
+depends=('sqlite' 'ffmpeg' 'libmicrohttpd' 'libwebp')
+optdepends=('gettext: native language support')
+backup=('etc/motion/motion.conf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz";
+'motion.service'
+'motion.sysusers'
+'motion.tmpfiles')
+sha256sums=('c8d40976b41da8eb9f9f7128599403a312fc26b7226bf3787d75f78cb5a6cc6e'
+'a78dba35414f4d7147cc2c622eecdb3df249978023cbea5c6bc420c34ca387e7'
+'353fe3c2ee0afb7dafe1c6b7d1ac5655449dab836ab387cf335b4bd1dd37bf27'
+'b34eaf6b085a25ef310102f892d0909247f1acb9d6a75cc9faca85e1ef076a1c')
+
+build() {
+  cd $pkgname-release-$pkgver
+  autoreconf
+  ./configure --prefix=/usr \
+--without-pgsql \
+--without-mysql \
+--sysconfdir=/etc \
+--with-ffmpeg \
+--with-webp
+  make
+}
+
+package(){
+  cd $pkgname-release-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 motion-dist.conf "$pkgdir"/etc/motion/motion.conf
+  install -Dm644 "$srcdir"/motion.service 
"$pkgdir"/usr/lib/systemd/system/motion.service
+  install -Dm644 "$srcdir"/motion.sysusers 
"$pkgdir"/usr/lib/sysusers.d/motion.conf
+  install -Dm644 "$srcdir"/motion.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/motion.conf
+}

Copied: motion/repos/community-x86_64/motion.service (from rev 487554, 
motion/trunk/motion.service)
===
--- community-x86_64/motion.service (rev 0)
+++ community-x86_64/motion.service 2019-07-07 01:55:15 UTC (rev 487555)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Motion daemon
+After=local-fs.target network.target
+
+[Service]
+User=motion
+ExecStart=/usr/bin/motion -n
+Type=simple
+StandardError=null
+
+[Install]
+WantedBy=multi-user.target

Copied: motion/repos/community-x86_64/motion.sysusers (from rev 487554, 
motion/trunk/motion.sysusers)
===
--- community-x86_64/motion.sysusers(rev 0)
+++ community-x86_64/motion.sysusers2019-07-07 01:55:15 UTC (rev 487555)
@@ -0,0 +1,2 @@
+u motion - - /var/lib/motion
+m motion video

Copied: motion/repos/community-x86_64/motion.tmpfiles (from rev 487554, 
motion/trunk/motion.tmpfiles)
===
--- community-x86_64/motion.tmpfiles(rev 0)
+++ community-x86_64/motion.tmpfiles2019-07-07 01:55:15 UTC (rev 487555)
@@ -0,0 +1 @@
+d /var/lib/motion 0700 motion motion - -


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 01:57:05
  Author: felixonmars
Revision: 487557

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 01:56:51
  Author: felixonmars
Revision: 487556

upgpkg: faudio 19.07-1

Modified:
  faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 01:55:15 UTC (rev 487555)
+++ PKGBUILD2019-07-07 01:56:51 UTC (rev 487556)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=faudio
-pkgver=19.06.07
+pkgver=19.07
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('sdl2' 'ffmpeg')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz";)
-sha512sums=('9ac26aca314d94e1c9c234022a966026d98dfd1ef27b3720e20f992b674a472d06c5c78d58b6225b994ac869eec7a5ca9e55dd0934fb440e1741f8da969330c8')
+sha512sums=('35850b0fc2fc3f14915ef775b4915abe8b5ac906f7b0cf5caed45a5f41fe02b01c5ed7f8c124fcc713661729f048c2171481dcf7c7cdef82166d3f80fbbb22d1')
 
 prepare() {
   mkdir -p build


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 01:57:10
  Author: felixonmars
Revision: 487558

upgpkg: lib32-faudio 19.07-1

Modified:
  lib32-faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 01:57:05 UTC (rev 487557)
+++ PKGBUILD2019-07-07 01:57:10 UTC (rev 487558)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=lib32-faudio
-pkgver=19.06.07
+pkgver=19.07
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz";)
-sha512sums=('9ac26aca314d94e1c9c234022a966026d98dfd1ef27b3720e20f992b674a472d06c5c78d58b6225b994ac869eec7a5ca9e55dd0934fb440e1741f8da969330c8')
+sha512sums=('35850b0fc2fc3f14915ef775b4915abe8b5ac906f7b0cf5caed45a5f41fe02b01c5ed7f8c124fcc713661729f048c2171481dcf7c7cdef82166d3f80fbbb22d1')
 
 prepare() {
   mkdir -p build


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 01:57:26
  Author: felixonmars
Revision: 487559

archrelease: copy trunk to multilib-x86_64

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

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

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

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


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:00:56
  Author: felixonmars
Revision: 487561

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 02:00:42 UTC (rev 487560)
+++ PKGBUILD2019-07-07 02:00:56 UTC (rev 487561)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-kwin
-pkgver=0.0.11
-pkgrel=2
-pkgdesc='KWin configures on DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-kwin";
-license=('GPL3')
-depends=('deepin-qt5integration' 'kwin')
-makedepends=('cmake' 'expac' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz";)
-sha512sums=('a59ffbefb61c3b7b75c54c02619ea71e442900d56250bc9ba6274a07de3f15b13beb465db2658768c1b40897a3cf2d5bec428859fb57f26f1ff9382f3ab0851d')
-
-build() {
-  cd dde-kwin-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DKWIN_VERSION=$(expac %v kwin | cut -d 
- -f 1)
-  make
-}
-
-package() {
-  cd dde-kwin-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chmod +x "$pkgdir"/usr/bin/kwin_no_scale
-}

Copied: deepin-kwin/repos/community-x86_64/PKGBUILD (from rev 487560, 
deepin-kwin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 02:00:56 UTC (rev 487561)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-kwin
+pkgver=0.0.11.1
+pkgrel=1
+pkgdesc='KWin configures on DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-kwin";
+license=('GPL3')
+depends=('deepin-qt5integration' 'kwin')
+makedepends=('cmake' 'expac' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz";)
+sha512sums=('01ab87e8e75cfb6d3e54cd78ef6dc4530f0b2f33e302e5fd81b4c80cdf8415358100458356331b84923a9034adf3703fc9b8076eb33ff76997b5a8a01ea8ef82')
+
+build() {
+  cd dde-kwin-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DKWIN_VERSION=$(expac %v kwin | cut -d 
- -f 1)
+  make
+}
+
+package() {
+  cd dde-kwin-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chmod +x "$pkgdir"/usr/bin/kwin_no_scale
+}


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:00:42
  Author: felixonmars
Revision: 487560

upgpkg: deepin-kwin 0.0.11.1-1

Modified:
  deepin-kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 01:57:26 UTC (rev 487559)
+++ PKGBUILD2019-07-07 02:00:42 UTC (rev 487560)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-kwin
-pkgver=0.0.11
-pkgrel=2
+pkgver=0.0.11.1
+pkgrel=1
 pkgdesc='KWin configures on DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-kwin";
@@ -12,7 +12,7 @@
 depends=('deepin-qt5integration' 'kwin')
 makedepends=('cmake' 'expac' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz";)
-sha512sums=('a59ffbefb61c3b7b75c54c02619ea71e442900d56250bc9ba6274a07de3f15b13beb465db2658768c1b40897a3cf2d5bec428859fb57f26f1ff9382f3ab0851d')
+sha512sums=('01ab87e8e75cfb6d3e54cd78ef6dc4530f0b2f33e302e5fd81b4c80cdf8415358100458356331b84923a9034adf3703fc9b8076eb33ff76997b5a8a01ea8ef82')
 
 build() {
   cd dde-kwin-$pkgver


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:01:04
  Author: felixonmars
Revision: 487562

upgpkg: dtkcore 1:2.0.15-1

Modified:
  dtkcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 02:00:56 UTC (rev 487561)
+++ PKGBUILD2019-07-07 02:01:04 UTC (rev 487562)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtkcore
-pkgver=2.0.14
+pkgver=2.0.15
 pkgrel=1
 epoch=1
 pkgdesc='DTK core modules'
@@ -13,7 +13,7 @@
 depends=('qt5-base' 'gsettings-qt')
 makedepends=('qt5-tools' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz";)
-sha512sums=('b700414daf872b4f9ec6eb9ce210c095ed7747138e87d2eca94df573ff116a03be71272a1295da9fb0a0af8eaf87dc3bdcfe0d4857198abcc62aae197b6c234c')
+sha512sums=('008f6b965f53b66261a5ed58f2d93e8beceea2dd2bba499dc09c1ae6442caf1d213dcac8ae44bfb550d04c3970e25207d3aff0d0fc49b534184ae85b95531544')
 
 build() {
   cd dtkcore-$pkgver


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:01:30
  Author: felixonmars
Revision: 487564

upgpkg: npm-check-updates 3.1.15-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 02:01:18 UTC (rev 487563)
+++ PKGBUILD2019-07-07 02:01:30 UTC (rev 487564)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.1.13
+pkgver=3.1.15
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('6d114582cd08509bc12cb52999b14b3073df9434282274bd2e1ef21a16debe3b7ae0ab80f6377e6db13bbd3744fe3d5fa1945bb9ff12e6f987b218c489be1dd3')
+sha512sums=('c9dc14e099ad67271c3a4baf4c65873da6063872d9d3e82f725fb6219301d8df55a6dfa0deb6f44b579f91dd5f9081002eea58ac3e2503d59d9a2b6279ad39ce')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:01:18
  Author: felixonmars
Revision: 487563

archrelease: copy trunk to community-x86_64

Added:
  dtkcore/repos/community-x86_64/PKGBUILD
(from rev 487562, dtkcore/trunk/PKGBUILD)
Deleted:
  dtkcore/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 02:01:04 UTC (rev 487562)
+++ PKGBUILD2019-07-07 02:01:18 UTC (rev 487563)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkcore
-pkgver=2.0.14
-pkgrel=1
-epoch=1
-pkgdesc='DTK core modules'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkcore";
-license=('GPL3')
-depends=('qt5-base' 'gsettings-qt')
-makedepends=('qt5-tools' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz";)
-sha512sums=('b700414daf872b4f9ec6eb9ce210c095ed7747138e87d2eca94df573ff116a03be71272a1295da9fb0a0af8eaf87dc3bdcfe0d4857198abcc62aae197b6c234c')
-
-build() {
-  cd dtkcore-$pkgver
-  qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver
-  make
-}
-
-package() {
-  cd dtkcore-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkcore/repos/community-x86_64/PKGBUILD (from rev 487562, 
dtkcore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 02:01:18 UTC (rev 487563)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkcore
+pkgver=2.0.15
+pkgrel=1
+epoch=1
+pkgdesc='DTK core modules'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkcore";
+license=('GPL3')
+depends=('qt5-base' 'gsettings-qt')
+makedepends=('qt5-tools' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz";)
+sha512sums=('008f6b965f53b66261a5ed58f2d93e8beceea2dd2bba499dc09c1ae6442caf1d213dcac8ae44bfb550d04c3970e25207d3aff0d0fc49b534184ae85b95531544')
+
+build() {
+  cd dtkcore-$pkgver
+  qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver
+  make
+}
+
+package() {
+  cd dtkcore-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:01:58
  Author: felixonmars
Revision: 487566

upgpkg: ponyc 0.29.0-1

Modified:
  ponyc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 02:01:45 UTC (rev 487565)
+++ PKGBUILD2019-07-07 02:01:58 UTC (rev 487566)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ponyc
-pkgver=0.28.1
+pkgver=0.29.0
 pkgrel=1
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='https://ponylang.org/'
@@ -13,7 +13,7 @@
 options=('!strip')
 optdepends=('pcre2: Needed for the regex package')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz";)
-sha512sums=('5d8ea9da967a79ecaadc4a498e8af78cb6ba43745f825499b1677c0a262c2891fde003d1674e242369b7dd425dbff2f107544be07aeab859bf91caa4f0e3df31')
+sha512sums=('e86539f0056a1c5e9c5d71247d663fb2189e9958fcc2894230b5db5bc0772128d205cd175900a45ab9487849424610e22a1cd05461fc130f5aa95f699c574c27')
 
 prepare() {
   cd ponyc-$pkgver


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:01:45
  Author: felixonmars
Revision: 487565

archrelease: copy trunk to community-any

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

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

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

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


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:02:13
  Author: felixonmars
Revision: 487567

archrelease: copy trunk to community-x86_64

Added:
  ponyc/repos/community-x86_64/PKGBUILD
(from rev 487566, ponyc/trunk/PKGBUILD)
Deleted:
  ponyc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 02:01:58 UTC (rev 487566)
+++ PKGBUILD2019-07-07 02:02:13 UTC (rev 487567)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ponyc
-pkgver=0.28.1
-pkgrel=1
-pkgdesc='An actor model, capabilities, high performance programming language'
-url='http://ponylang.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('llvm7-libs')
-makedepends=('llvm7')
-checkdepends=('pcre2')
-options=('!strip')
-optdepends=('pcre2: Needed for the regex package')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz";)
-sha512sums=('5d8ea9da967a79ecaadc4a498e8af78cb6ba43745f825499b1677c0a262c2891fde003d1674e242369b7dd425dbff2f107544be07aeab859bf91caa4f0e3df31')
-
-prepare() {
-  cd ponyc-$pkgver
-  sed -i 's/-Werror //' Makefile
-}
-
-build() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0
-
-  mkdir docs
-  build/release/ponyc packages/stdlib -rexpr -g -o docs
-}
-
-check() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 test
-}
-
-package() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 ponydir=/usr/lib/pony/"$pkgver" DESTDIR="$pkgdir" 
install
-
-  # Ponyc is designed to read its standard packages from the same directory.
-  install -dm755 "$pkgdir"/usr/bin
-  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
-
-  # Let's include the examples as documentation is scarce.
-  install -dm755 "$pkgdir"/usr/share/doc/pony
-  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
-
-  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: ponyc/repos/community-x86_64/PKGBUILD (from rev 487566, 
ponyc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 02:02:13 UTC (rev 487567)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgname=ponyc
+pkgver=0.29.0
+pkgrel=1
+pkgdesc='An actor model, capabilities, high performance programming language'
+url='https://ponylang.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('llvm7-libs')
+makedepends=('llvm7')
+checkdepends=('pcre2')
+options=('!strip')
+optdepends=('pcre2: Needed for the regex package')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz";)
+sha512sums=('e86539f0056a1c5e9c5d71247d663fb2189e9958fcc2894230b5db5bc0772128d205cd175900a45ab9487849424610e22a1cd05461fc130f5aa95f699c574c27')
+
+prepare() {
+  cd ponyc-$pkgver
+  sed -i 's/-Werror //' Makefile
+}
+
+build() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0
+
+  mkdir docs
+  build/release/ponyc packages/stdlib -rexpr -g -o docs
+}
+
+check() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 test
+}
+
+package() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 ponydir=/usr/lib/pony/"$pkgver" DESTDIR="$pkgdir" 
install
+
+  # Ponyc is designed to read its standard packages from the same directory.
+  install -dm755 "$pkgdir"/usr/bin
+  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
+
+  # Let's include the examples as documentation is scarce.
+  install -dm755 "$pkgdir"/usr/share/doc/pony
+  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
+
+  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:02:23
  Author: felixonmars
Revision: 487568

upgpkg: python-oslotest 3.8.0-1

Modified:
  python-oslotest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 02:02:13 UTC (rev 487567)
+++ PKGBUILD2019-07-07 02:02:23 UTC (rev 487568)
@@ -2,7 +2,7 @@
 
 pkgbase=python-oslotest
 pkgname=(python-oslotest python2-oslotest)
-pkgver=3.7.1
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="Oslo test framework"
 arch=('any')
@@ -15,7 +15,7 @@
  'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
  'python-debtcollector' 'python2-debtcollector')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz";)
-sha512sums=('df06501dd69916e64330bc184d6ed18ed704088e79db23773dfe1db004a64022342fdadd2f0763efdfc5d1ffa7884e6b858e1dde2e563442af29adf5175fd6b1')
+sha512sums=('48d37470cf161d6f3acce055b2fed0b385ada29ee673de97d3dba6519c6470ed4cb88f05d9d8fcd70cd1c369251f2761bc7192965bbd445a0316c943b36d3deb')
 
 prepare() {
   cp -a oslotest-$pkgver{,-py2}


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:02:37
  Author: felixonmars
Revision: 487569

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 02:02:23 UTC (rev 487568)
+++ PKGBUILD2019-07-07 02:02:37 UTC (rev 487569)
@@ -1,64 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslotest
-pkgname=(python-oslotest python2-oslotest)
-pkgver=3.7.1
-pkgrel=1
-pkgdesc="Oslo test framework"
-arch=('any')
-url="https://github.com/openstack/oslotest";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-fixtures'
- 'python2-fixtures' 'python-subunit' 'python2-subunit' 
'python-stestr'
- 'python2-stestr' 'python-testscenarios' 'python2-testscenarios'
- 'python-testtools' 'python2-testtools' 'python-mock' 
'python2-mock' 'python-mox3'
- 'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
- 'python-debtcollector' 'python2-debtcollector')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz";)
-sha512sums=('df06501dd69916e64330bc184d6ed18ed704088e79db23773dfe1db004a64022342fdadd2f0763efdfc5d1ffa7884e6b858e1dde2e563442af29adf5175fd6b1')
-
-prepare() {
-  cp -a oslotest-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslotest-$pkgver
-  stestr run
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-oslotest() {
-  depends=('python-fixtures' 'python-subunit' 'python-stestr' 
'python-testscenarios'
-   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
-   'python-debtcollector')
-
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslotest() {
-  depends=('python2-fixtures' 'python2-subunit' 'python2-stestr' 
'python2-testscenarios'
-   'python2-testtools' 'python2-mock' 'python2-mox3' 
'python2-os-client-config'
-   'python2-debtcollector')
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  for _exe in "$pkgdir"/usr/bin/*; do
-mv "$_exe"{,2}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslotest/repos/community-any/PKGBUILD (from rev 487568, 
python-oslotest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 02:02:37 UTC (rev 487569)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslotest
+pkgname=(python-oslotest python2-oslotest)
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Oslo test framework"
+arch=('any')
+url="https://github.com/openstack/oslotest";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-fixtures'
+ 'python2-fixtures' 'python-subunit' 'python2-subunit' 
'python-stestr'
+ 'python2-stestr' 'python-testscenarios' 'python2-testscenarios'
+ 'python-testtools' 'python2-testtools' 'python-mock' 
'python2-mock' 'python-mox3'
+ 'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
+ 'python-debtcollector' 'python2-debtcollector')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz";)
+sha512sums=('48d37470cf161d6f3acce055b2fed0b385ada29ee673de97d3dba6519c6470ed4cb88f05d9d8fcd70cd1c369251f2761bc7192965bbd445a0316c943b36d3deb')
+
+prepare() {
+  cp -a oslotest-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslotest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslotest-$pkgver
+  stestr run
+
+  cd "$srcdir"/oslotest-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-oslotest() {
+  depends=('python-fixtures' 'python-subunit' 'python-stestr' 
'python-testscenarios'
+   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
+   'python-debtcollector')
+
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslotest() {
+  depends=('python2-fixtures' 'python2-subunit' 'python2-stestr' 
'python2-testscenarios'
+   'python2-testtools' 'python2-mock' 'python2-mox3' 
'python2-os-client-config'
+   'python2-debtcollector')
+
+  cd "$srcdir"/oslotest

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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:09:28
  Author: felixonmars
Revision: 487570

upgpkg: deepin-dock 4.10.7-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 02:02:37 UTC (rev 487569)
+++ PKGBUILD2019-07-07 02:09:28 UTC (rev 487570)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=4.10.5
-pkgrel=2
+pkgver=4.10.7
+pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-dock";
@@ -16,7 +16,7 @@
 replaces=('dde-dock')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz";)
-sha512sums=('a6ed923949eb065ebc5f0eddeee9d1ba88db03451aa6575b9d5757e0a31503d042bd04c98b6d41775e0927de23bc715bf19c566da3d74e26c3b445cc05c1caef')
+sha512sums=('33d100dfbc05878b55655bbcc77f911950d071e94d1a0764a683641b4c0234ea2e2a15e6356792486430b67aeea4e4a2091e6fff28c16390dab8f147e94130b9')
 
 build() {
   cd dde-dock-$pkgver


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:09:42
  Author: felixonmars
Revision: 487571

archrelease: copy trunk to community-x86_64

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

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

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

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


[arch-commits] Commit in dtkwidget/trunk (PKGBUILD dtkwidget-qt5.13.patch)

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:11:52
  Author: felixonmars
Revision: 487574

upgpkg: dtkwidget 2.0.15-1

Modified:
  dtkwidget/trunk/PKGBUILD
Deleted:
  dtkwidget/trunk/dtkwidget-qt5.13.patch

+
 PKGBUILD   |   16 
 dtkwidget-qt5.13.patch |   39 ---
 2 files changed, 4 insertions(+), 51 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 02:11:44 UTC (rev 487573)
+++ PKGBUILD2019-07-07 02:11:52 UTC (rev 487574)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtkwidget
-pkgver=2.0.14
-pkgrel=3
+pkgver=2.0.15
+pkgrel=1
 pkgdesc='Deepin graphical user interface library'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkwidget";
@@ -14,19 +14,11 @@
 makedepends=('qt5-tools')
 replaces=('deepin-tool-kit')
 conflicts=('deepin-tool-kit<0.3.4')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";
-dtkwidget-qt5.13.patch)
-sha512sums=('0250ee77234bb0487420a1176e08c27b25f674137913e656048b66502810a20bbacd3180272400a5bb3fb30bd969bc6d4236d3178edc42e2fd1270b5e194a713'
-
'4b2f4373bb55ed38ebeee1345213a9c3b3e1f97a762b955a4b96baae41ed0da35c901d65157113f914ef808af370d0490c83e2e595b6b44010b5297063c8eeaa')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
+sha512sums=('7081edbb0bc05260250f1293243d1bb4689934a7ce29ad630ab3bf8b01743d7f47cf23547daec9d226e55e8147b06866d17e4208dc98c627c6a07176238f73a3')
 
-prepare() {
-  cd dtkwidget-$pkgver
-  patch -p1 -i ../dtkwidget-qt5.13.patch # Fix build with Qt 5.13
-}
-
 build() {
   cd dtkwidget-$pkgver
-  LDFLAGS=${LDFLAGS/,-z,now/}
   qmake-qt5 PREFIX=/usr
   make
 }

Deleted: dtkwidget-qt5.13.patch
===
--- dtkwidget-qt5.13.patch  2019-07-07 02:11:44 UTC (rev 487573)
+++ dtkwidget-qt5.13.patch  2019-07-07 02:11:52 UTC (rev 487574)
@@ -1,39 +0,0 @@
-diff --git a/src/widgets/daboutdialog.cpp b/src/widgets/daboutdialog.cpp
-index 5c6ba91..a33fd94 100644
 a/src/widgets/daboutdialog.cpp
-+++ b/src/widgets/daboutdialog.cpp
-@@ -575,6 +575,6 @@ void DAboutDialog::showEvent(QShowEvent *event)
- }
- }
- 
--#include "moc_daboutdialog.cpp"
--
- DWIDGET_END_NAMESPACE
-+
-+#include "moc_daboutdialog.cpp"
-diff --git a/src/widgets/dipv4lineedit.cpp b/src/widgets/dipv4lineedit.cpp
-index 4efe6e4..1cc68b4 100644
 a/src/widgets/dipv4lineedit.cpp
-+++ b/src/widgets/dipv4lineedit.cpp
-@@ -530,6 +530,6 @@ bool DIpv4LineEdit::eventFilter(QObject *obj, QEvent *e)
- return DLineEdit::eventFilter(obj, e);
- }
- 
--#include "moc_dipv4lineedit.cpp"
--
- DWIDGET_END_NAMESPACE
-+
-+#include "moc_dipv4lineedit.cpp"
-diff --git a/src/widgets/dlistview.cpp b/src/widgets/dlistview.cpp
-index 0dcc244..523ebd5 100644
 a/src/widgets/dlistview.cpp
-+++ b/src/widgets/dlistview.cpp
-@@ -709,6 +709,6 @@ bool DListView::edit(const QModelIndex &index, 
QAbstractItemView::EditTrigger tr
- return tmp;
- }
- 
--#include "moc_dlistview.cpp"
--
- DWIDGET_END_NAMESPACE
-+
-+#include "moc_dlistview.cpp"


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:11:30
  Author: felixonmars
Revision: 487572

upgpkg: python-hypothesis 4.26.3-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 02:09:42 UTC (rev 487571)
+++ PKGBUILD2019-07-07 02:11:30 UTC (rev 487572)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.26.1
+pkgver=4.26.3
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('9fc976429fb2eab53c1145eb333a33b1a108704934ad4bd3da8d5da07efc1e18a229a74f068d0384b16f8dbe31c5b794b1ac451eec43aba78a610bf7d811cfc0')
+sha512sums=('a9569553fee02f76da74a8e01f43d23e174be5da6915099c093e839b9edfb837ad3c435bee85c8e92145e7a33d60f69cd64da533097613366a0486110cf71d63')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:11:44
  Author: felixonmars
Revision: 487573

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 02:11:30 UTC (rev 487572)
+++ PKGBUILD2019-07-07 02:11:44 UTC (rev 487573)
@@ -1,70 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.26.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('9fc976429fb2eab53c1145eb333a33b1a108704934ad4bd3da8d5da07efc1e18a229a74f068d0384b16f8dbe31c5b794b1ac451eec43aba78a610bf7d811cfc0')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 487572, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 02:11:44 UTC (rev 487573)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.26.3
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
+sha512sums=('a9569553fee02f76da74a8e01f43d23e174be5da6915099c093e839b9edfb837ad3c435bee85c8e92145e7a33d60f69cd64da533097613366a0486110cf71d63')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+
+  cp -a hypothesis-$pkgver{,-py2}
+
+  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
+  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+
+  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
+  python2 setup.py buil

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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:12:04
  Author: felixonmars
Revision: 487575

archrelease: copy trunk to community-testing-x86_64

Added:
  dtkwidget/repos/community-testing-x86_64/
  dtkwidget/repos/community-testing-x86_64/PKGBUILD
(from rev 487574, dtkwidget/trunk/PKGBUILD)

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

Copied: dtkwidget/repos/community-testing-x86_64/PKGBUILD (from rev 487574, 
dtkwidget/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-07-07 02:12:04 UTC (rev 487575)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.15
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkwidget";
+license=('GPL3')
+depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
+ 'startup-notification')
+makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
+sha512sums=('7081edbb0bc05260250f1293243d1bb4689934a7ce29ad630ab3bf8b01743d7f47cf23547daec9d226e55e8147b06866d17e4208dc98c627c6a07176238f73a3')
+
+build() {
+  cd dtkwidget-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:13:56
  Author: felixonmars
Revision: 487576

upgpkg: python-apispec 2.0.2-1

Modified:
  python-apispec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 02:12:04 UTC (rev 487575)
+++ PKGBUILD2019-07-07 02:13:56 UTC (rev 487576)
@@ -2,7 +2,7 @@
 
 pkgbase=python-apispec
 pkgname=(python-apispec python2-apispec)
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
 url="https://github.com/marshmallow-code/apispec";
@@ -13,7 +13,7 @@
   'python-flask' 'python-prance' 'python-yaml' 'python-mock'
   'python-openapi-spec-validator')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('afc983dc2148071b411d9a61b4f8e433f9cecaddb0c490eab37229a7593790710e81cdc1f49736a4abca9a20972d517750007a5698bce1790cb889590e04859c')
+sha512sums=('c2b13ea631109fba224544932a2dd6bbc0552903686d176e693149095c8326e113569c7cfdab661a3a36f7eaf72b9f453714774ffb02a55155bccedfbef23a66')
 
 prepare() {
   cp -a apispec-$pkgver{,-py2}


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:14:10
  Author: felixonmars
Revision: 487577

archrelease: copy trunk to community-testing-any

Added:
  python-apispec/repos/community-testing-any/PKGBUILD
(from rev 487576, python-apispec/trunk/PKGBUILD)
Deleted:
  python-apispec/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 02:13:56 UTC (rev 487576)
+++ PKGBUILD2019-07-07 02:14:10 UTC (rev 487577)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-apispec
-pkgname=(python-apispec python2-apispec)
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec";
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
-  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
-  'python-openapi-spec-validator')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
-sha512sums=('afc983dc2148071b411d9a61b4f8e433f9cecaddb0c490eab37229a7593790710e81cdc1f49736a4abca9a20972d517750007a5698bce1790cb889590e04859c')
-
-prepare() {
-  cp -a apispec-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd apispec-$pkgver
-  python setup.py pytest
-}
-
-package_python-apispec() {
-  depends=('python')
-  optdepends=('python-yaml: for yaml support'
-  'python-prance: for validation'
-  'python-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-apispec() {
-  depends=('python2')
-  optdepends=('python2-yaml: for yaml support')
-
-  cd apispec-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-testing-any/PKGBUILD (from rev 487576, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 02:14:10 UTC (rev 487577)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-apispec
+pkgname=(python-apispec python2-apispec)
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec";
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python-tornado' 'python-bottle' 
'python-marshmallow'
+  'python-flask' 'python-prance' 'python-yaml' 'python-mock'
+  'python-openapi-spec-validator')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz";)
+sha512sums=('c2b13ea631109fba224544932a2dd6bbc0552903686d176e693149095c8326e113569c7cfdab661a3a36f7eaf72b9f453714774ffb02a55155bccedfbef23a66')
+
+prepare() {
+  cp -a apispec-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd apispec-$pkgver
+  python setup.py pytest
+}
+
+package_python-apispec() {
+  depends=('python')
+  optdepends=('python-yaml: for yaml support'
+  'python-prance: for validation'
+  'python-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-apispec() {
+  depends=('python2')
+  optdepends=('python2-yaml: for yaml support')
+
+  cd apispec-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:14:41
  Author: felixonmars
Revision: 487579

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   60 +--
 browserify.install |   18 +++
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 02:14:24 UTC (rev 487578)
+++ PKGBUILD2019-07-07 02:14:41 UTC (rev 487579)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=browserify
-pkgdesc='browser-side require() the node way'
-pkgver=16.2.3
-pkgrel=1
-arch=('any')
-url='http://browserify.org/'
-license=('MIT' 'BSD')
-depends=('nodejs' 'acorn')
-makedepends=('npm' 'git')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-install=browserify.install
-sha512sums=('cd0b7f19dd7e5be218fa1ff15f6358316e28ad05a1a92c3257ec6c6e5c9c4eda4eb81dbb8757d9861350ba2a49e2defda21c383f898c7a6d23a7f66421242d8d')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-
-  # Fix npm security derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: browserify/repos/community-any/PKGBUILD (from rev 487578, 
browserify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 02:14:41 UTC (rev 487579)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=browserify
+pkgdesc='browser-side require() the node way'
+pkgver=16.3.0
+pkgrel=1
+arch=('any')
+url='http://browserify.org/'
+license=('MIT' 'BSD')
+depends=('nodejs' 'acorn')
+makedepends=('npm' 'git')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+install=browserify.install
+sha512sums=('05669a0fb6a5c86655101070493631e22245e43b30206ccad7ba3c6a2f70e222916d8a64dc43a2a6b447311440f0309916615e39dc7b037f39c365dd16fc569a')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+
+  # Fix npm security derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}

Deleted: browserify.install
===
--- browserify.install  2019-07-07 02:14:24 UTC (rev 487578)
+++ browserify.install  2019-07-07 02:14:41 UTC (rev 487579)
@@ -1,9 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-  find /usr/lib/node_modules/browserify -type d -exec chmod 755 '{}' +
-}
-
-post_upgrade() {
-  post_install
-}

Copied: browserify/repos/community-any/browserify.install (from rev 487578, 
browserify/trunk/browserify.install)
===
--- browserify.install  (rev 0)
+++ browserify.install  2019-07-07 02:14:41 UTC (rev 487579)
@@ -0,0 +1,9 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+  find /usr/lib/node_modules/browserify -type d -exec chmod 755 '{}' +
+}
+
+post_upgrade() {
+  post_install
+}


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

2019-07-06 Thread Felix Yan via arch-commits
Date: Sunday, July 7, 2019 @ 02:14:24
  Author: felixonmars
Revision: 487578

upgpkg: browserify 16.3.0-1

Modified:
  browserify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 02:14:10 UTC (rev 487577)
+++ PKGBUILD2019-07-07 02:14:24 UTC (rev 487578)
@@ -2,7 +2,7 @@
 
 pkgname=browserify
 pkgdesc='browser-side require() the node way'
-pkgver=16.2.3
+pkgver=16.3.0
 pkgrel=1
 arch=('any')
 url='http://browserify.org/'
@@ -12,7 +12,7 @@
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
 install=browserify.install
-sha512sums=('cd0b7f19dd7e5be218fa1ff15f6358316e28ad05a1a92c3257ec6c6e5c9c4eda4eb81dbb8757d9861350ba2a49e2defda21c383f898c7a6d23a7f66421242d8d')
+sha512sums=('05669a0fb6a5c86655101070493631e22245e43b30206ccad7ba3c6a2f70e222916d8a64dc43a2a6b447311440f0309916615e39dc7b037f39c365dd16fc569a')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-07-06 Thread Daniel M. Capella via arch-commits
Date: Sunday, July 7, 2019 @ 04:03:32
  Author: polyzen
Revision: 487581

archrelease: copy trunk to community-any

Added:
  termtosvg/repos/community-any/PKGBUILD
(from rev 487580, termtosvg/trunk/PKGBUILD)
Deleted:
  termtosvg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 04:03:14 UTC (rev 487580)
+++ PKGBUILD2019-07-07 04:03:32 UTC (rev 487581)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=termtosvg
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Record terminal sessions as SVG animations'
-arch=('any')
-url=https://nbedos.github.io/termtosvg/
-license=('BSD')
-depends=('python-lxml' 'python-pyte')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha512sums=('a414060090e15419e96c481f1aee2882669d4a804cab84132e628496c8f1f0c1be86e48dff7e3614a6d9060c80a3dfbbab1b6b54044d306fe022e825b6bb5391')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python -m unittest termtosvg.tests.suite
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 man/termtosvg.man.1 "$pkgdir"/usr/share/man/man1/termtosvg.1
-  install -Dm644 man/termtosvg-templates.man.5 
"$pkgdir"/usr/share/man/man5/termtosvg-templates.5
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: termtosvg/repos/community-any/PKGBUILD (from rev 487580, 
termtosvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 04:03:32 UTC (rev 487581)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=termtosvg
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Record terminal sessions as SVG animations'
+arch=('any')
+url=https://nbedos.github.io/termtosvg/
+license=('BSD')
+depends=('python-lxml' 'python-pyte')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('6df5ed9b5eb2f55771e653fd6bc67606cb7d3f3a3426429484bf0e0430ddc2d5')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m unittest termtosvg.tests.suite
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 man/termtosvg.man.1 "$pkgdir"/usr/share/man/man1/termtosvg.1
+  install -Dm644 man/termtosvg-templates.man.5 
"$pkgdir"/usr/share/man/man5/termtosvg-templates.5
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-06 Thread Daniel M. Capella via arch-commits
Date: Sunday, July 7, 2019 @ 04:03:14
  Author: polyzen
Revision: 487580

upgpkg: termtosvg 0.9.0-1

Modified:
  termtosvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 02:14:41 UTC (rev 487579)
+++ PKGBUILD2019-07-07 04:03:14 UTC (rev 487580)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=termtosvg
-pkgver=0.8.0
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='Record terminal sessions as SVG animations'
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-lxml' 'python-pyte')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha512sums=('a414060090e15419e96c481f1aee2882669d4a804cab84132e628496c8f1f0c1be86e48dff7e3614a6d9060c80a3dfbbab1b6b54044d306fe022e825b6bb5391')
+sha256sums=('6df5ed9b5eb2f55771e653fd6bc67606cb7d3f3a3426429484bf0e0430ddc2d5')
 
 build() {
   cd $pkgname-$pkgver