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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:44:09
  Author: felixonmars
Revision: 1180946

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-03 01:43:58 UTC (rev 1180945)
+++ PKGBUILD2022-04-03 01:44:09 UTC (rev 1180946)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=lib32-faudio
-pkgver=22.03
-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=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz;)
-sha512sums=('8eba240f45571de5138bd5664d2c38f2797c750c2d407fa3aa1de04531dbd51af60761c19f3ac78b8cb98341fa9e0ed4129135786a13cc45a5b5bdfc0c989a38')
-
-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 1180945, 
lib32-faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-03 01:44:09 UTC (rev 1180946)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=lib32-faudio
+pkgver=22.04
+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=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz;)
+sha512sums=('72bc6b4fc74ef91be2776347911add4a408d9772231ebbf749568914b17ce80b59c176c736dc4837a4877bd730657d32ed610db854ca25e2cc511082b1890b88')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export CC="gcc -m32 -mstackrealign"
+  export CXX="g++ -m32 -mstackrealign"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib32
+  # TODO:  -DFFMPEG=ON
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  rm -r "$pkgdir"/usr/include
+
+  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:43:58
  Author: felixonmars
Revision: 1180945

upgpkg: lib32-faudio 22.04-1

Modified:
  lib32-faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 01:42:48 UTC (rev 1180944)
+++ PKGBUILD2022-04-03 01:43:58 UTC (rev 1180945)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=lib32-faudio
-pkgver=22.03
+pkgver=22.04
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
 makedepends=('cmake' 'ninja')
 
source=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz;)
-sha512sums=('8eba240f45571de5138bd5664d2c38f2797c750c2d407fa3aa1de04531dbd51af60761c19f3ac78b8cb98341fa9e0ed4129135786a13cc45a5b5bdfc0c989a38')
+sha512sums=('72bc6b4fc74ef91be2776347911add4a408d9772231ebbf749568914b17ce80b59c176c736dc4837a4877bd730657d32ed610db854ca25e2cc511082b1890b88')
 
 prepare() {
   mkdir -p build



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:27:34
  Author: felixonmars
Revision: 1180934

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ci/repos/community-staging-x86_64/PKGBUILD (from rev 1180933, 
haskell-ci/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-03 01:27:34 UTC (rev 1180934)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Maintainer: Caleb Maclennan 
+
+_hkgname=haskell-ci
+pkgname=haskell-ci
+pkgver=0.12.1
+pkgrel=207
+pkgdesc="Cabal package script generator for Travis-CI"
+url="https://haskell-ci.rtfd.org/;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-base16-bytestring' 'haskell-cabal-install-parsers' 
'haskell-cryptohash-sha256'
+ 'haskell-generic-lens-lite' 'haskell-hsyaml' 
'haskell-indexed-traversable'
+ 'haskell-indexed-traversable-instances' 'haskell-ini' 
'haskell-lattices'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 'shellcheck' 
'haskell-temporary'
+ 'haskell-unordered-containers' 'haskell-zinza')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-ansi-terminal' 
'haskell-tasty' 'haskell-tasty-golden')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('d93a6b8e880255469b34b568320659802252379f0c5486ed315b366fd07dae935a480047468912bc5a397b9e55b00ea964451790f963d05b8df1d426d871da1c')
+
+prepare(){
+  uusi -u attoparsec -u base-compat -u ShellCheck 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  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-ci/trunk (PKGBUILD)

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:27:24
  Author: felixonmars
Revision: 1180933

upgpkg: haskell-ci 0.12.1-207: rebuild with pandoc-types 1.22.2

Modified:
  haskell-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 01:26:26 UTC (rev 1180932)
+++ PKGBUILD2022-04-03 01:27:24 UTC (rev 1180933)
@@ -4,7 +4,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.12.1
-pkgrel=206
+pkgrel=207
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/;
 license=("GPL")



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:26:26
  Author: felixonmars
Revision: 1180932

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 1180931, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-03 01:26:26 UTC (rev 1180932)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Maintainer: Caleb Maclennan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.8.0
+pkgrel=87
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc' 'uusi')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('71f4c6745c6094ab1832a0f19f3e65621af93dd57c2cd780b8702886481e5568d708a9d1884e82525b92b6d109bf94d843dd10ac991ead27ca6cd4c6c553e92d')
+
+prepare() {
+cd $pkgname-$pkgver
+gen-setup
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+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
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:26:15
  Author: felixonmars
Revision: 1180931

upgpkg: shellcheck 0.8.0-87: rebuild with pandoc-types 1.22.2

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 01:25:36 UTC (rev 1180930)
+++ PKGBUILD2022-04-03 01:26:15 UTC (rev 1180931)
@@ -5,7 +5,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.8.0
-pkgrel=86
+pkgrel=87
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:25:36
  Author: felixonmars
Revision: 1180930

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
1180929, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-03 01:25:36 UTC (rev 1180930)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Maintainer: Caleb Maclennan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.15.1.1
+pkgrel=19
+pkgdesc="A static website compiler library"
+url="https://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-hashable'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-lifted-async' 
'haskell-lrucache'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 'pandoc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-wai'
+ 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c0fee6bedfe19677484e41d2d0a098bf351c35a8b3adc7fe5de407a0686dd1d1108584b05525f70ce7cac94919b50c09be91706226bbc3f3e3d155cc9bc1eb34')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:25:26
  Author: felixonmars
Revision: 1180929

upgpkg: haskell-hakyll 4.15.1.1-19: rebuild with pandoc-types 1.22.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 01:24:17 UTC (rev 1180928)
+++ PKGBUILD2022-04-03 01:25:26 UTC (rev 1180929)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.15.1.1
-pkgrel=18
+pkgrel=19
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:24:17
  Author: felixonmars
Revision: 1180928

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
1180927, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-03 01:24:17 UTC (rev 1180928)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Maintainer: Caleb Maclennan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.12.2
+pkgrel=79
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-gitrev' 'haskell-microlens'
+ 'haskell-microlens-mtl' 'haskell-microlens-th' 'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('44223954ee459a3215ab162e6098a1bd6bce0c02d09aee72cebbe26d977f3cce90e1cd90c01628df68c4d1f0452694eb5b19ebee6ca30e4f8e8e34d0040b4670')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests --datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-enable_flaky_tests
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:24:07
  Author: felixonmars
Revision: 1180927

upgpkg: pandoc-crossref 0.3.12.2-79: rebuild with pandoc-types 1.22.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 01:22:47 UTC (rev 1180926)
+++ PKGBUILD2022-04-03 01:24:07 UTC (rev 1180927)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.12.2
-pkgrel=78
+pkgrel=79
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:22:47
  Author: felixonmars
Revision: 1180926

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 1180925, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-03 01:22:47 UTC (rev 1180926)
@@ -0,0 +1,68 @@
+# Maintainer: Felix Yan 
+# Maintainer: Caleb Maclennan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.17.1.1
+pkgrel=8
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-glob' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-citeproc'
+ 'haskell-commonmark' 'haskell-commonmark-extensions' 
'haskell-commonmark-pandoc'
+ 'haskell-connection' 'haskell-data-default' 'haskell-doclayout' 
'haskell-doctemplates'
+ 'haskell-emojis' 'haskell-file-embed' 'haskell-haddock-library' 
'haskell-hslua'
+ 'haskell-hslua-aeson' 'haskell-hslua-marshalling' 
'haskell-hslua-module-path'
+ 'haskell-hslua-module-system' 'haskell-hslua-module-text' 
'haskell-hslua-module-version'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ipynb'
+ 'haskell-jira-wiki-markup' 'haskell-lpeg' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-pandoc-lua-marshal' 'haskell-pandoc-types' 
'haskell-pretty-show' 'haskell-random'
+ 'haskell-safe' 'haskell-scientific' 'haskell-skylighting' 
'haskell-skylighting-core'
+ 'haskell-split' 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-texmath'
+ 'haskell-text-conversions' 'haskell-unicode-collation' 
'haskell-unicode-transforms'
+ 'haskell-xml' 'haskell-xml-conduit' 'haskell-yaml' 
'haskell-zip-archive' 'haskell-zlib')
+optdepends=('pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-lua' 
'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1402240d094d62e071349d87d0a2ffe3e82269a80c82a39cefc7c2938ac86594011459068c1dd526127d72dd8c20816896d5c38761e9691370fa11190ec51b06')
+
+prepare() {
+cd $pkgname-$pkgver
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+install -Dm644 man/pandoc.1 -t "${pkgdir}"/usr/share/man/man1/
+}



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:22:37
  Author: felixonmars
Revision: 1180925

upgpkg: pandoc 2.17.1.1-8: rebuild with pandoc-types 1.22.2

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 01:12:08 UTC (rev 1180924)
+++ PKGBUILD2022-04-03 01:22:37 UTC (rev 1180925)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.17.1.1
-pkgrel=7
+pkgrel=8
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:02:13
  Author: felixonmars
Revision: 1180923

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
1180922, haskell-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-03 01:02:13 UTC (rev 1180923)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Maintainer: Caleb Maclennan 
+
+_hkgname=citeproc
+pkgname=haskell-citeproc
+pkgver=0.6.0.1
+pkgrel=33
+pkgdesc="Generates citations and bibliography from CSL styles."
+url="https://github.com/jgm/citeproc;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-data-default' 'haskell-file-embed'
+ 'haskell-pandoc-types' 'haskell-safe' 'haskell-scientific' 
'haskell-text-icu'
+ 'haskell-unicode-collation' 'haskell-uniplate' 'haskell-vector' 
'haskell-xml-conduit')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('ba9949d089e1a1ae27b16a19639aeaa18cebe1113861afabd97a1ee0fa2c9ca1444d7a36335422a3cabc90a1840a5cc99ca6ba8146c43008df4967dcea271ac3')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -fexecutable -ficu
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:02:03
  Author: felixonmars
Revision: 1180922

upgpkg: haskell-citeproc 0.6.0.1-33: rebuild with pandoc-types 1.22.2

Modified:
  haskell-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 01:01:56 UTC (rev 1180921)
+++ PKGBUILD2022-04-03 01:02:03 UTC (rev 1180922)
@@ -4,7 +4,7 @@
 _hkgname=citeproc
 pkgname=haskell-citeproc
 pkgver=0.6.0.1
-pkgrel=32
+pkgrel=33
 pkgdesc="Generates citations and bibliography from CSL styles."
 url="https://github.com/jgm/citeproc;
 license=("BSD")



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:01:56
  Author: felixonmars
Revision: 1180921

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-pandoc-lua-marshal/repos/community-staging-x86_64/
  haskell-pandoc-lua-marshal/repos/community-staging-x86_64/PKGBUILD
(from rev 1180920, haskell-pandoc-lua-marshal/trunk/PKGBUILD)

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

Copied: haskell-pandoc-lua-marshal/repos/community-staging-x86_64/PKGBUILD 
(from rev 1180920, haskell-pandoc-lua-marshal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-03 01:01:56 UTC (rev 1180921)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=pandoc-lua-marshal
+pkgname=haskell-pandoc-lua-marshal
+pkgver=0.1.5.1
+pkgrel=3
+pkgdesc="Use pandoc types in Lua"
+url="https://github.com/pandoc/pandoc-lua-marshal;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hslua' 'haskell-hslua-marshalling' 'haskell-lua' 
'haskell-pandoc-types'
+ 'haskell-safe')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-lua' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('2e219d1ed269c67ad7c6fc1d8ce4613ddbec6b025ce460e74657755c4d2d4542')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:01:45
  Author: felixonmars
Revision: 1180920

upgpkg: haskell-pandoc-lua-marshal 0.1.5.1-3: rebuild with pandoc-types 1.22.2

Modified:
  haskell-pandoc-lua-marshal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 01:01:32 UTC (rev 1180919)
+++ PKGBUILD2022-04-03 01:01:45 UTC (rev 1180920)
@@ -3,7 +3,7 @@
 _hkgname=pandoc-lua-marshal
 pkgname=haskell-pandoc-lua-marshal
 pkgver=0.1.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Use pandoc types in Lua"
 url="https://github.com/pandoc/pandoc-lua-marshal;
 license=("MIT")



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:01:32
  Author: felixonmars
Revision: 1180919

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 
1180918, haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-03 01:01:32 UTC (rev 1180919)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.12.4
+pkgrel=5
+pkgdesc="Conversion between math formats."
+url="https://github.com/jgm/texmath;
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network-uri' 'haskell-pandoc-types' 
'haskell-split' 'haskell-syb'
+ 'haskell-xml')
+makedepends=('ghc' 'haskell-temporary' 'haskell-utf8-string')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e76f5c8c4756120c8402833826a8ecc0e0a3babf05dc928b68cc3d43e0a3df8dc7aba93b9f8b06ec86ca1453fb460879c34d0d20a346cec8e23c52555f30d00a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fnetwork-uri -f-executable
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+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-texmath/trunk (PKGBUILD)

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:01:22
  Author: felixonmars
Revision: 1180918

upgpkg: haskell-texmath 0.12.4-5: rebuild with pandoc-types 1.22.2

Modified:
  haskell-texmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 01:01:13 UTC (rev 1180917)
+++ PKGBUILD2022-04-03 01:01:22 UTC (rev 1180918)
@@ -4,7 +4,7 @@
 _hkgname=texmath
 pkgname=haskell-texmath
 pkgver=0.12.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Conversion between math formats."
 url="https://github.com/jgm/texmath;
 license=("GPL2")



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:01:13
  Author: felixonmars
Revision: 1180917

archrelease: copy trunk to community-any

Added:
  feeluown/repos/community-any/PKGBUILD
(from rev 1180916, feeluown/trunk/PKGBUILD)
  feeluown/repos/community-any/feeluown.desktop
(from rev 1180916, feeluown/trunk/feeluown.desktop)
Deleted:
  feeluown/repos/community-any/PKGBUILD
  feeluown/repos/community-any/feeluown.desktop

--+
 PKGBUILD |   74 ++---
 feeluown.desktop |   20 +++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-03 01:01:01 UTC (rev 1180916)
+++ PKGBUILD2022-04-03 01:01:13 UTC (rev 1180917)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruce Zhang 
-
-pkgname=feeluown
-pkgver=3.8.3
-pkgrel=1
-pkgdesc="FeelUOwn Music Player"
-arch=('any')
-url="https://github.com/feeluown/FeelUOwn;
-license=('GPL3')
-depends=('python-qasync' 'python-pyqt5' 'mpv' 'python-opengl' 'python-janus' 
'python-requests'
- 'python-tomlkit' 'python-packaging' 'python-pydantic' 'qt5-svg')
-makedepends=('python-setuptools' 'python-pip')
-checkdepends=('python-pytest-benchmark' 'python-pytest-cov')
-optdepends=('feeluown-local' 'feeluown-netease' 'feeluown-kuwo' 
'feeluown-qqmusic')
-groups=('feeluown-full')
-source=("https://pypi.io/packages/source/f/feeluown/feeluown-$pkgver.tar.gz;
-"feeluown.desktop")
-sha512sums=('84b1cf114bd7ab533056bfd213a56aee7f27160e00809c6881d382daddf03e74e807972738cb177750260d3f7065335dd0f082c80f61a16c26bce2210251997a'
-
'48882f7469c22e5db332663bc1aa8b398b0a10a0c929d4d7e3d7b8b91205d7d3070c5fa295cb9a14f8c352bff57978bfaad167343e0ddc51c92417eda07c8087')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  pytest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm644 feeluown/gui/assets/icons/feeluown.png -t 
"$pkgdir"/usr/share/icons/hicolor/512x512/apps/
-  install -Dm644 "$srcdir"/feeluown.desktop -t 
"$pkgdir"/usr/share/applications/
-}

Copied: feeluown/repos/community-any/PKGBUILD (from rev 1180916, 
feeluown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-03 01:01:13 UTC (rev 1180917)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruce Zhang 
+
+pkgname=feeluown
+pkgver=3.8.4
+pkgrel=1
+pkgdesc="FeelUOwn Music Player"
+arch=('any')
+url="https://github.com/feeluown/FeelUOwn;
+license=('GPL3')
+depends=('python-qasync' 'python-pyqt5' 'mpv' 'python-opengl' 'python-janus' 
'python-requests'
+ 'python-tomlkit' 'python-packaging' 'python-pydantic' 'qt5-svg')
+makedepends=('python-setuptools' 'python-pip')
+checkdepends=('python-pytest-benchmark' 'python-pytest-cov')
+optdepends=('feeluown-local' 'feeluown-netease' 'feeluown-kuwo' 
'feeluown-qqmusic')
+groups=('feeluown-full')
+source=("https://pypi.io/packages/source/f/feeluown/feeluown-$pkgver.tar.gz;
+"feeluown.desktop")
+sha512sums=('9d6bbe9f334a529d2dbbbd8be50679fedf23cdea31058562ec6f12dadfaefd6fbb44efb3e46ca10d31a2f11ac1c9170e0f743c1cd99a4c97bc3e0b2085c089f4'
+
'48882f7469c22e5db332663bc1aa8b398b0a10a0c929d4d7e3d7b8b91205d7d3070c5fa295cb9a14f8c352bff57978bfaad167343e0ddc51c92417eda07c8087')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  pytest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm644 feeluown/gui/assets/icons/feeluown.png -t 
"$pkgdir"/usr/share/icons/hicolor/512x512/apps/
+  install -Dm644 "$srcdir"/feeluown.desktop -t 
"$pkgdir"/usr/share/applications/
+}

Deleted: feeluown.desktop
===
--- feeluown.desktop2022-04-03 01:01:01 UTC (rev 1180916)
+++ feeluown.desktop2022-04-03 01:01:13 UTC (rev 1180917)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=FeelUOwn
-Comment=FeelUOwn Launcher
-Exec=feeluown --log-to-file
-Icon=feeluown
-Categories=AudioVideo;Audio;Player;Qt;
-Terminal=false
-StartupNotify=true
-StartupWMClass=FeelUOwn

Copied: feeluown/repos/community-any/feeluown.desktop (from rev 1180916, 
feeluown/trunk/feeluown.desktop)
===
--- feeluown.desktop(rev 0)
+++ feeluown.desktop2022-04-03 01:01:13 UTC (rev 1180917)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Name=FeelUOwn
+Comment=FeelUOwn Launcher
+Exec=feeluown --log-to-file
+Icon=feeluown
+Categories=AudioVideo;Audio;Player;Qt;
+Terminal=false
+StartupNotify=true
+StartupWMClass=FeelUOwn



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 01:01:01
  Author: felixonmars
Revision: 1180916

upgpkg: feeluown 3.8.4-1

Modified:
  feeluown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 00:57:52 UTC (rev 1180915)
+++ PKGBUILD2022-04-03 01:01:01 UTC (rev 1180916)
@@ -2,7 +2,7 @@
 # Contributor: Bruce Zhang 
 
 pkgname=feeluown
-pkgver=3.8.3
+pkgver=3.8.4
 pkgrel=1
 pkgdesc="FeelUOwn Music Player"
 arch=('any')
@@ -16,7 +16,7 @@
 groups=('feeluown-full')
 source=("https://pypi.io/packages/source/f/feeluown/feeluown-$pkgver.tar.gz;
 "feeluown.desktop")
-sha512sums=('84b1cf114bd7ab533056bfd213a56aee7f27160e00809c6881d382daddf03e74e807972738cb177750260d3f7065335dd0f082c80f61a16c26bce2210251997a'
+sha512sums=('9d6bbe9f334a529d2dbbbd8be50679fedf23cdea31058562ec6f12dadfaefd6fbb44efb3e46ca10d31a2f11ac1c9170e0f743c1cd99a4c97bc3e0b2085c089f4'
 
'48882f7469c22e5db332663bc1aa8b398b0a10a0c929d4d7e3d7b8b91205d7d3070c5fa295cb9a14f8c352bff57978bfaad167343e0ddc51c92417eda07c8087')
 
 build() {



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:57:52
  Author: felixonmars
Revision: 1180915

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-commonmark-pandoc/repos/community-staging-x86_64/PKGBUILD (from 
rev 1180914, haskell-commonmark-pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-03 00:57:52 UTC (rev 1180915)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=commonmark-pandoc
+pkgname=haskell-commonmark-pandoc
+pkgver=0.2.1.2
+pkgrel=30
+pkgdesc="Bridge between commonmark and pandoc AST"
+url="https://github.com/jgm/commonmark-hs;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-commonmark' 'haskell-commonmark-extensions' 
'haskell-pandoc-types')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('85c7505b29c99e38bbadf93764e51ec40da3bff0799e99eecd011962f1103b81970cb5ffb7399b48927e0024c07554ee0e7d420a88bd2f37149a4777d8bca032')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+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-commonmark-pandoc/trunk (PKGBUILD)

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:57:42
  Author: felixonmars
Revision: 1180914

upgpkg: haskell-commonmark-pandoc 0.2.1.2-30: rebuild with pandoc-types 1.22.2

Modified:
  haskell-commonmark-pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 00:57:36 UTC (rev 1180913)
+++ PKGBUILD2022-04-03 00:57:42 UTC (rev 1180914)
@@ -3,7 +3,7 @@
 _hkgname=commonmark-pandoc
 pkgname=haskell-commonmark-pandoc
 pkgver=0.2.1.2
-pkgrel=29
+pkgrel=30
 pkgdesc="Bridge between commonmark and pandoc AST"
 url="https://github.com/jgm/commonmark-hs;
 license=('BSD')



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:57:36
  Author: felixonmars
Revision: 1180913

archrelease: copy trunk to community-any

Added:
  python-nest-asyncio/repos/community-any/PKGBUILD
(from rev 1180912, python-nest-asyncio/trunk/PKGBUILD)
Deleted:
  python-nest-asyncio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-03 00:57:25 UTC (rev 1180912)
+++ PKGBUILD2022-04-03 00:57:36 UTC (rev 1180913)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-nest-asyncio
-pkgver=1.5.4
-pkgrel=2
-pkgdesc="Patch asyncio to allow nested event loops"
-url="https://github.com/erdewit/nest_asyncio;
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-provides=('python-nest_asyncio')
-replaces=('python-nest_asyncio')
-source=("https://github.com/erdewit/nest_asyncio/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('96050b450ce2dc1d9cb9f966fe1e971ce48652524f4d2d75bf2cb37755feb29d28b9661bd82fd1016781d6c79c027de04c516f5faccebf1040e398ea9998c87e')
-
-build() {
-  cd nest_asyncio-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd nest_asyncio-$pkgver
-  PYTHONPATH="$PWD/build/lib" python tests/nest_test.py
-}
-
-package() {
-  cd nest_asyncio-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-nest-asyncio/repos/community-any/PKGBUILD (from rev 1180912, 
python-nest-asyncio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-03 00:57:36 UTC (rev 1180913)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-nest-asyncio
+pkgver=1.5.5
+pkgrel=1
+pkgdesc="Patch asyncio to allow nested event loops"
+url="https://github.com/erdewit/nest_asyncio;
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+provides=('python-nest_asyncio')
+replaces=('python-nest_asyncio')
+source=("https://github.com/erdewit/nest_asyncio/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('dbf045a59dc5b61eaae0191cf13d5e1c19962c40b6f78fe8ae65dd30bf040584b9151f9fee364ff9a677250cc4d83b11398ed029b5f42985d4994837c3e09388')
+
+build() {
+  cd nest_asyncio-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nest_asyncio-$pkgver
+  PYTHONPATH="$PWD/build/lib" python tests/nest_test.py
+}
+
+package() {
+  cd nest_asyncio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:57:25
  Author: felixonmars
Revision: 1180912

upgpkg: python-nest-asyncio 1.5.5-1

Modified:
  python-nest-asyncio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 00:56:35 UTC (rev 1180911)
+++ PKGBUILD2022-04-03 00:57:25 UTC (rev 1180912)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-nest-asyncio
-pkgver=1.5.4
-pkgrel=2
+pkgver=1.5.5
+pkgrel=1
 pkgdesc="Patch asyncio to allow nested event loops"
 url="https://github.com/erdewit/nest_asyncio;
 license=('BSD')
@@ -12,7 +12,7 @@
 provides=('python-nest_asyncio')
 replaces=('python-nest_asyncio')
 
source=("https://github.com/erdewit/nest_asyncio/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('96050b450ce2dc1d9cb9f966fe1e971ce48652524f4d2d75bf2cb37755feb29d28b9661bd82fd1016781d6c79c027de04c516f5faccebf1040e398ea9998c87e')
+sha512sums=('dbf045a59dc5b61eaae0191cf13d5e1c19962c40b6f78fe8ae65dd30bf040584b9151f9fee364ff9a677250cc4d83b11398ed029b5f42985d4994837c3e09388')
 
 build() {
   cd nest_asyncio-$pkgver



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:56:35
  Author: felixonmars
Revision: 1180911

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pandoc-types/repos/community-staging-x86_64/PKGBUILD (from rev 
1180910, haskell-pandoc-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-03 00:56:35 UTC (rev 1180911)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-types
+pkgname=haskell-pandoc-types
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="Types for representing a structured document"
+url="https://pandoc.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-syb')
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit'
+ 'haskell-test-framework-quickcheck2' 'haskell-hunit' 
'haskell-string-qq')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c4e78de0d6f2df67a716f7e549d629b9ead7f2569674cd84cd73a430c7ee97d1ebe30e0a95e84b5f45dab2a5cee6c6d5cc30f6c47f11859c938c75f63406878b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+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-pandoc-types/trunk (PKGBUILD)

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:56:26
  Author: felixonmars
Revision: 1180910

upgpkg: haskell-pandoc-types 1.22.2-1: rebuild with pandoc-types 1.22.2

Modified:
  haskell-pandoc-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 00:55:43 UTC (rev 1180909)
+++ PKGBUILD2022-04-03 00:56:26 UTC (rev 1180910)
@@ -3,8 +3,8 @@
 
 _hkgname=pandoc-types
 pkgname=haskell-pandoc-types
-pkgver=1.22.1
-pkgrel=8
+pkgver=1.22.2
+pkgrel=1
 pkgdesc="Types for representing a structured document"
 url="https://pandoc.org/;
 license=("BSD")
@@ -13,7 +13,7 @@
 makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit'
  'haskell-test-framework-quickcheck2' 'haskell-hunit' 
'haskell-string-qq')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('e9041c69c701084f7c05b742d84ab0570d21b0856ed2a221d925763ec500586255be92b810afb999ea51c9be3a8ec0f2e026c4ade1a681c1464a4b5d94334ecb')
+sha512sums=('c4e78de0d6f2df67a716f7e549d629b9ead7f2569674cd84cd73a430c7ee97d1ebe30e0a95e84b5f45dab2a5cee6c6d5cc30f6c47f11859c938c75f63406878b')
 
 build() {
 cd $_hkgname-$pkgver



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:55:43
  Author: felixonmars
Revision: 1180909

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-03 00:55:30 UTC (rev 1180908)
+++ PKGBUILD2022-04-03 00:55:43 UTC (rev 1180909)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgver=8.12.45
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('539170a363541a7bbf04d3448786d4ab4da2928eedef3d02ce0ba075e5b7c43a36d0e7071ad764026bac01e445da340756e6ef8cf484e39ea4f9d8e8897c6fa5')
-
-build() {
-  cd python-phonenumbers-$pkgver/python
-  python setup.py build
-}
-
-check() {
-  cd python-phonenumbers-$pkgver/python
-  python setup.py test
-}
-
-package() {
-  cd python-phonenumbers-$pkgver/python
-  python setup.py install -O1 --root "$pkgdir"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 1180908, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-03 00:55:43 UTC (rev 1180909)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgver=8.12.46
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('0a73fd1577de51be86bd01893c97de0f0e1c555d85f3827367d5afee96c88b7c2187b2ae65a433e0a381835c0abd4e7af1aab27a24bdd0e0b973c812a9e77e7d')
+
+build() {
+  cd python-phonenumbers-$pkgver/python
+  python setup.py build
+}
+
+check() {
+  cd python-phonenumbers-$pkgver/python
+  python setup.py test
+}
+
+package() {
+  cd python-phonenumbers-$pkgver/python
+  python setup.py install -O1 --root "$pkgdir"
+}



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:55:30
  Author: felixonmars
Revision: 1180908

upgpkg: python-phonenumbers 8.12.46-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 00:53:33 UTC (rev 1180907)
+++ PKGBUILD2022-04-03 00:55:30 UTC (rev 1180908)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-phonenumbers
-pkgver=8.12.45
+pkgver=8.12.46
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('539170a363541a7bbf04d3448786d4ab4da2928eedef3d02ce0ba075e5b7c43a36d0e7071ad764026bac01e445da340756e6ef8cf484e39ea4f9d8e8897c6fa5')
+sha512sums=('0a73fd1577de51be86bd01893c97de0f0e1c555d85f3827367d5afee96c88b7c2187b2ae65a433e0a381835c0abd4e7af1aab27a24bdd0e0b973c812a9e77e7d')
 
 build() {
   cd python-phonenumbers-$pkgver/python



[arch-commits] Commit in perl-html-parser/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:53:13
  Author: felixonmars
Revision: 441378

archrelease: copy trunk to extra-x86_64

Added:
  perl-html-parser/repos/extra-x86_64/PKGBUILD
(from rev 441377, perl-html-parser/trunk/PKGBUILD)
Deleted:
  perl-html-parser/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-03 00:53:02 UTC (rev 441377)
+++ PKGBUILD2022-04-03 00:53:13 UTC (rev 441378)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: kevin 
-# Contributor: Manolis Tzanidakis
-# Contributor: Firmicus 
-
-pkgname=perl-html-parser
-pkgver=3.77
-pkgrel=1
-pkgdesc="Perl HTML parser class"
-arch=('x86_64')
-license=('PerlArtistic')
-url="https://search.cpan.org/dist/HTML-Parser/;
-depends=('perl-html-tagset' 'perl-http-message' 'perl-uri')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/O/OA/OALDERS/HTML-Parser-$pkgver.tar.gz)
-sha512sums=('29e7842627704d52e607f741d9205b9fa2e18d51690c9356f0073df9bae12c774aea7cc6eb0c23115bfc93df977f1660c144cb5f44631abb28a59714e4a6be08')
-
-build() {
-  cd HTML-Parser-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd HTML-Parser-$pkgver
-  make test
-}
-
-package() {
-  cd HTML-Parser-$pkgver
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-html-parser/repos/extra-x86_64/PKGBUILD (from rev 441377, 
perl-html-parser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-03 00:53:13 UTC (rev 441378)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus 
+
+pkgname=perl-html-parser
+pkgver=3.78
+pkgrel=1
+pkgdesc="Perl HTML parser class"
+arch=('x86_64')
+license=('PerlArtistic')
+url="https://search.cpan.org/dist/HTML-Parser/;
+depends=('perl-html-tagset' 'perl-http-message' 'perl-uri')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/O/OA/OALDERS/HTML-Parser-$pkgver.tar.gz)
+sha512sums=('5bbed1324d79f7d677c31eb6e95c51c46742d596c30ec1efbee90c387eebf90b357b0b0cbb3da35326a3a2429bad837f957393bc0316ea1b0170c094467b06d3')
+
+build() {
+  cd HTML-Parser-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd HTML-Parser-$pkgver
+  make test
+}
+
+package() {
+  cd HTML-Parser-$pkgver
+  make install DESTDIR="${pkgdir}"
+}



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:53:11
  Author: felixonmars
Revision: 1180905

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 1180904, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 1180904, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-03 00:53:11 UTC (rev 1180905)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.25
+pkgrel=40
+pkgdesc="Web-based user interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-base64'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-cmdargs' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-data-default' 'haskell-decimal' 'haskell-extra' 
'haskell-hjsmin'
+ 'haskell-hspec' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-http-types'
+ 'haskell-megaparsec' 'haskell-network' 'haskell-shakespeare' 
'haskell-unix-compat'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-wai' 
'haskell-wai-cors'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-yesod-test')
+makedepends=('ghc' 'uusi')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4be48eb2ba57f3f2e183c27bf6689c9b28d4028e194fcd6c400545d7e2119703cc947a8deaaa0b3a9d07668fda09e78744305f5138d5204330399ce557d4ca4f')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+install -Dm644 hledger-web.1 -t "$pkgdir"/usr/share/man/man1/
+}



[arch-commits] Commit in perl-html-parser/trunk (PKGBUILD)

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:53:02
  Author: felixonmars
Revision: 441377

upgpkg: perl-html-parser 3.78-1

Modified:
  perl-html-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:50:39 UTC (rev 441376)
+++ PKGBUILD2022-04-03 00:53:02 UTC (rev 441377)
@@ -4,7 +4,7 @@
 # Contributor: Firmicus 
 
 pkgname=perl-html-parser
-pkgver=3.77
+pkgver=3.78
 pkgrel=1
 pkgdesc="Perl HTML parser class"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('perl-html-tagset' 'perl-http-message' 'perl-uri')
 options=('!emptydirs')
 
source=(https://www.cpan.org/authors/id/O/OA/OALDERS/HTML-Parser-$pkgver.tar.gz)
-sha512sums=('29e7842627704d52e607f741d9205b9fa2e18d51690c9356f0073df9bae12c774aea7cc6eb0c23115bfc93df977f1660c144cb5f44631abb28a59714e4a6be08')
+sha512sums=('5bbed1324d79f7d677c31eb6e95c51c46742d596c30ec1efbee90c387eebf90b357b0b0cbb3da35326a3a2429bad837f957393bc0316ea1b0170c094467b06d3')
 
 build() {
   cd HTML-Parser-$pkgver



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:53:01
  Author: felixonmars
Revision: 1180904

upgpkg: hledger-web 1.25-40: rebuild with base64 0.4.2.4

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 00:52:14 UTC (rev 1180903)
+++ PKGBUILD2022-04-03 00:53:01 UTC (rev 1180904)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.25
-pkgrel=39
+pkgrel=40
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



[arch-commits] Commit in perl-ppix-regexp/repos/community-any (PKGBUILD PKGBUILD)

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:52:14
  Author: felixonmars
Revision: 1180903

archrelease: copy trunk to community-any

Added:
  perl-ppix-regexp/repos/community-any/PKGBUILD
(from rev 1180902, perl-ppix-regexp/trunk/PKGBUILD)
Deleted:
  perl-ppix-regexp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-03 00:52:03 UTC (rev 1180902)
+++ PKGBUILD2022-04-03 00:52:14 UTC (rev 1180903)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-ppix-regexp
-pkgver=0.083
-pkgrel=1
-pkgdesc="Parse regular expressions"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/PPIx-Regexp;
-depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz;)
-sha512sums=('a73e0a7f7f4060516c32886c52d026b83d2dab9c329810e13e7cfaea96b29cae500f2e707e54281c68401c6b53d9cdd29fc6c531557ddee67ef59cf9e265')
-
-build() {
-  cd PPIx-Regexp-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd PPIx-Regexp-$pkgver
-  make test
-}
-
-package() {
-  cd PPIx-Regexp-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-ppix-regexp/repos/community-any/PKGBUILD (from rev 1180902, 
perl-ppix-regexp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-03 00:52:14 UTC (rev 1180903)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-ppix-regexp
+pkgver=0.084
+pkgrel=1
+pkgdesc="Parse regular expressions"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-Regexp;
+depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz;)
+sha512sums=('76200198a9e72831ba6a1e68c55dc2121c750760232ce9402f3a851efe3cf7ee2533630ef18158cebce291aad97202cf5e23583adb91800b175be9dadd397855')
+
+build() {
+  cd PPIx-Regexp-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPIx-Regexp-$pkgver
+  make test
+}
+
+package() {
+  cd PPIx-Regexp-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in perl-ppix-regexp/trunk (PKGBUILD)

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:52:03
  Author: felixonmars
Revision: 1180902

upgpkg: perl-ppix-regexp 0.084-1

Modified:
  perl-ppix-regexp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 00:51:13 UTC (rev 1180901)
+++ PKGBUILD2022-04-03 00:52:03 UTC (rev 1180902)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-ppix-regexp
-pkgver=0.083
+pkgver=0.084
 pkgrel=1
 pkgdesc="Parse regular expressions"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz;)
-sha512sums=('a73e0a7f7f4060516c32886c52d026b83d2dab9c329810e13e7cfaea96b29cae500f2e707e54281c68401c6b53d9cdd29fc6c531557ddee67ef59cf9e265')
+sha512sums=('76200198a9e72831ba6a1e68c55dc2121c750760232ce9402f3a851efe3cf7ee2533630ef18158cebce291aad97202cf5e23583adb91800b175be9dadd397855')
 
 build() {
   cd PPIx-Regexp-$pkgver



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:51:13
  Author: felixonmars
Revision: 1180901

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-base64/repos/community-staging-x86_64/PKGBUILD (from rev 
1180900, haskell-base64/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-03 00:51:13 UTC (rev 1180901)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=base64
+pkgname=haskell-base64
+pkgver=0.4.2.4
+pkgrel=1
+pkgdesc="A modern RFC 4648-compliant Base64 library"
+url="https://github.com/emilypi/base64;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-text-short')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-base64-bytestring'
+ 'haskell-random-bytestring' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('640a2d0afcb07e1de2e0a13a5e942b0265781c5942bd642a8793e7b019be3585')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:51:02
  Author: felixonmars
Revision: 1180900

upgpkg: haskell-base64 0.4.2.4-1: rebuild with base64 0.4.2.4

Modified:
  haskell-base64/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 00:48:34 UTC (rev 1180899)
+++ PKGBUILD2022-04-03 00:51:02 UTC (rev 1180900)
@@ -2,8 +2,8 @@
 
 _hkgname=base64
 pkgname=haskell-base64
-pkgver=0.4.2.3
-pkgrel=22
+pkgver=0.4.2.4
+pkgrel=1
 pkgdesc="A modern RFC 4648-compliant Base64 library"
 url="https://github.com/emilypi/base64;
 license=("BSD")
@@ -13,13 +13,8 @@
  'haskell-random-bytestring' 'haskell-tasty' 'haskell-tasty-hunit'
  'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha256sums=('bcbf21179841fbf657772792bef453773e01ea8229ed42a7422fcb073bd7b8c1')
+sha256sums=('640a2d0afcb07e1de2e0a13a5e942b0265781c5942bd642a8793e7b019be3585')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  uusi -u deepseq -d ghc-byteorder $_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
 
@@ -38,7 +33,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test || echo "Tests failed"
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:48:34
  Author: felixonmars
Revision: 1180899

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-03 00:48:22 UTC (rev 1180898)
+++ PKGBUILD2022-04-03 00:48:34 UTC (rev 1180899)
@@ -1,29 +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=12.5.4
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('nodejs-nopt' 'npm' 'semver')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('e3edbbcda4dd89e5a0bcf2da099fc0e90d960b571855cadcd92a9598b158824581acac35424c29795d7a152be414666bdce745cabec3a63c3c2519f81f643117')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}nopt
-  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 1180898, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-03 00:48:34 UTC (rev 1180899)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=12.5.5
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('nodejs-nopt' 'npm' 'semver')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('ecb1fa28de85d5f64cb58e333580103e9254d53a3167ab120b193de3cbeb2c8cfdeda36a98f2d25fbd8cae66ce5b0a720602c23db149598fe4df3135f299b17f')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}nopt
+  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}semver
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:48:22
  Author: felixonmars
Revision: 1180898

upgpkg: npm-check-updates 12.5.5-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 00:47:10 UTC (rev 1180897)
+++ PKGBUILD2022-04-03 00:48:22 UTC (rev 1180898)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=12.5.4
+pkgver=12.5.5
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('nodejs-nopt' 'npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('e3edbbcda4dd89e5a0bcf2da099fc0e90d960b571855cadcd92a9598b158824581acac35424c29795d7a152be414666bdce745cabec3a63c3c2519f81f643117')
+sha512sums=('ecb1fa28de85d5f64cb58e333580103e9254d53a3167ab120b193de3cbeb2c8cfdeda36a98f2d25fbd8cae66ce5b0a720602c23db149598fe4df3135f299b17f')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:47:10
  Author: felixonmars
Revision: 1180897

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 1180896, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-03 00:46:59 UTC (rev 1180896)
+++ PKGBUILD2022-04-03 00:47:10 UTC (rev 1180897)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20220331092027
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('f908b3af007bd84332d90d4de0c86c9fe271397afae49798d3ba73cb8c21327b3366ecd38cba20c8688851417550a3b9d9833778bd0eb4bc24e6233bde545c91')
-
-build() {
-  cd domain-list-community-$pkgver
-  ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 go run main.go
-}
-
-package() {
-  cd domain-list-community-$pkgver
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
1180896, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-03 00:47:10 UTC (rev 1180897)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20220402053639
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('299039f640923343d18b437c442df346bd7e4a1bab93a8a7b5fe534cb7072ad5e9a69ee35682f9e1ab8fb131d0ec7e9a832fca2f40f084597809e2f9da883b1d')
+
+build() {
+  cd domain-list-community-$pkgver
+  ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 go run main.go
+}
+
+package() {
+  cd domain-list-community-$pkgver
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:46:59
  Author: felixonmars
Revision: 1180896

upgpkg: v2ray-domain-list-community 20220402053639-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 00:46:53 UTC (rev 1180895)
+++ PKGBUILD2022-04-03 00:46:59 UTC (rev 1180896)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20220331092027
+pkgver=20220402053639
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('f908b3af007bd84332d90d4de0c86c9fe271397afae49798d3ba73cb8c21327b3366ecd38cba20c8688851417550a3b9d9833778bd0eb4bc24e6233bde545c91')
+sha512sums=('299039f640923343d18b437c442df346bd7e4a1bab93a8a7b5fe534cb7072ad5e9a69ee35682f9e1ab8fb131d0ec7e9a832fca2f40f084597809e2f9da883b1d')
 
 build() {
   cd domain-list-community-$pkgver



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:46:53
  Author: felixonmars
Revision: 1180895

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-03 00:46:42 UTC (rev 1180894)
+++ PKGBUILD2022-04-03 00:46:53 UTC (rev 1180895)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=faudio
-pkgver=22.03
-pkgrel=1
-pkgdesc="XAudio2 reimplementation"
-arch=(x86_64)
-url="https://github.com/FNA-XNA/FAudio/;
-license=('custom:zlib')
-depends=('sdl2' 'gst-libav')
-makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('8eba240f45571de5138bd5664d2c38f2797c750c2d407fa3aa1de04531dbd51af60761c19f3ac78b8cb98341fa9e0ed4129135786a13cc45a5b5bdfc0c989a38')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../FAudio-$pkgver -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DGSTREAMER=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 1180894, 
faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-03 00:46:53 UTC (rev 1180895)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=faudio
+pkgver=22.04
+pkgrel=1
+pkgdesc="XAudio2 reimplementation"
+arch=(x86_64)
+url="https://github.com/FNA-XNA/FAudio/;
+license=('custom:zlib')
+depends=('sdl2' 'gst-libav')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
+sha512sums=('72bc6b4fc74ef91be2776347911add4a408d9772231ebbf749568914b17ce80b59c176c736dc4837a4877bd730657d32ed610db854ca25e2cc511082b1890b88')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DGSTREAMER=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)

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:46:42
  Author: felixonmars
Revision: 1180894

upgpkg: faudio 22.04-1

Modified:
  faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 00:45:31 UTC (rev 1180893)
+++ PKGBUILD2022-04-03 00:46:42 UTC (rev 1180894)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=faudio
-pkgver=22.03
+pkgver=22.04
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('sdl2' 'gst-libav')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('8eba240f45571de5138bd5664d2c38f2797c750c2d407fa3aa1de04531dbd51af60761c19f3ac78b8cb98341fa9e0ed4129135786a13cc45a5b5bdfc0c989a38')
+sha512sums=('72bc6b4fc74ef91be2776347911add4a408d9772231ebbf749568914b17ce80b59c176c736dc4837a4877bd730657d32ed610db854ca25e2cc511082b1890b88')
 
 prepare() {
   mkdir -p build



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:45:31
  Author: felixonmars
Revision: 1180893

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-03 00:45:17 UTC (rev 1180892)
+++ PKGBUILD2022-04-03 00:45:31 UTC (rev 1180893)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-calculator
-pkgver=5.7.12
-pkgrel=2
-pkgdesc='An easy to use calculator for ordinary users'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-calculator;
-license=('GPL3')
-depends=('deepin-qt5integration')
-makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c6493617fcdf6aa53ad2291859a6409a945086fb926e51f2e04ab83be241266ca999148cca4241a807d259967443f204cd8afc9bb97e5d8c1305eeeb72f91bd2')
-
-build() {
-  cd deepin-calculator-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
-  ninja
-}
-
-package() {
-  cd deepin-calculator-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-calculator/repos/community-x86_64/PKGBUILD (from rev 1180892, 
deepin-calculator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-03 00:45:31 UTC (rev 1180893)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-calculator
+pkgver=5.7.16
+pkgrel=1
+pkgdesc='An easy to use calculator for ordinary users'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-calculator;
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('2384f8cd4424f8c790dbbd9ebbf85fe1528c67cbd793baf780f0dc5f4ba6f28f20f182d0ea398dff946763de5233c17b5ab9a507e749fdc87c29d3241912')
+
+build() {
+  cd deepin-calculator-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd deepin-calculator-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:45:17
  Author: felixonmars
Revision: 1180892

upgpkg: deepin-calculator 5.7.16-1

Modified:
  deepin-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 00:45:10 UTC (rev 1180891)
+++ PKGBUILD2022-04-03 00:45:17 UTC (rev 1180892)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-calculator
-pkgver=5.7.12
-pkgrel=2
+pkgver=5.7.16
+pkgrel=1
 pkgdesc='An easy to use calculator for ordinary users'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-calculator;
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c6493617fcdf6aa53ad2291859a6409a945086fb926e51f2e04ab83be241266ca999148cca4241a807d259967443f204cd8afc9bb97e5d8c1305eeeb72f91bd2')
+sha512sums=('2384f8cd4424f8c790dbbd9ebbf85fe1528c67cbd793baf780f0dc5f4ba6f28f20f182d0ea398dff946763de5233c17b5ab9a507e749fdc87c29d3241912')
 
 build() {
   cd deepin-calculator-$pkgver



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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:45:10
  Author: felixonmars
Revision: 1180891

archrelease: copy trunk to community-x86_64

Added:
  deepin-calendar/repos/community-x86_64/PKGBUILD
(from rev 1180890, deepin-calendar/trunk/PKGBUILD)
  deepin-calendar/repos/community-x86_64/dde-calendar-icon.patch
(from rev 1180890, deepin-calendar/trunk/dde-calendar-icon.patch)
Deleted:
  deepin-calendar/repos/community-x86_64/PKGBUILD
  deepin-calendar/repos/community-x86_64/dde-calendar-icon.patch

-+
 PKGBUILD|   74 +++---
 dde-calendar-icon.patch |   48 ++---
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-03 00:44:56 UTC (rev 1180890)
+++ PKGBUILD2022-04-03 00:45:10 UTC (rev 1180891)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-calendar
-pkgver=5.8.27
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-calendar;
-license=('GPL3')
-depends=('deepin-qt5integration' 'hicolor-icon-theme')
-makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
-groups=('deepin')
-source=("https://github.com/linuxdeepin/dde-calendar/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-"dde-calendar-icon.patch")
-sha512sums=('7adb9db1a93d41694c99eb5a1ddf510d331b758f645f76b135c0b74b7edcd609a891cabc12d8e70235da9ec9894bcecf62d724fc84c3d9e2e16c629db621'
-
'40ffae29fcbd386512dac9b91c39219b420b349f1f5facc254467b9e5407091886c8d0ed0979d566ba79539c093464cbc7719da7268c9745bc30273f9d7db7e2')
-
-prepare() {
-  cd dde-calendar-$pkgver
-
-  # Install the application icon
-  # https://github.com/linuxdeepin/dde-calendar/pull/31
-  # patch -Np1 -i ../dde-calendar-icon.patch
-}
-
-build() {
-  cd dde-calendar-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
-  ninja
-}
-
-package() {
-  cd dde-calendar-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-calendar/repos/community-x86_64/PKGBUILD (from rev 1180890, 
deepin-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-03 00:45:10 UTC (rev 1180891)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-calendar
+pkgver=5.8.29
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-calendar;
+license=('GPL3')
+depends=('deepin-qt5integration' 'hicolor-icon-theme')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+groups=('deepin')
+source=("https://github.com/linuxdeepin/dde-calendar/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+"dde-calendar-icon.patch")
+sha512sums=('5a993e3f001c6a17050332dbf6d588737e4e82c2bb44b1ec0ae2f21e911f95e2c8afc872b09aa4b3235627a656f9747f3638eca226a61430789bac83d37912b4'
+
'40ffae29fcbd386512dac9b91c39219b420b349f1f5facc254467b9e5407091886c8d0ed0979d566ba79539c093464cbc7719da7268c9745bc30273f9d7db7e2')
+
+prepare() {
+  cd dde-calendar-$pkgver
+
+  # Install the application icon
+  # https://github.com/linuxdeepin/dde-calendar/pull/31
+  # patch -Np1 -i ../dde-calendar-icon.patch
+}
+
+build() {
+  cd dde-calendar-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd dde-calendar-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: dde-calendar-icon.patch
===
--- dde-calendar-icon.patch 2022-04-03 00:44:56 UTC (rev 1180890)
+++ dde-calendar-icon.patch 2022-04-03 00:45:10 UTC (rev 1180891)
@@ -1,24 +0,0 @@
-From 97129644e1fdd56a9254083e22430308ff0c9db6 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Sat, 1 Aug 2020 13:54:20 +0200
-Subject: [PATCH] Install the application icon
-

- CMakeLists.txt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 863aa2f..946ba53 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -102,8 +102,8 @@ install(TARGETS dde-calendar DESTINATION bin)
- 
- file(GLOB APP_QM_FILES "translations/*.qm")
- 
--#install(FILES /usr/share/icons/bloom/apps/96/dde-calendar.svg
--#DESTINATION /share/icons/hicolor/scalable/apps/)
-+install(FILES assets/resources/icon/dde-calendar.svg
-+DESTINATION share/icons/hicolor/scalable/apps)
- install(FILES ${APP_QM_FILES} DESTINATION share/dde-calendar/translations)
- install(FILES ${APP_DESKTOP} DESTINATION share/applications)
- install(FILES ${APP_SERVICE} DESTINATION share/dbus-1/services)

Copied: deepin-calendar/repos/community-x86_64/dde-calendar-icon.patch (from 
rev 1180890, deepin-calendar/trunk/dde-calendar-icon.patch)

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

2022-04-02 Thread Felix Yan via arch-commits
Date: Sunday, April 3, 2022 @ 00:44:56
  Author: felixonmars
Revision: 1180890

upgpkg: deepin-calendar 5.8.29-1

Modified:
  deepin-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-03 00:23:33 UTC (rev 1180889)
+++ PKGBUILD2022-04-03 00:44:56 UTC (rev 1180890)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-calendar
-pkgver=5.8.27
+pkgver=5.8.29
 pkgrel=1
 pkgdesc='Calendar for Deepin Desktop Environment'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 groups=('deepin')
 
source=("https://github.com/linuxdeepin/dde-calendar/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 "dde-calendar-icon.patch")
-sha512sums=('7adb9db1a93d41694c99eb5a1ddf510d331b758f645f76b135c0b74b7edcd609a891cabc12d8e70235da9ec9894bcecf62d724fc84c3d9e2e16c629db621'
+sha512sums=('5a993e3f001c6a17050332dbf6d588737e4e82c2bb44b1ec0ae2f21e911f95e2c8afc872b09aa4b3235627a656f9747f3638eca226a61430789bac83d37912b4'
 
'40ffae29fcbd386512dac9b91c39219b420b349f1f5facc254467b9e5407091886c8d0ed0979d566ba79539c093464cbc7719da7268c9745bc30273f9d7db7e2')
 
 prepare() {



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

2022-04-02 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 3, 2022 @ 00:23:33
  Author: svenstaro
Revision: 1180889

archrelease: copy trunk to community-staging-x86_64

Added:
  pdal/repos/community-staging-x86_64/
  pdal/repos/community-staging-x86_64/PKGBUILD
(from rev 1180888, pdal/trunk/PKGBUILD)
  
pdal/repos/community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch
(from rev 1180888, 
pdal/trunk/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch)

+
 PKGBUILD   |   38 +
 ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch |   49 +++
 2 files changed, 87 insertions(+)

Copied: pdal/repos/community-staging-x86_64/PKGBUILD (from rev 1180888, 
pdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-03 00:23:33 UTC (rev 1180889)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SaultDon 
+pkgname=pdal
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A C++ library for translating and manipulating point cloud data"
+arch=('x86_64')
+url="http://www.pdal.io;
+license=('BSD')
+depends=('gdal' 'libgeotiff' 'jsoncpp' 'libunwind')
+makedepends=('cmake' 'python' 'python-numpy' 'ninja')
+optdepends=('python-numpy: for the Python plugin'
+'sqlite: for the sqlite plugin'
+'postgresql-libs: for the postgresql plugin')
+provides=('pdal')
+source=("https://github.com/PDAL/PDAL/releases/download/${pkgver}/PDAL-${pkgver}-src.tar.gz;)
+sha512sums=('655fadd2b435ed1cb801ba542028bcc15156da9266eedde93b2210dbadbc50d36b0b6a151062113f2adfb68a2938e2b867438a5a94952a7b3e46f59a53b47623')
+
+build() {
+  cd "PDAL-$pkgver-src/"
+
+  cmake \
+  -Bbuild \
+  -GNinja \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_PLUGIN_PGPOINTCLOUD=ON \
+  -DWITH_COMPLETION=ON
+
+  ninja -C build
+}
+
+package() {
+  cd "PDAL-$pkgver-src"
+
+  DESTDIR="$pkgdir/" ninja -C build install
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: 
pdal/repos/community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch
 (from rev 1180888, pdal/trunk/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch)
===
--- community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch 
(rev 0)
+++ community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch 
2022-04-03 00:23:33 UTC (rev 1180889)
@@ -0,0 +1,49 @@
+From ff6875f6e45ca2fca7a21feaa537eb3fa715ea37 Mon Sep 17 00:00:00 2001
+From: Andrew Bell 
+Date: Tue, 24 Jul 2018 08:49:40 -0400
+Subject: [PATCH] Constify python strings. Close #2099
+
+---
+ plugins/python/plang/Environment.cpp | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/plugins/python/plang/Environment.cpp 
b/plugins/python/plang/Environment.cpp
+index 19f5c1ae7..0bbcf2d70 100644
+--- a/plugins/python/plang/Environment.cpp
 b/plugins/python/plang/Environment.cpp
+@@ -190,9 +190,9 @@ std::string getTraceback()
+ throw pdal::pdal_error("unable to get repr in getTraceback");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, );
++const char *d = PyUnicode_AsUTF8AndSize(r, );
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsString(r);
+ #endif
+ mssg << d;
+ }
+@@ -208,9 +208,9 @@ std::string getTraceback()
+ throw pdal::pdal_error("couldn't make string representation of 
traceback value");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, );
++const char *d = PyUnicode_AsUTF8AndSize(r, );
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsString(r);
+ #endif
+ mssg << d;
+ }
+@@ -266,9 +266,9 @@ std::string readPythonString(PyObject* dict, const 
std::string& key)
+ throw pdal::pdal_error("unable to get repr in readPythonString");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, );
++const char *d = PyUnicode_AsUTF8AndSize(r, );
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsString(r);
+ #endif
+ ss << d;
+ 



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

2022-04-02 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 3, 2022 @ 00:23:12
  Author: svenstaro
Revision: 1180888

upgpkg: pdal 2.4.0-1

Modified:
  pdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:46:52 UTC (rev 1180887)
+++ PKGBUILD2022-04-03 00:23:12 UTC (rev 1180888)
@@ -1,13 +1,13 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: SaultDon 
 pkgname=pdal
-pkgver=2.3.0
-pkgrel=5
+pkgver=2.4.0
+pkgrel=1
 pkgdesc="A C++ library for translating and manipulating point cloud data"
 arch=('x86_64')
 url="http://www.pdal.io;
 license=('BSD')
-depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp' 'hexer-hobu' 'libunwind' 
'laz-perf')
+depends=('gdal' 'libgeotiff' 'jsoncpp' 'libunwind')
 makedepends=('cmake' 'python' 'python-numpy' 'ninja')
 optdepends=('python-numpy: for the Python plugin'
 'sqlite: for the sqlite plugin'
@@ -14,32 +14,25 @@
 'postgresql-libs: for the postgresql plugin')
 provides=('pdal')
 
source=("https://github.com/PDAL/PDAL/releases/download/${pkgver}/PDAL-${pkgver}-src.tar.gz;)
-sha512sums=('9de87de7370175e76b95d3ec08667eb28b90a63eed8133f144427ff931e575d1f37aa13496f12054577539ee552458475dd054bcbdedfabe52eb0e32c4483d05')
+sha512sums=('655fadd2b435ed1cb801ba542028bcc15156da9266eedde93b2210dbadbc50d36b0b6a151062113f2adfb68a2938e2b867438a5a94952a7b3e46f59a53b47623')
 
-prepare() {
-cd "PDAL-$pkgver-src/"
-sed -i "s/LAZPERF 2.0/LAZPERF 3.0/" cmake/lazperf.cmake
-}
-
 build() {
-cd "PDAL-$pkgver-src/"
+  cd "PDAL-$pkgver-src/"
 
-cmake \
--B build \
--GNinja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_PLUGIN_PGPOINTCLOUD=ON \
--DWITH_LAZPERF=ON \
--DWITH_LASZIP=ON \
--DWITH_COMPLETION=ON
+  cmake \
+  -Bbuild \
+  -GNinja \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_PLUGIN_PGPOINTCLOUD=ON \
+  -DWITH_COMPLETION=ON
 
-ninja -C build
+  ninja -C build
 }
 
 package() {
-cd "PDAL-$pkgver-src"
+  cd "PDAL-$pkgver-src"
 
-DESTDIR="$pkgdir/" ninja -C build install
+  DESTDIR="$pkgdir/" ninja -C build install
 
-install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:50:39
  Author: heftig
Revision: 441376

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  ibus/repos/gnome-unstable-x86_64/
  ibus/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441375, ibus/trunk/PKGBUILD)

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

Copied: ibus/repos/gnome-unstable-x86_64/PKGBUILD (from rev 441375, 
ibus/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-02 23:50:39 UTC (rev 441376)
@@ -0,0 +1,68 @@
+# Maintainer: Felix Yan 
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.26
+pkgrel=1
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('x86_64')
+url="https://github.com/ibus/ibus/wiki;
+license=('LGPL')
+depends=('dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject'
+ 'iso-codes' 'librsvg')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gtk4' 'gtk2'
+ 'qt5-base' 'unicode-cldr' 'unicode-character-database' 
'unicode-emoji' 'git')
+options=('!emptydirs' 'debug')
+_commit=6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3  # tags/1.5.26^0
+source=("git+https://github.com/ibus/ibus#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ibus
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd ibus
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ibus
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--enable-dconf \
+--enable-wayland \
+--enable-gtk-doc \
+--enable-gtk4 \
+--disable-memconf \
+--enable-ui \
+--disable-python2 \
+--with-python=python3 \
+--with-ucd-dir=/usr/share/unicode/
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_ibus() {
+  depends+=("libibus=$pkgver")
+
+  cd ibus
+  make DESTDIR="$pkgdir" install
+  make -C src DESTDIR="$pkgdir" uninstall
+  make -C bindings DESTDIR="$pkgdir" uninstall
+  make DESTDIR="$pkgdir" uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc="IBus support library"
+  depends=(libg{lib,object,io}-2.0.so)
+  provides=('libibus-1.0.so')
+
+  cd ibus
+  make -C src DESTDIR="$pkgdir" install
+  make -C bindings DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install-pkgconfigDATA
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:50:19
  Author: heftig
Revision: 441375

1.5.26-1

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:45:16 UTC (rev 441374)
+++ PKGBUILD2022-04-02 23:50:19 UTC (rev 441375)
@@ -2,8 +2,8 @@
 
 pkgbase=ibus
 pkgname=(ibus libibus)
-pkgver=1.5.25
-pkgrel=5
+pkgver=1.5.26
+pkgrel=1
 pkgdesc="Next Generation Input Bus for Linux"
 arch=('x86_64')
 url="https://github.com/ibus/ibus/wiki;
@@ -12,8 +12,8 @@
  'iso-codes' 'librsvg')
 makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gtk4' 'gtk2'
  'qt5-base' 'unicode-cldr' 'unicode-character-database' 
'unicode-emoji' 'git')
-options=('!emptydirs')
-_commit=cfb263f04f82a83dd94f6eedcd5017d40a4a1a05  # 1.5.25
+options=('!emptydirs' 'debug')
+_commit=6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3  # tags/1.5.26^0
 source=("git+https://github.com/ibus/ibus#commit=$_commit;)
 sha512sums=('SKIP')
 
@@ -24,8 +24,6 @@
 
 prepare() {
   cd ibus
-  sed -i 's|$(libibus) $(libibus_emoji_dialog)|$(libibus_emoji_dialog) 
$(libibus)|' ui/gtk3/Makefile.am
-  git cherry-pick -n 936a0e76df79d92a8bdc03e9205330fb84a2083e
   NOCONFIGURE=1 ./autogen.sh
 }
 



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

2022-04-02 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, April 2, 2022 @ 23:46:52
  Author: svenstaro
Revision: 1180887

archrelease: copy trunk to community-staging-x86_64

Added:
  obsidian/repos/community-staging-x86_64/
  obsidian/repos/community-staging-x86_64/PKGBUILD
(from rev 1180886, obsidian/trunk/PKGBUILD)
  obsidian/repos/community-staging-x86_64/Packaging permission from Arch 
Linux.eml
(from rev 1180886, obsidian/trunk/Packaging permission from Arch Linux.eml)
  obsidian/repos/community-staging-x86_64/obsidian.desktop
(from rev 1180886, obsidian/trunk/obsidian.desktop)
  obsidian/repos/community-staging-x86_64/obsidian.sh
(from rev 1180886, obsidian/trunk/obsidian.sh)

--+
 PKGBUILD |   45 +
 obsidian.desktop |   10 ++
 obsidian.sh  |2 ++
 3 files changed, 57 insertions(+)

Copied: obsidian/repos/community-staging-x86_64/PKGBUILD (from rev 1180886, 
obsidian/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-02 23:46:52 UTC (rev 1180887)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Gennadiy Mykhailiuta 
+# Contributor: Xuanwo 
+
+pkgname=obsidian
+pkgver=0.14.2
+pkgrel=2
+pkgdesc="A powerful knowledge base that works on top of a local folder of 
plain text Markdown files"
+arch=('x86_64')
+url="https://obsidian.md/;
+license=('custom:Commercial')
+depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron17')
+makedepends=('asar')
+options=(!strip)
+source=(
+"${pkgname}.sh"
+"${pkgname}.desktop"
+
"https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/obsidian-${pkgver}.tar.gz;
+)
+sha256sums=('b5dcbbded25b7f65fd274eb9c98c4a4143e9c405074f97c5123c56df5482bd91'
+'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
+'03ebaa4da657437b17b3cd8768469bd023e8bb3e4886d329f7dcafb9afb9f101')
+
+prepare() {
+cd "$srcdir"
+asar ef "${pkgname}-${pkgver}"/resources/obsidian.asar icon.png
+}
+
+package() {
+cd "$srcdir"
+
+# Install executable file
+install -Dm755 "$pkgname".sh "$pkgdir"/usr/bin/obsidian
+
+# Install desktop file
+install -Dm644 "$pkgname".desktop -t "$pkgdir"/usr/share/applications/
+install -Dm644 icon.png "$pkgdir"/usr/share/pixmaps/obsidian.png
+
+# Most of the release package is electron, but we use system's default one
+# So strip away asar packages and put them to /usr/lib/
+cd "${pkgname}-${pkgver}"/resources/
+install -dm0755 "$pkgdir"/usr/lib/obsidian
+find . -type d -exec install -d {,"$pkgdir"/usr/lib/obsidian/}{} \;
+find . -type f -exec install -D {,"$pkgdir"/usr/lib/obsidian/}{} \;
+}

Copied: obsidian/repos/community-staging-x86_64/Packaging permission from Arch 
Linux.eml (from rev 1180886, obsidian/trunk/Packaging permission from Arch 
Linux.eml)
===
(Binary files differ)

Copied: obsidian/repos/community-staging-x86_64/obsidian.desktop (from rev 
1180886, obsidian/trunk/obsidian.desktop)
===
--- community-staging-x86_64/obsidian.desktop   (rev 0)
+++ community-staging-x86_64/obsidian.desktop   2022-04-02 23:46:52 UTC (rev 
1180887)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Obsidian
+Exec=/usr/bin/obsidian %U
+Terminal=false
+Type=Application
+Icon=obsidian
+StartupWMClass=obsidian
+Comment=Obsidian
+MimeType=x-scheme-handler/obsidian;
+Categories=Office;

Copied: obsidian/repos/community-staging-x86_64/obsidian.sh (from rev 1180886, 
obsidian/trunk/obsidian.sh)
===
--- community-staging-x86_64/obsidian.sh(rev 0)
+++ community-staging-x86_64/obsidian.sh2022-04-02 23:46:52 UTC (rev 
1180887)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /bin/electron /usr/lib/obsidian/app.asar "$@"



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

2022-04-02 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, April 2, 2022 @ 23:46:26
  Author: svenstaro
Revision: 1180886

upgpkg: obsidian 0.14.2-2: electron17 rebuild

Modified:
  obsidian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:25:20 UTC (rev 1180885)
+++ PKGBUILD2022-04-02 23:46:26 UTC (rev 1180886)
@@ -4,12 +4,12 @@
 
 pkgname=obsidian
 pkgver=0.14.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful knowledge base that works on top of a local folder of 
plain text Markdown files"
 arch=('x86_64')
 url="https://obsidian.md/;
 license=('custom:Commercial')
-depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron')
+depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron17')
 makedepends=('asar')
 options=(!strip)
 source=(



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:45:16
  Author: heftig
Revision: 441374

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-builder/repos/gnome-unstable-x86_64/
  gnome-builder/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441372, gnome-builder/trunk/PKGBUILD)

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

Copied: gnome-builder/repos/gnome-unstable-x86_64/PKGBUILD (from rev 441372, 
gnome-builder/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-02 23:45:16 UTC (rev 441374)
@@ -0,0 +1,71 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=gnome-builder
+pkgname=(gnome-builder gnome-builder-libide-docs)
+pkgver=42.0+r12+gfd803f606
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject sysprof
+ desktop-file-utils ctags libpeas vte3 vala autoconf-archive libhandy
+ gspell libdazzle template-glib jsonrpc-glib python-sphinx webkit2gtk
+ glade python-lxml meson libportal-gtk3 cmark clang flatpak-builder)
+makedepends=(llvm gobject-introspection gi-docgen yelp-tools appstream-glib git
+ mm-common python-sphinx_rtd_theme jedi-language-server)
+checkdepends=(xorg-server-xvfb)
+options=(debug)
+_commit=fd803f606f6bc5ea7af5a3fdbf325a1f0165c212  # gnome-builder-42
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D help=true
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run -s '-nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_gnome-builder() {
+  depends+=(libgladeui-2.so)
+  optdepends=('gnome-code-assistance: Legacy assistance services'
+  'jedi-language-server: Python code assistance')
+  groups=(gnome-extra)
+
+  meson install -C build --destdir "$pkgdir"
+
+  _pick libide-docs "$pkgdir"/usr/share/doc/libide
+}
+
+package_gnome-builder-libide-docs() {
+  pkgdesc+=" (libide API documentation)"
+  depends=()
+  mv libide-docs/* "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:45:15
  Author: heftig
Revision: 441373

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-tweaks/repos/gnome-unstable-any/
  gnome-tweaks/repos/gnome-unstable-any/PKGBUILD
(from rev 441372, gnome-tweaks/trunk/PKGBUILD)

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

Copied: gnome-tweaks/repos/gnome-unstable-any/PKGBUILD (from rev 441372, 
gnome-tweaks/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2022-04-02 23:45:15 UTC (rev 441373)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-tweaks
+pkgver=42beta+r9+gc66d8c3
+pkgrel=1
+pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
+url="https://wiki.gnome.org/Apps/Tweaks;
+arch=(any)
+license=(GPL)
+depends=(gnome-settings-daemon python-gobject libhandy)
+makedepends=(git meson)
+provides=("gnome-tweak-tool=$pkgver")
+conflicts=(gnome-tweak-tool)
+replaces=(gnome-tweak-tool)
+groups=(gnome-extra)
+_commit=c66d8c33108a21af81df6f84c0c9afe73d3ab3f5  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/\.beta/beta/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



[arch-commits] Commit in gnome-builder/trunk (PKGBUILD libportal-0.5.diff)

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:45:01
  Author: heftig
Revision: 441372

42.0+r12+gfd803f606-1

Modified:
  gnome-builder/trunk/PKGBUILD
Deleted:
  gnome-builder/trunk/libportal-0.5.diff

+
 PKGBUILD   |   20 +++
 libportal-0.5.diff |   52 ---
 2 files changed, 8 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:44:35 UTC (rev 441371)
+++ PKGBUILD2022-04-02 23:45:01 UTC (rev 441372)
@@ -2,35 +2,31 @@
 
 pkgbase=gnome-builder
 pkgname=(gnome-builder gnome-builder-libide-docs)
-pkgver=41.3
-pkgrel=5
+pkgver=42.0+r12+gfd803f606
+pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
 arch=(x86_64)
 license=(GPL3)
 depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject sysprof
- desktop-file-utils ctags libpeas vte3 vala autoconf-archive
+ desktop-file-utils ctags libpeas vte3 vala autoconf-archive libhandy
  gspell libdazzle template-glib jsonrpc-glib python-sphinx webkit2gtk
  glade python-lxml meson libportal-gtk3 cmark clang flatpak-builder)
 makedepends=(llvm gobject-introspection gi-docgen yelp-tools appstream-glib git
  mm-common python-sphinx_rtd_theme jedi-language-server)
 checkdepends=(xorg-server-xvfb)
-_commit=21c097851240dc1242e9fbd819e7d9acf6e6af9c  # tags/41.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;
-libportal-0.5.diff)
-sha256sums=('SKIP'
-'350dd0e5b8dc4d7ecdf3284e91983fe8d890ab453df6c5b218af8a6b6e7e7280')
+options=(debug)
+_commit=fd803f606f6bc5ea7af5a3fdbf325a1f0165c212  # gnome-builder-42
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgbase
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/[^-]*-g/r&/;s/_/./g;s/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
   cd $pkgbase
-
-  # libportal 0.5
-  git apply -3 ../libportal-0.5.diff
 }
 
 build() {

Deleted: libportal-0.5.diff
===
--- libportal-0.5.diff  2022-04-02 23:44:35 UTC (rev 441371)
+++ libportal-0.5.diff  2022-04-02 23:45:01 UTC (rev 441372)
@@ -1,52 +0,0 @@
-diff --git i/meson.build w/meson.build
-index 71e4be94c..a6257e535 100644
 i/meson.build
-+++ w/meson.build
-@@ -284,7 +284,7 @@ libjsonrpc_glib_dep = dependency('jsonrpc-glib-1.0', 
version: '>= 3.29.91')
- libm_dep = cc.find_library('m', required: false)
- libpangoft2_dep = dependency('pangoft2', version: '>= 1.38.0')
- libpeas_dep = dependency('libpeas-1.0', version: '>= 1.22.0')
--libportal_dep = dependency('libportal', version: '>= 0.3', required: false)
-+libportal_dep = dependency('libportal-gtk3', version: '>= 0.5', required: 
false)
- libtemplate_glib_dep = dependency('template-glib-1.0', version: '>= 3.28.0')
- libvte_dep = dependency('vte-2.91', version: '>= 0.40.2')
- libwebkit_dep = dependency('webkit2gtk-4.0', version: '>= 2.26', required: 
false)
-diff --git i/src/gstyle/gstyle-color-panel.c w/src/gstyle/gstyle-color-panel.c
-index 15742a7be..a6295c168 100644
 i/src/gstyle/gstyle-color-panel.c
-+++ w/src/gstyle/gstyle-color-panel.c
-@@ -30,7 +30,7 @@
- #include "gstyle-color.h"
- 
- #include 
--#include 
-+#include 
- 
- #define HSV_TO_SCALE_FACTOR (1.0 / 256.0)
- #define CIELAB_L_TO_SCALE_FACTOR (100.0 / 256.0)
-diff --git i/src/plugins/devhelp/gbp-devhelp-page.c 
w/src/plugins/devhelp/gbp-devhelp-page.c
-index 5d5c52b0d..2ac788414 100644
 i/src/plugins/devhelp/gbp-devhelp-page.c
-+++ w/src/plugins/devhelp/gbp-devhelp-page.c
-@@ -25,7 +25,7 @@
- #include 
- 
- #include 
--#include 
-+#include 
- 
- #include "gbp-devhelp-page.h"
- #include "gbp-devhelp-search.h"
-diff --git i/src/plugins/open-with-external/gbp-owe-workbench-addin.c 
w/src/plugins/open-with-external/gbp-owe-workbench-addin.c
-index 51d2da844..816fe643f 100644
 i/src/plugins/open-with-external/gbp-owe-workbench-addin.c
-+++ w/src/plugins/open-with-external/gbp-owe-workbench-addin.c
-@@ -23,7 +23,7 @@
- #include "gbp-owe-workbench-addin.h"
- 
- #include 
--#include 
-+#include 
- 
- struct _GbpOweWorkbenchAddin
- {



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:44:35
  Author: heftig
Revision: 441371

42beta+r9+gc66d8c3-1

Modified:
  gnome-tweaks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:37:58 UTC (rev 441370)
+++ PKGBUILD2022-04-02 23:44:35 UTC (rev 441371)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-tweaks
-pkgver=40.10
+pkgver=42beta+r9+gc66d8c3
 pkgrel=1
 pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
 url="https://wiki.gnome.org/Apps/Tweaks;
@@ -10,17 +10,17 @@
 license=(GPL)
 depends=(gnome-settings-daemon python-gobject libhandy)
 makedepends=(git meson)
-groups=(gnome-extra)
 provides=("gnome-tweak-tool=$pkgver")
 conflicts=(gnome-tweak-tool)
 replaces=(gnome-tweak-tool)
-_commit=e434c2857b3805c7d41229836ef2d24d445409a6  # tags/40.10^0
+groups=(gnome-extra)
+_commit=c66d8c33108a21af81df6f84c0c9afe73d3ab3f5  # master
 source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+  git describe --tags | sed 's/\.beta/beta/;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:37:58
  Author: heftig
Revision: 441370

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  polari/repos/gnome-unstable-x86_64/
  polari/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441369, polari/trunk/PKGBUILD)

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

Copied: polari/repos/gnome-unstable-x86_64/PKGBUILD (from rev 441369, 
polari/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-02 23:37:58 UTC (rev 441370)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=polari
+pkgver=42.0
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+url="https://wiki.gnome.org/Apps/Polari;
+arch=(x86_64)
+license=(GPL)
+depends=(gjs gtk4 telepathy-glib telepathy-idle telepathy-mission-control
+ telepathy-logger gspell libsoup3 libadwaita)
+makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome-extra)
+options=(debug)
+_commit=e236b2916c1762509be65ac5e9c933193b9e7e16  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd polari
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd polari
+}
+
+build() {
+  arch-meson polari build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:37:46
  Author: heftig
Revision: 441369

minor

Modified:
  alacarte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:35:13 UTC (rev 441368)
+++ PKGBUILD2022-04-02 23:37:46 UTC (rev 441369)
@@ -17,23 +17,23 @@
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd alacarte
   git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd alacarte
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
+  cd alacarte
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 
 package() {
-  cd $pkgname
+  cd alacarte
   make DESTDIR="$pkgdir" install
 
   python -m compileall -d /usr "$pkgdir/usr"



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:35:13
  Author: heftig
Revision: 441368

42.0-1

Modified:
  polari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:31:41 UTC (rev 441367)
+++ PKGBUILD2022-04-02 23:35:13 UTC (rev 441368)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=polari
-pkgver=41.0+r11+g0f0a4b54
+pkgver=42.0
 pkgrel=1
 pkgdesc="An IRC Client for GNOME"
 url="https://wiki.gnome.org/Apps/Polari;
@@ -8,10 +8,11 @@
 arch=(x86_64)
 license=(GPL)
 depends=(gjs gtk4 telepathy-glib telepathy-idle telepathy-mission-control
- telepathy-logger gspell libsoup3)
+ telepathy-logger gspell libsoup3 libadwaita)
 makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome-extra)
-_commit=0f0a4b54142d8b424969f0b6ace6fc8b53b1d05d  # main
+options=(debug)
+_commit=e236b2916c1762509be65ac5e9c933193b9e7e16  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:31:40
  Author: heftig
Revision: 441366

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-x86_64/
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441365, totem/trunk/PKGBUILD)

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

Copied: totem/repos/gnome-unstable-x86_64/PKGBUILD (from rev 441365, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-02 23:31:40 UTC (rev 441366)
@@ -0,0 +1,50 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=42.0
+pkgrel=1
+pkgdesc="Movie player for the GNOME desktop based on GStreamer"
+url="https://wiki.gnome.org/Apps/Videos;
+arch=(x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser iso-codes libpeas grilo gsettings-desktop-schemas
+ python-gobject gnome-desktop gst-plugins-base gst-plugins-good
+ gst-plugins-bad gst-plugin-gtk libhandy)
+makedepends=(libnautilus-extension itstool docbook-xsl python-pylint
+ gobject-introspection git appstream-glib gtk-doc meson intltool)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'grilo-plugins: Media discovery')
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+groups=(gnome)
+options=(debug)
+_commit=d578333de76dc51f7a58bd84edee8ee93f5050e3  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd totem
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd totem
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson totem build -D enable-gtk-doc=true
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 totem/COPYING
+}



[arch-commits] Commit in yelp/repos/gnome-unstable-x86_64 (4 files)

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:31:41
  Author: heftig
Revision: 441367

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  yelp/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441365, yelp/trunk/PKGBUILD)
  yelp/repos/gnome-unstable-x86_64/no-gtk-doc.diff
(from rev 441365, yelp/trunk/no-gtk-doc.diff)
Deleted:
  yelp/repos/gnome-unstable-x86_64/PKGBUILD
  yelp/repos/gnome-unstable-x86_64/no-gtk-doc.diff

-+
 PKGBUILD|   91 +++---
 no-gtk-doc.diff |   74 +--
 2 files changed, 83 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-02 23:31:40 UTC (rev 441366)
+++ PKGBUILD2022-04-02 23:31:41 UTC (rev 441367)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=yelp
-pkgver=42.1
-pkgrel=1
-pkgdesc="Get help with GNOME"
-url="https://wiki.gnome.org/Apps/Yelp;
-license=(GPL)
-arch=(x86_64)
-depends=(webkit2gtk-4.1 yelp-xsl libxslt xz bzip2 libhandy)
-makedepends=(itstool autoconf-archive git appstream-glib)
-groups=(gnome)
-_commit=d16114cb46e4de07e6d1c0511ef8d6e1921e023e  # tags/42.1^0
-source=("git+https://gitlab.gnome.org/GNOME/yelp.git#commit=$_commit;
-no-gtk-doc.diff)
-sha256sums=('SKIP'
-'adbc49d20ee3055cd38f2ec739b2de7b1710e306cfae09eafc5fe57e63d84e40')
-
-pkgver() {
-  cd yelp
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd yelp
-
-  # Remove vestiges of docs build to allow building without gtk-doc
-  git apply -3 ../no-gtk-doc.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd yelp
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-compile-warnings=minimum
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd yelp
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp/repos/gnome-unstable-x86_64/PKGBUILD (from rev 441365, 
yelp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-02 23:31:41 UTC (rev 441367)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=yelp
+pkgver=42.1
+pkgrel=2
+pkgdesc="Get help with GNOME"
+url="https://wiki.gnome.org/Apps/Yelp;
+license=(GPL)
+arch=(x86_64)
+depends=(webkit2gtk-4.1 yelp-xsl libxslt xz bzip2 libhandy)
+makedepends=(itstool autoconf-archive git appstream-glib)
+groups=(gnome)
+options=(debug)
+_commit=d16114cb46e4de07e6d1c0511ef8d6e1921e023e  # tags/42.1^0
+source=("git+https://gitlab.gnome.org/GNOME/yelp.git#commit=$_commit;
+no-gtk-doc.diff)
+sha256sums=('SKIP'
+'adbc49d20ee3055cd38f2ec739b2de7b1710e306cfae09eafc5fe57e63d84e40')
+
+pkgver() {
+  cd yelp
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd yelp
+
+  # Remove vestiges of docs build to allow building without gtk-doc
+  git apply -3 ../no-gtk-doc.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd yelp
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd yelp
+  make DESTDIR="$pkgdir" install
+}

Deleted: no-gtk-doc.diff
===
--- no-gtk-doc.diff 2022-04-02 23:31:40 UTC (rev 441366)
+++ no-gtk-doc.diff 2022-04-02 23:31:41 UTC (rev 441367)
@@ -1,37 +0,0 @@
-diff --git i/configure.ac w/configure.ac
-index 908369d1..dff4911c 100644
 i/configure.ac
-+++ w/configure.ac
-@@ -163,32 +163,28 @@ GLIB_GENMARSHAL="`$PKG_CONFIG --variable=glib_genmarshal 
glib-2.0`"
- AC_SUBST(GLIB_GENMARSHAL)
- 
- 
--AX_REQUIRE_DEFINED([GTK_DOC_CHECK])
--GTK_DOC_CHECK([1.13],[--flavour no-tmpl])
--
- AC_CONFIG_FILES([
- Makefile
- data/dtd/catalog
- data/xslt/db2html.xsl
- data/xslt/info2html.xsl
- data/xslt/links2html.xsl
- data/xslt/mal2html.xsl
- data/xslt/man2html.xsl
- data/xslt/yelp-common.xsl
- po/Makefile.in
- ])
- 
- AC_OUTPUT
- 
- dnl ==
- echo "
- yelp-$VERSION:
- 
-   prefix:   ${prefix}
-   source code location: ${srcdir}
-   compiler: ${CC}
- 
--  Documentation:${enable_gtk_doc}
-   Debug enabled:${enable_debug}
-   Enable BZ2:   ${enable_bz2}
-   Enable LZMA:  ${enable_lzma}

Copied: yelp/repos/gnome-unstable-x86_64/no-gtk-doc.diff (from rev 441365, 
yelp/trunk/no-gtk-doc.diff)
===
--- no-gtk-doc.diff (rev 0)
+++ no-gtk-doc.diff 2022-04-02 23:31:41 UTC (rev 441367)
@@ -0,0 +1,37 @@
+diff --git 

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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:31:27
  Author: heftig
Revision: 441365

42.1-2: debug on

Modified:
  yelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:30:33 UTC (rev 441364)
+++ PKGBUILD2022-04-02 23:31:27 UTC (rev 441365)
@@ -3,7 +3,7 @@
 
 pkgname=yelp
 pkgver=42.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Get help with GNOME"
 url="https://wiki.gnome.org/Apps/Yelp;
 license=(GPL)
@@ -11,6 +11,7 @@
 depends=(webkit2gtk-4.1 yelp-xsl libxslt xz bzip2 libhandy)
 makedepends=(itstool autoconf-archive git appstream-glib)
 groups=(gnome)
+options=(debug)
 _commit=d16114cb46e4de07e6d1c0511ef8d6e1921e023e  # tags/42.1^0
 source=("git+https://gitlab.gnome.org/GNOME/yelp.git#commit=$_commit;
 no-gtk-doc.diff)
@@ -19,7 +20,7 @@
 
 pkgver() {
   cd yelp
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:30:33
  Author: heftig
Revision: 441364

42.0-1

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:25:49 UTC (rev 441363)
+++ PKGBUILD2022-04-02 23:30:33 UTC (rev 441364)
@@ -2,25 +2,25 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.38.2
+pkgver=42.0
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
 arch=(x86_64)
 license=(GPL2 custom)
-depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo
- gsettings-desktop-schemas dconf python-gobject python-xdg 
gnome-desktop
- gst-plugins-base gst-plugins-good gst-plugins-bad)
+depends=(totem-plparser iso-codes libpeas grilo gsettings-desktop-schemas
+ python-gobject gnome-desktop gst-plugins-base gst-plugins-good
+ gst-plugins-bad gst-plugin-gtk libhandy)
 makedepends=(libnautilus-extension itstool docbook-xsl python-pylint
  gobject-introspection git appstream-glib gtk-doc meson intltool)
 optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs'
-'grilo-plugins: Media discovery'
-'python-dbus: MPRIS plugin')
-groups=(gnome)
+'grilo-plugins: Media discovery')
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=5bcc171feaf6127dcd2c09289063adef662d33b2  # tags/V_3_38_2^0
+groups=(gnome)
+options=(debug)
+_commit=d578333de76dc51f7a58bd84edee8ee93f5050e3  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'
@@ -27,12 +27,12 @@
 'SKIP')
 
 pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/-fixed//;s/_/./g;s/-/+/g'
+  cd totem
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd totem
 
   git submodule init
   git submodule set-url subprojects/libgd "$srcdir/libgd"
@@ -40,11 +40,11 @@
 }
 
 build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true
+  arch-meson totem build -D enable-gtk-doc=true
   meson compile -C build
 }
 
 package() {
   meson install -C build --destdir "$pkgdir"
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 totem/COPYING
 }



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:25:49
  Author: heftig
Revision: 441363

archrelease: copy trunk to extra-x86_64

Added:
  python-evdev/repos/extra-x86_64/PKGBUILD
(from rev 441362, python-evdev/trunk/PKGBUILD)
Deleted:
  python-evdev/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-02 23:25:31 UTC (rev 441362)
+++ PKGBUILD2022-04-02 23:25:49 UTC (rev 441363)
@@ -1,30 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=python-evdev
-pkgver=1.4.0
-pkgrel=3
-pkgdesc="Python bindings for the Linux input subsystem"
-url="https://python-evdev.readthedocs.io/en/latest/;
-arch=(x86_64)
-license=(BSD)
-depends=(python)
-makedepends=(git)
-_commit=5adc2abf1ec8a02c05c80cb1b3e34ba1d4237803  # tags/v1.4.0^0
-source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
-}

Copied: python-evdev/repos/extra-x86_64/PKGBUILD (from rev 441362, 
python-evdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-02 23:25:49 UTC (rev 441363)
@@ -0,0 +1,31 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=python-evdev
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Python bindings for the Linux input subsystem"
+url="https://python-evdev.readthedocs.io/en/latest/;
+arch=(x86_64)
+license=(BSD)
+depends=(python)
+makedepends=(git)
+options=(debug)
+_commit=92c009a5001ebbfa94b535d8cff8c6ed9c51c35b  # tags/v1.5.0^0
+source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:25:31
  Author: heftig
Revision: 441362

1.5.0-1

Modified:
  python-evdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:18:47 UTC (rev 441361)
+++ PKGBUILD2022-04-02 23:25:31 UTC (rev 441362)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=python-evdev
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="Python bindings for the Linux input subsystem"
 url="https://python-evdev.readthedocs.io/en/latest/;
 arch=(x86_64)
@@ -9,13 +9,14 @@
 license=(BSD)
 depends=(python)
 makedepends=(git)
-_commit=5adc2abf1ec8a02c05c80cb1b3e34ba1d4237803  # tags/v1.4.0^0
+options=(debug)
+_commit=92c009a5001ebbfa94b535d8cff8c6ed9c51c35b  # tags/v1.5.0^0
 source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {



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

2022-04-02 Thread Fabio Castelli via arch-commits
Date: Saturday, April 2, 2022 @ 23:25:20
  Author: muflone
Revision: 1180885

archrelease: copy trunk to community-any

Added:
  gwakeonlan/repos/community-any/PKGBUILD
(from rev 1180884, gwakeonlan/trunk/PKGBUILD)
Deleted:
  gwakeonlan/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-02 23:23:30 UTC (rev 1180884)
+++ PKGBUILD2022-04-02 23:25:20 UTC (rev 1180885)
@@ -1,24 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: jose 
-
-pkgname=gwakeonlan
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
-url="https://www.muflone.com/gwakeonlan;
-arch=('any')
-license=('GPL3')
-depends=('gtk3' 'python-xdg' 'python-gobject')
-makedepends=('python-setuptools' 'gettext')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('c106921beb5270995a4d73a6d4091684da24ac1edb98f9eef5e0f034fa288fc2')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --optimize=1 --root "${pkgdir}"
-}

Copied: gwakeonlan/repos/community-any/PKGBUILD (from rev 1180884, 
gwakeonlan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-02 23:25:20 UTC (rev 1180885)
@@ -0,0 +1,24 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jose 
+
+pkgname=gwakeonlan
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
+url="https://www.muflone.com/gwakeonlan;
+arch=('any')
+license=('GPL3')
+depends=('gtk3' 'python-xdg' 'python-gobject')
+makedepends=('python-setuptools' 'gettext')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('97ea7ef94a9f9c564d3804d13acfff1851f135ed19b829ae8464af85edc4cab3')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --optimize=1 --root "${pkgdir}"
+}



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

2022-04-02 Thread Fabio Castelli via arch-commits
Date: Saturday, April 2, 2022 @ 23:23:30
  Author: muflone
Revision: 1180884

upgpkg: gwakeonlan 0.8.1-1

Modified:
  gwakeonlan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:19:03 UTC (rev 1180883)
+++ PKGBUILD2022-04-02 23:23:30 UTC (rev 1180884)
@@ -2,7 +2,7 @@
 # Contributor: jose 
 
 pkgname=gwakeonlan
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
 url="https://www.muflone.com/gwakeonlan;
@@ -11,7 +11,7 @@
 depends=('gtk3' 'python-xdg' 'python-gobject')
 makedepends=('python-setuptools' 'gettext')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('c106921beb5270995a4d73a6d4091684da24ac1edb98f9eef5e0f034fa288fc2')
+sha256sums=('97ea7ef94a9f9c564d3804d13acfff1851f135ed19b829ae8464af85edc4cab3')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:19:03
  Author: heftig
Revision: 1180883

archrelease: copy trunk to community-x86_64

Added:
  simple-scan/repos/community-x86_64/PKGBUILD
(from rev 1180882, simple-scan/trunk/PKGBUILD)
Deleted:
  simple-scan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-02 23:18:48 UTC (rev 1180882)
+++ PKGBUILD2022-04-02 23:19:03 UTC (rev 1180883)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Joeny Ang 
-
-pkgname=simple-scan
-pkgver=40.7
-pkgrel=1
-pkgdesc="Simple scanning utility"
-url="https://gitlab.gnome.org/GNOME/simple-scan;
-arch=(x86_64)
-license=(GPL3)
-groups=(gnome)
-depends=(sane dconf gtk3 colord-sane libgusb libhandy)
-makedepends=(yelp-tools meson vala git)
-_commit=3b85cde1a3cc172ffbeb4f56ae5a51b6a1571a18  # tags/40.7^0
-source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: simple-scan/repos/community-x86_64/PKGBUILD (from rev 1180882, 
simple-scan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-02 23:19:03 UTC (rev 1180883)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=42.0
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="https://gitlab.gnome.org/GNOME/simple-scan;
+arch=(x86_64)
+license=(GPL3)
+groups=(gnome)
+depends=(sane dconf gtk3 colord-sane libgusb libhandy)
+makedepends=(yelp-tools meson vala git)
+options=(debug)
+_commit=5cd2f6a14027e05984ef5e3ef953235dbbfb88ea  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:18:48
  Author: heftig
Revision: 1180882

42.0-1

Modified:
  simple-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 22:07:54 UTC (rev 1180881)
+++ PKGBUILD2022-04-02 23:18:48 UTC (rev 1180882)
@@ -4,7 +4,7 @@
 # Contributor: Joeny Ang 
 
 pkgname=simple-scan
-pkgver=40.7
+pkgver=42.0
 pkgrel=1
 pkgdesc="Simple scanning utility"
 url="https://gitlab.gnome.org/GNOME/simple-scan;
@@ -13,7 +13,8 @@
 groups=(gnome)
 depends=(sane dconf gtk3 colord-sane libgusb libhandy)
 makedepends=(yelp-tools meson vala git)
-_commit=3b85cde1a3cc172ffbeb4f56ae5a51b6a1571a18  # tags/40.7^0
+options=(debug)
+_commit=5cd2f6a14027e05984ef5e3ef953235dbbfb88ea  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:18:47
  Author: heftig
Revision: 441361

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gpaste/repos/gnome-unstable-x86_64/
  gpaste/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441360, gpaste/trunk/PKGBUILD)

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

Copied: gpaste/repos/gnome-unstable-x86_64/PKGBUILD (from rev 441360, 
gpaste/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-02 23:18:47 UTC (rev 441361)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=42.1
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="https://www.imagination-land.org/tags/GPaste.html;
+license=(BSD)
+arch=(x86_64)
+depends=(gtk3 gtk4 libadwaita)
+makedepends=(vala appstream-glib gobject-introspection gnome-shell
+ gnome-control-center git meson)
+optdepends=("wgetpaste: Upload clipboard contents")
+options=(debug)
+_commit=5265371559fbd54426255938d5dd1172ddb4e92c  # tags/v42.1^0
+source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gpaste
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gpaste
+}
+
+build() {
+  arch-meson gpaste build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 gpaste/COPYING
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:18:33
  Author: heftig
Revision: 441360

42.1-1

Modified:
  gpaste/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:17:19 UTC (rev 441359)
+++ PKGBUILD2022-04-02 23:18:33 UTC (rev 441360)
@@ -1,17 +1,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gpaste
-pkgver=3.42.6
+pkgver=42.1
 pkgrel=1
 pkgdesc="Clipboard management system"
 url="https://www.imagination-land.org/tags/GPaste.html;
 license=(BSD)
 arch=(x86_64)
-depends=(gtk3)
+depends=(gtk3 gtk4 libadwaita)
 makedepends=(vala appstream-glib gobject-introspection gnome-shell
  gnome-control-center git meson)
 optdepends=("wgetpaste: Upload clipboard contents")
-_commit=758b26f2a5861ce635d51b29eae8f37bb8b9867a  # tags/v3.42.6^0
+options=(debug)
+_commit=5265371559fbd54426255938d5dd1172ddb4e92c  # tags/v42.1^0
 source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:17:18
  Author: heftig
Revision: 441358

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnote/repos/gnome-unstable-x86_64/
  gnote/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441355, gnote/trunk/PKGBUILD)

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

Copied: gnote/repos/gnome-unstable-x86_64/PKGBUILD (from rev 441355, 
gnote/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-02 23:17:18 UTC (rev 441358)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=42.0
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gspell libxslt libsecret)
+makedepends=(yelp-tools meson git)
+options=(debug)
+_commit=8d73a6a2e5aa0fac0f4689d739c31c4933045f5e  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gnote
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gnote
+}
+
+build() {
+  arch-meson gnote build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:17:19
  Author: heftig
Revision: 441359

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-terminal/repos/gnome-unstable-x86_64/
  gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441355, gnome-terminal/trunk/PKGBUILD)

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

Copied: gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD (from rev 441355, 
gnome-terminal/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-02 23:17:19 UTC (rev 441359)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-terminal
+pkgver=3.44.0
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+url="https://wiki.gnome.org/Apps/Terminal;
+arch=(x86_64)
+license=(GPL)
+depends=(vte3 gsettings-desktop-schemas)
+makedepends=(docbook-xsl libnautilus-extension gnome-shell yelp-tools git 
meson)
+groups=(gnome)
+options=(debug)
+_commit=9986dbbef8bb2efa9436c53dd11dde2853bb  # tags/3.44.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:17:17
  Author: heftig
Revision: 441356

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-weather/repos/gnome-unstable-any/
  gnome-weather/repos/gnome-unstable-any/PKGBUILD
(from rev 441355, gnome-weather/trunk/PKGBUILD)

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

Copied: gnome-weather/repos/gnome-unstable-any/PKGBUILD (from rev 441355, 
gnome-weather/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2022-04-02 23:17:17 UTC (rev 441356)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-weather
+pkgver=42.0
+pkgrel=1
+pkgdesc="Access current weather conditions and forecasts"
+url="https://wiki.gnome.org/Apps/Weather;
+arch=(any)
+license=(GPL)
+depends=(gtk4 gjs libgweather-4 geoclue libadwaita)
+makedepends=(gobject-introspection appstream-glib git meson)
+groups=(gnome)
+_commit=9165610014d95c5a93e61d8d11d91dc98d1adc33  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



[arch-commits] Commit in gnome-user-docs/repos (2 files)

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:17:18
  Author: heftig
Revision: 441357

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-user-docs/repos/gnome-unstable-any/
  gnome-user-docs/repos/gnome-unstable-any/PKGBUILD
(from rev 441355, gnome-user-docs/trunk/PKGBUILD)

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

Copied: gnome-user-docs/repos/gnome-unstable-any/PKGBUILD (from rev 441355, 
gnome-user-docs/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2022-04-02 23:17:18 UTC (rev 441357)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-user-docs
+pkgver=42.0
+pkgrel=1
+pkgdesc="User documentation for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-user-docs;
+arch=(any)
+license=(FDL)
+depends=(yelp)
+makedepends=(yelp-tools git)
+groups=(gnome)
+_commit=4fd0253451e0489a9ce260e86ddb3acf85438e32  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:17:03
  Author: heftig
Revision: 441355

42.0-1

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:15:14 UTC (rev 441354)
+++ PKGBUILD2022-04-02 23:17:03 UTC (rev 441355)
@@ -4,15 +4,16 @@
 # Contributor: uastasi 
 
 pkgname=gnote
-pkgver=41.2
+pkgver=42.0
 pkgrel=1
 pkgdesc="A note taking application"
 url="https://wiki.gnome.org/Apps/Gnote;
 arch=(x86_64)
 license=(GPL3)
-depends=(gtkmm3 gspell libxslt dconf libsecret)
+depends=(gtkmm3 gspell libxslt libsecret)
 makedepends=(yelp-tools meson git)
-_commit=56074f03883f11fd91669b5dcd2145efa7440128  # tags/41.2^0
+options=(debug)
+_commit=8d73a6a2e5aa0fac0f4689d739c31c4933045f5e  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:15:14
  Author: heftig
Revision: 441354

42.0-1

Modified:
  gnome-user-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:15:09 UTC (rev 441353)
+++ PKGBUILD2022-04-02 23:15:14 UTC (rev 441354)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-user-docs
-pkgver=41.5
+pkgver=42.0
 pkgrel=1
 pkgdesc="User documentation for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-user-docs;
@@ -11,13 +11,13 @@
 depends=(yelp)
 makedepends=(yelp-tools git)
 groups=(gnome)
-_commit=45e782be4327f86d83eeebcc23e37e66df4291b3  # tags/41.5^0
+_commit=4fd0253451e0489a9ce260e86ddb3acf85438e32  # tags/42.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:15:09
  Author: heftig
Revision: 441353

42.0-1

Modified:
  gnome-weather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:11:21 UTC (rev 441352)
+++ PKGBUILD2022-04-02 23:15:09 UTC (rev 441353)
@@ -1,22 +1,22 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-weather
-pkgver=41.0
+pkgver=42.0
 pkgrel=1
 pkgdesc="Access current weather conditions and forecasts"
 url="https://wiki.gnome.org/Apps/Weather;
 arch=(any)
 license=(GPL)
-depends=(gtk3 gjs libgweather geoclue2 gnome-desktop libhandy)
+depends=(gtk4 gjs libgweather-4 geoclue libadwaita)
 makedepends=(gobject-introspection appstream-glib git meson)
 groups=(gnome)
-_commit=8eea7b1727c2b657e119f8729d7ebef77480326d  # tags/41.0^0
+_commit=9165610014d95c5a93e61d8d11d91dc98d1adc33  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:11:21
  Author: heftig
Revision: 441352

3.44.0-1

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:08:56 UTC (rev 441351)
+++ PKGBUILD2022-04-02 23:11:21 UTC (rev 441352)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=3.42.2
-pkgrel=2
+pkgver=3.44.0
+pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
 url="https://wiki.gnome.org/Apps/Terminal;
 arch=(x86_64)
@@ -11,21 +11,18 @@
 depends=(vte3 gsettings-desktop-schemas)
 makedepends=(docbook-xsl libnautilus-extension gnome-shell yelp-tools git 
meson)
 groups=(gnome)
-_commit=f300eed28e6755458ebaaecd9a8fe5f6b4ca29cd  # tags/3.42.2^0
+options=(debug)
+_commit=9986dbbef8bb2efa9436c53dd11dde2853bb  # tags/3.44.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
   cd $pkgname
-
-  # Fix build with meson 0.61
-  # https://bugs.archlinux.org/task/73356
-  git cherry-pick -n 9a168cc23962ce9fa106dc8a40407d381a3db403
 }
 
 build() {



[arch-commits] Commit in gnome-system-monitor/repos (2 files)

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:08:56
  Author: heftig
Revision: 441351

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-system-monitor/repos/gnome-unstable-x86_64/
  gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441349, gnome-system-monitor/trunk/PKGBUILD)

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

Copied: gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
441349, gnome-system-monitor/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-02 23:08:56 UTC (rev 441351)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-system-monitor
+pkgver=42.0
+pkgrel=1
+pkgdesc="View current processes and monitor system state"
+url="https://wiki.gnome.org/Apps/SystemMonitor;
+arch=(x86_64)
+license=(GPL)
+depends=(libgtop gtkmm3 librsvg systemd libhandy polkit)
+makedepends=(meson yelp-tools git appstream-glib)
+groups=(gnome)
+options=(debug)
+_commit=c12390a98881add02d6457e4f84a32ca811685ec  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



[arch-commits] Commit in gnome-sound-recorder/repos (2 files)

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:08:55
  Author: heftig
Revision: 441350

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-sound-recorder/repos/gnome-unstable-any/
  gnome-sound-recorder/repos/gnome-unstable-any/PKGBUILD
(from rev 441349, gnome-sound-recorder/trunk/PKGBUILD)

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

Copied: gnome-sound-recorder/repos/gnome-unstable-any/PKGBUILD (from rev 
441349, gnome-sound-recorder/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2022-04-02 23:08:55 UTC (rev 441350)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-sound-recorder
+pkgver=42.0
+pkgrel=1
+pkgdesc="A utility to make simple audio recording from your GNOME desktop"
+url="https://wiki.gnome.org/Apps/SoundRecorder;
+arch=(any)
+license=(GPL)
+depends=(gtk4 gjs gst-plugins-good gst-plugins-base gst-plugins-bad-libs
+ libadwaita)
+makedepends=(gobject-introspection git meson)
+groups=(gnome-extra)
+_commit=0fabec18319c0baf0c627131c023f7c191af65d9  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:08:48
  Author: heftig
Revision: 441348

42.0-1

Modified:
  gnome-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:04:48 UTC (rev 441347)
+++ PKGBUILD2022-04-02 23:08:48 UTC (rev 441348)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-system-monitor
-pkgver=41.0
+pkgver=42.0
 pkgrel=1
 pkgdesc="View current processes and monitor system state"
 url="https://wiki.gnome.org/Apps/SystemMonitor;
@@ -11,13 +11,14 @@
 depends=(libgtop gtkmm3 librsvg systemd libhandy polkit)
 makedepends=(meson yelp-tools git appstream-glib)
 groups=(gnome)
-_commit=ecf0e38fa5ae5adb4c0f166d10f7ab40067dc155  # tags/41.0^0
+options=(debug)
+_commit=c12390a98881add02d6457e4f84a32ca811685ec  # tags/42.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 23:08:49
  Author: heftig
Revision: 441349

42.0-1

Modified:
  gnome-sound-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 23:08:48 UTC (rev 441348)
+++ PKGBUILD2022-04-02 23:08:49 UTC (rev 441349)
@@ -2,23 +2,23 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-sound-recorder
-pkgver=40.0
+pkgver=42.0
 pkgrel=1
 pkgdesc="A utility to make simple audio recording from your GNOME desktop"
 url="https://wiki.gnome.org/Apps/SoundRecorder;
 arch=(any)
 license=(GPL)
-depends=(gtk3 gjs gst-plugins-good gst-plugins-base gst-plugins-bad-libs
- libhandy)
+depends=(gtk4 gjs gst-plugins-good gst-plugins-base gst-plugins-bad-libs
+ libadwaita)
 makedepends=(gobject-introspection git meson)
 groups=(gnome-extra)
-_commit=db39a5f0f92a66f66fc1017f28223b30dc072a20  # tags/40.0^0
+_commit=0fabec18319c0baf0c627131c023f7c191af65d9  # tags/42.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
@@ -35,7 +35,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }
 
 # vim:set sw=2 et:



[arch-commits] Commit in gnome-remote-desktop/repos (2 files)

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:58:03
  Author: heftig
Revision: 441345

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-remote-desktop/repos/gnome-unstable-x86_64/
  gnome-remote-desktop/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441344, gnome-remote-desktop/trunk/PKGBUILD)

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

Copied: gnome-remote-desktop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
441344, gnome-remote-desktop/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-02 22:58:03 UTC (rev 441345)
@@ -0,0 +1,60 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-remote-desktop
+pkgver=42.0
+pkgrel=1
+pkgdesc="GNOME Remote Desktop server"
+url="https://wiki.gnome.org/Projects/Mutter/RemoteDesktop;
+arch=(x86_64)
+license=(GPL2)
+depends=(cairo freerdp glib2 pipewire systemd libvncserver libsecret libnotify
+ dconf fuse3 libxkbcommon libepoxy)
+makedepends=(git meson ffnvcodec-headers)
+checkdepends=(xorg-server-xvfb python-dbus python-gobject mutter wireplumber)
+groups=(gnome)
+options=(debug)
+_commit=252f495a0f23ca25056cc5815587255614ffdfc7  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-remote-desktop.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+_check() (
+  mkdir -p -m 700 "${XDG_CONFIG_HOME:=$PWD/config-dir}"
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/src}"
+  export XDG_CONFIG_HOME XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
+
+  export GSETTINGS_BACKEND=keyfile
+  gsettings set org.gnome.desktop.remote-desktop.vnc enable true
+
+  pipewire &
+  _p1=$!
+
+  wireplumber &
+  _p2=$!
+
+  trap "kill $_p1 $_p2; wait" EXIT
+
+  meson test -C build --print-errorlogs -t 3
+)
+
+check() {
+  dbus-run-session bash -c "$(declare -f _check); _check"
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:58:04
  Author: heftig
Revision: 441346

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-software/repos/gnome-unstable-x86_64/
  gnome-software/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441344, gnome-software/trunk/PKGBUILD)

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

Copied: gnome-software/repos/gnome-unstable-x86_64/PKGBUILD (from rev 441344, 
gnome-software/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-02 22:58:04 UTC (rev 441346)
@@ -0,0 +1,73 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Fabian Bornschein 
+# Contributor: Jan de Groot 
+# Contributor: Yosef Or Boczko 
+
+pkgbase=gnome-software
+pkgname=(gnome-software gnome-software-packagekit-plugin)
+pkgver=42.0
+pkgrel=1
+pkgdesc="GNOME Software Tools"
+url="https://wiki.gnome.org/Apps/Software/;
+arch=(x86_64)
+license=(GPL)
+makedepends=(appstream gsettings-desktop-schemas libpackagekit-glib flatpak
+ fwupd docbook-xsl git gobject-introspection gtk-doc meson
+ valgrind gnome-online-accounts libxmlb malcontent gtk4 libadwaita
+ libsysprof-capture)
+options=(debug)
+_commit=efa819612ad3f9e2985f6f5a2e06be54234bd4c8  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  # Ensure static library is non-LTO compatible
+  CFLAGS+=" -ffat-lto-objects"
+
+  # Building with soup3 requires flatpak to be built with soup3
+  arch-meson $pkgbase build -D soup2=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_gnome-software() {
+  groups=(gnome)
+  depends=(libxmlb gsettings-desktop-schemas libpackagekit-glib gtk4 libadwaita
+   gnome-online-accounts appstream libsysprof-capture)
+  optdepends=('flatpak: Flatpak support plugin'
+  'fwupd: fwupd support plugin'
+  'malcontent: Parental control plugin')
+
+  meson install -C build --destdir "$pkgdir"
+
+  local pkglibdir="$pkgdir/usr/lib/gnome-software"
+  _pick packagekit-plugin "$pkglibdir"/plugins-*/libgs_plugin_packagekit*.so
+}
+
+package_gnome-software-packagekit-plugin() {
+  pkgdesc="PackageKit support plugin for GNOME Software"
+  depends=(archlinux-appstream-data gnome-software packagekit)
+  mv packagekit-plugin/* "$pkgdir"
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:57:46
  Author: heftig
Revision: 441344

42.0-1

Modified:
  gnome-software/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 22:56:26 UTC (rev 441343)
+++ PKGBUILD2022-04-02 22:57:46 UTC (rev 441344)
@@ -1,27 +1,28 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Fabian Bornschein 
 # Contributor: Jan de Groot 
 # Contributor: Yosef Or Boczko 
 
 pkgbase=gnome-software
 pkgname=(gnome-software gnome-software-packagekit-plugin)
-pkgver=41.5
+pkgver=42.0
 pkgrel=1
 pkgdesc="GNOME Software Tools"
 url="https://wiki.gnome.org/Apps/Software/;
 arch=(x86_64)
-license=(GPL2)
+license=(GPL)
 makedepends=(appstream gsettings-desktop-schemas libpackagekit-glib flatpak
- fwupd docbook-xsl git gobject-introspection gspell gtk-doc meson
- valgrind gnome-online-accounts libxmlb malcontent libhandy
+ fwupd docbook-xsl git gobject-introspection gtk-doc meson
+ valgrind gnome-online-accounts libxmlb malcontent gtk4 libadwaita
  libsysprof-capture)
 options=(debug)
-_commit=ccbc15cf533616383a8399b9b9f9a9a9c348dfca  # tags/41.5^0
+_commit=efa819612ad3f9e2985f6f5a2e06be54234bd4c8  # tags/42.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgbase
-  git describe --tags | sed 
's/^GNOME_SOFTWARE_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
@@ -32,13 +33,13 @@
   # Ensure static library is non-LTO compatible
   CFLAGS+=" -ffat-lto-objects"
 
-  arch-meson $pkgbase build
+  # Building with soup3 requires flatpak to be built with soup3
+  arch-meson $pkgbase build -D soup2=true
   meson compile -C build
 }
 
 check() {
-  # build container troubles
-  meson test -C build --print-errorlogs || :
+  meson test -C build --print-errorlogs
 }
 
 _pick() {
@@ -53,8 +54,8 @@
 
 package_gnome-software() {
   groups=(gnome)
-  depends=(libxmlb gsettings-desktop-schemas gspell libpackagekit-glib
-   gnome-online-accounts appstream libhandy libsysprof-capture)
+  depends=(libxmlb gsettings-desktop-schemas libpackagekit-glib gtk4 libadwaita
+   gnome-online-accounts appstream libsysprof-capture)
   optdepends=('flatpak: Flatpak support plugin'
   'fwupd: fwupd support plugin'
   'malcontent: Parental control plugin')
@@ -63,7 +64,6 @@
 
   local pkglibdir="$pkgdir/usr/lib/gnome-software"
   _pick packagekit-plugin "$pkglibdir"/plugins-*/libgs_plugin_packagekit*.so
-  _pick packagekit-plugin 
"$pkglibdir"/plugins-*/libgs_plugin_systemd-updates.so
 }
 
 package_gnome-software-packagekit-plugin() {



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:56:26
  Author: heftig
Revision: 441343

42.0-1

Modified:
  gnome-remote-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 22:33:09 UTC (rev 441342)
+++ PKGBUILD2022-04-02 22:56:26 UTC (rev 441343)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-remote-desktop
-pkgver=41.2
+pkgver=42.0
 pkgrel=1
 pkgdesc="GNOME Remote Desktop server"
 url="https://wiki.gnome.org/Projects/Mutter/RemoteDesktop;
@@ -8,12 +8,12 @@
 arch=(x86_64)
 license=(GPL2)
 depends=(cairo freerdp glib2 pipewire systemd libvncserver libsecret libnotify
- dconf fuse3 libxkbcommon)
+ dconf fuse3 libxkbcommon libepoxy)
 makedepends=(git meson ffnvcodec-headers)
-checkdepends=(xorg-server-xvfb python-dbus python-gobject mutter
-  pipewire-media-session)
+checkdepends=(xorg-server-xvfb python-dbus python-gobject mutter wireplumber)
 groups=(gnome)
-_commit=32c8d66ab6b5e5c6e75ba494e5e1a45d92270f83  # tags/41.2^0
+options=(debug)
+_commit=252f495a0f23ca25056cc5815587255614ffdfc7  # tags/42.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-remote-desktop.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -31,23 +31,30 @@
   meson compile -C build
 }
 
-check() (
+_check() (
+  mkdir -p -m 700 "${XDG_CONFIG_HOME:=$PWD/config-dir}"
   mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
   glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/src}"
-  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
-  unset DBUS_SESSION_BUS_ADDRESS
+  export XDG_CONFIG_HOME XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
 
+  export GSETTINGS_BACKEND=keyfile
+  gsettings set org.gnome.desktop.remote-desktop.vnc enable true
+
   pipewire &
   _p1=$!
 
-  pipewire-media-session &
+  wireplumber &
   _p2=$!
 
   trap "kill $_p1 $_p2; wait" EXIT
 
-  meson test -C build --print-errorlogs -t 2
+  meson test -C build --print-errorlogs -t 3
 )
 
+check() {
+  dbus-run-session bash -c "$(declare -f _check); _check"
+}
+
 package() {
   meson install -C build --destdir "$pkgdir"
 }



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

2022-04-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 2, 2022 @ 22:33:09
  Author: foutrelis
Revision: 441342

archrelease: copy trunk to extra-x86_64

Added:
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 441341, thunar/trunk/PKGBUILD)
Deleted:
  thunar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-02 22:33:04 UTC (rev 441341)
+++ PKGBUILD2022-04-02 22:33:09 UTC (rev 441342)
@@ -1,47 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=4.16.10
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('x86_64')
-url="https://docs.xfce.org/xfce/thunar/start;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'gobject-introspection' 'xfce4-panel')
-optdepends=('gvfs: trash support, mounting with udisk and remote filesystems'
-'tumbler: thumbnail previews'
-'thunar-volman: removable device management'
-'thunar-archive-plugin: archive creation and extraction'
-'thunar-media-tags-plugin: view/edit ID3/OGG tags')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f105c8f5abc50c411f6218f913561ae3a485826bd0cd09503a4772d015899c92')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-x86_64/PKGBUILD (from rev 441341, 
thunar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-02 22:33:09 UTC (rev 441342)
@@ -0,0 +1,47 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=4.16.11
+pkgrel=1
+pkgdesc="Modern file manager for Xfce"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/thunar/start;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gobject-introspection' 'xfce4-panel')
+optdepends=('gvfs: trash support, mounting with udisk and remote filesystems'
+'tumbler: thumbnail previews'
+'thunar-volman: removable device management'
+'thunar-archive-plugin: archive creation and extraction'
+'thunar-media-tags-plugin: view/edit ID3/OGG tags')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f47dde90b2e5e3e31920a4f57ddd3670282d0a90870a45e89148fce41b2a8a1b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-04-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 2, 2022 @ 22:33:04
  Author: foutrelis
Revision: 441341

upgpkg: thunar 4.16.11-1: new upstream release

Modified:
  thunar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 22:27:09 UTC (rev 441340)
+++ PKGBUILD2022-04-02 22:33:04 UTC (rev 441341)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Simmons 
 
 pkgname=thunar
-pkgver=4.16.10
+pkgver=4.16.11
 pkgrel=1
 pkgdesc="Modern file manager for Xfce"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'thunar-archive-plugin: archive creation and extraction'
 'thunar-media-tags-plugin: view/edit ID3/OGG tags')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f105c8f5abc50c411f6218f913561ae3a485826bd0cd09503a4772d015899c92')
+sha256sums=('f47dde90b2e5e3e31920a4f57ddd3670282d0a90870a45e89148fce41b2a8a1b')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in gnome-shell-extensions/repos (2 files)

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:27:09
  Author: heftig
Revision: 441340

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-shell-extensions/repos/gnome-unstable-any/
  gnome-shell-extensions/repos/gnome-unstable-any/PKGBUILD
(from rev 441339, gnome-shell-extensions/trunk/PKGBUILD)

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

Copied: gnome-shell-extensions/repos/gnome-unstable-any/PKGBUILD (from rev 
441339, gnome-shell-extensions/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2022-04-02 22:27:09 UTC (rev 441340)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-shell-extensions
+pkgver=42.0
+pkgrel=1
+pkgdesc="Extensions for GNOME shell, including classic mode"
+url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
+arch=(any)
+license=(GPL)
+depends=(gnome-shell)
+makedepends=(meson git sassc)
+optdepends=('gnome-menus: applications menu extension')
+groups=(gnome)
+_commit=227c900d1c037dd991cf74caafdc55ecf9139993  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url data/gnome-shell-sass "$srcdir/gnome-shell-sass"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D extension_set=all -D classic_mode=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



[arch-commits] Commit in gnome-shell-extensions/trunk (PKGBUILD fix-build.diff)

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:26:58
  Author: heftig
Revision: 441339

42.0-1

Modified:
  gnome-shell-extensions/trunk/PKGBUILD
Deleted:
  gnome-shell-extensions/trunk/fix-build.diff

+
 PKGBUILD   |   12 +++-
 fix-build.diff |   11 ---
 2 files changed, 3 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 22:20:48 UTC (rev 441338)
+++ PKGBUILD2022-04-02 22:26:58 UTC (rev 441339)
@@ -1,21 +1,20 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-shell-extensions
-pkgver=41.2
+pkgver=42.0
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
 arch=(any)
 license=(GPL)
+depends=(gnome-shell)
 makedepends=(meson git sassc)
 optdepends=('gnome-menus: applications menu extension')
 groups=(gnome)
-_commit=1a3b4e154c2c39dfcc0d1e8abc12850383578334  # tags/41.2^0
+_commit=227c900d1c037dd991cf74caafdc55ecf9139993  # tags/42.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit;
-fix-build.diff
 "git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git;)
 sha256sums=('SKIP'
-'7350a100716dbfad48bfe15982632ac933dd7c15a2d3b73d55feefa3b5386b77'
 'SKIP')
 
 pkgver() {
@@ -26,9 +25,6 @@
 prepare() {
   cd $pkgname
 
-  # Fix build with Meson 0.61
-  git apply -3 ../fix-build.diff
-
   git submodule init
   git submodule set-url data/gnome-shell-sass "$srcdir/gnome-shell-sass"
   git submodule update
@@ -44,7 +40,5 @@
 }
 
 package() {
-  depends=(gnome-shell)
-
   meson install -C build --destdir "$pkgdir"
 }

Deleted: fix-build.diff
===
--- fix-build.diff  2022-04-02 22:20:48 UTC (rev 441338)
+++ fix-build.diff  2022-04-02 22:26:58 UTC (rev 441339)
@@ -1,11 +0,0 @@
-diff --git i/data/meson.build w/data/meson.build
-index 27f4287..a4bcd5e 100644
 i/data/meson.build
-+++ w/data/meson.build
-@@ -1,5 +1,5 @@
- session_desktop = 'gnome-classic.desktop'
--i18n.merge_file('',
-+i18n.merge_file(
-   input:  session_desktop + '.in',
-   output: session_desktop,
-   po_dir: '../po',



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:20:48
  Author: heftig
Revision: 441338

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-photos/repos/gnome-unstable-x86_64/
  gnome-photos/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441337, gnome-photos/trunk/PKGBUILD)

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

Copied: gnome-photos/repos/gnome-unstable-x86_64/PKGBUILD (from rev 441337, 
gnome-photos/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-02 22:20:48 UTC (rev 441338)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=42.0
+pkgrel=1
+epoch=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Photos;
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas
+ grilo-plugins lcms2 tracker3-miners geocode-glib grilo gfbgraph 
libgdata
+ libgexiv2 libraw gnome-online-accounts dleyna-server dleyna-renderer
+ libdazzle libhandy)
+makedepends=(python yelp-tools git meson docbook-xsl)
+groups=(gnome)
+options=(debug)
+_commit=263d82c16b18db0f59c123e34f317a6926debdd8  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D manuals=true
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:20:38
  Author: heftig
Revision: 441337

42.0-1

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 22:15:22 UTC (rev 441336)
+++ PKGBUILD2022-04-02 22:20:38 UTC (rev 441337)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=40.0+r14+g884b1fd1
+pkgver=42.0
 pkgrel=1
 epoch=1
 pkgdesc="Access, organize, and share your photos on GNOME"
@@ -14,7 +14,8 @@
  libdazzle libhandy)
 makedepends=(python yelp-tools git meson docbook-xsl)
 groups=(gnome)
-_commit=884b1fd16e6ee505e216f38566c777131321a7ed  # gnome-40
+options=(debug)
+_commit=263d82c16b18db0f59c123e34f317a6926debdd8  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'
@@ -28,9 +29,6 @@
 prepare() {
   cd $pkgname
 
-  # Fix build with Meson 0.61
-  git cherry-pick -n a0ac868a19d55dc52100e54fe4b2d29041bc6752
-
   git submodule init
   git submodule set-url subprojects/libgd "$srcdir/libgd"
   git submodule update



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:15:21
  Author: heftig
Revision: 441335

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-music/repos/gnome-unstable-any/
  gnome-music/repos/gnome-unstable-any/PKGBUILD
(from rev 441334, gnome-music/trunk/PKGBUILD)

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

Copied: gnome-music/repos/gnome-unstable-any/PKGBUILD (from rev 441334, 
gnome-music/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2022-04-02 22:15:21 UTC (rev 441335)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-music
+pkgver=42.0
+pkgrel=1
+epoch=1
+pkgdesc="Music player and management application"
+url="https://wiki.gnome.org/Apps/Music;
+arch=(any)
+license=(GPL)
+depends=(grilo grilo-plugins tracker3-miners libdmapsharing libmediaart gtk4
+ gvfs python-gobject python-cairo gst-plugins-base python-requests
+ libadwaita)
+makedepends=(gobject-introspection git meson yelp-tools appstream-glib)
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs')
+groups=(gnome)
+_commit=52a43cca73b7bd5ed4facedf0994daeee1fb3b89  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:15:22
  Author: heftig
Revision: 441336

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-maps/repos/gnome-unstable-x86_64/
  gnome-maps/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441334, gnome-maps/trunk/PKGBUILD)

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

Copied: gnome-maps/repos/gnome-unstable-x86_64/PKGBUILD (from rev 441334, 
gnome-maps/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-02 22:15:22 UTC (rev 441336)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=42.0
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps;
+arch=(x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph libhandy)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+options=(debug)
+_commit=938c8b3681995b2bc5bd1cb5b0d11446e6151e9b  # tags/v42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:15:10
  Author: heftig
Revision: 441334

42.0-1

Modified:
  gnome-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 22:14:35 UTC (rev 441333)
+++ PKGBUILD2022-04-02 22:15:10 UTC (rev 441334)
@@ -2,16 +2,16 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-music
-pkgver=41.0
-pkgrel=2
+pkgver=42.0
+pkgrel=1
 epoch=1
 pkgdesc="Music player and management application"
 url="https://wiki.gnome.org/Apps/Music;
-arch=(x86_64)
+arch=(any)
 license=(GPL)
-depends=(grilo grilo-plugins tracker3-miners libdmapsharing libmediaart gtk3
+depends=(grilo grilo-plugins tracker3-miners libdmapsharing libmediaart gtk4
  gvfs python-gobject python-cairo gst-plugins-base python-requests
- libdazzle libhandy)
+ libadwaita)
 makedepends=(gobject-introspection git meson yelp-tools appstream-glib)
 optdepends=('gst-plugins-good: Extra media codecs'
 'gst-plugins-ugly: Extra media codecs'
@@ -18,26 +18,17 @@
 'gst-plugins-bad: Extra media codecs'
 'gst-libav: Extra media codecs')
 groups=(gnome)
-_commit=87af8a6dcec4dd404e147919f53c036e233db2fc  # tags/41.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;
-"git+https://gitlab.gnome.org/mschraal/gfm.git;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
+_commit=52a43cca73b7bd5ed4facedf0994daeee1fb3b89  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
   cd $pkgname
-
-  git submodule init
-  git submodule set-url subprojects/libgd "$srcdir/libgd"
-  git submodule set-url subprojects/gfm "$srcdir/gfm"
-  git submodule update
 }
 
 build() {
@@ -50,7 +41,7 @@
 }
 
 package() {
-  meson install -C build --destdir="$pkgdir"
+  meson install -C build --destdir "$pkgdir"
 
   python -m compileall -d /usr/lib "$pkgdir/usr/lib"
   python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:14:35
  Author: heftig
Revision: 441333

42.0-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 22:08:21 UTC (rev 441332)
+++ PKGBUILD2022-04-02 22:14:35 UTC (rev 441333)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=41.4
+pkgver=42.0
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps;
@@ -11,7 +11,8 @@
 depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph libhandy)
 makedepends=(gobject-introspection git meson yelp-tools)
 groups=(gnome)
-_commit=3de5ab7ba3b1d4544450686230e023fbd37322c3  # tags/v41.4^0
+options=(debug)
+_commit=938c8b3681995b2bc5bd1cb5b0d11446e6151e9b  # tags/v42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
 sha256sums=('SKIP')
 



[arch-commits] Commit in gnome-font-viewer/repos (2 files)

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:08:21
  Author: heftig
Revision: 441332

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-font-viewer/repos/gnome-unstable-x86_64/
  gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441330, gnome-font-viewer/trunk/PKGBUILD)

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

Copied: gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
441330, gnome-font-viewer/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-02 22:08:21 UTC (rev 441332)
@@ -0,0 +1,34 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-font-viewer
+pkgver=42.0
+pkgrel=1
+pkgdesc="A font viewer utility for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-font-viewer;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk4 gnome-desktop-4 libadwaita)
+makedepends=(git meson)
+groups=(gnome)
+options=(debug)
+_commit=d1557c667507ec819048f901abb49c7dc05ee8ea  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-font-viewer.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:08:20
  Author: heftig
Revision: 441331

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-logs/repos/gnome-unstable-x86_64/
  gnome-logs/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441330, gnome-logs/trunk/PKGBUILD)

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

Copied: gnome-logs/repos/gnome-unstable-x86_64/PKGBUILD (from rev 441330, 
gnome-logs/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-02 22:08:20 UTC (rev 441331)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-logs
+pkgver=42.0
+pkgrel=1
+pkgdesc="A log viewer for the systemd journal"
+url="https://wiki.gnome.org/Apps/Logs;
+arch=(x86_64)
+license=(GPL)
+depends=(systemd gtk3 libhandy gsettings-desktop-schemas)
+makedepends=(appstream-glib git meson yelp-tools)
+groups=(gnome)
+options=(debug)
+_commit=1ae4e4081103cc0f7c590cb639e9914fb1f02c8c  # tags/gnome-logs-42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-logs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gnome-logs-//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D man=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 22:08:01
  Author: heftig
Revision: 441330

42.0-1

Modified:
  gnome-font-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 22:07:48 UTC (rev 441329)
+++ PKGBUILD2022-04-02 22:08:01 UTC (rev 441330)
@@ -1,22 +1,23 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-font-viewer
-pkgver=41.0
+pkgver=42.0
 pkgrel=1
 pkgdesc="A font viewer utility for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-font-viewer;
 arch=(x86_64)
 license=(GPL)
-depends=(gtk3 gnome-desktop libhandy)
+depends=(gtk4 gnome-desktop-4 libadwaita)
 makedepends=(git meson)
 groups=(gnome)
-_commit=6723c64b9aef44b6c6e36e6a1c66f3d587e649ce  # tags/41.0^0
+options=(debug)
+_commit=d1557c667507ec819048f901abb49c7dc05ee8ea  # tags/42.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-font-viewer.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {



  1   2   3   4   >