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

2022-04-01 Thread Pierre Schmitz via arch-commits
Date: Saturday, April 2, 2022 @ 05:43:47
  Author: pierre
Revision: 441225

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-02 05:43:39 UTC (rev 441224)
+++ PKGBUILD2022-04-02 05:43:47 UTC (rev 441225)
@@ -1,51 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=composer
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php' 'unzip')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
-   
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-sha256sums=('SKIP'
-'8ec134fe04ee52cd6465384c535ec61107368d4866ade9e995dcb96d8676f0c3')
-
-prepare() {
-   cd "${srcdir}/${pkgname}"
-
-   php "${srcdir}/${pkgname}-${pkgver}.phar" install --no-interaction 
--no-dev --no-progress --prefer-dist
-}
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd "${srcdir}"
-
-   mkdir integration-test
-   cd integration-test
-
-   php "${srcdir}/${pkgname}/composer.phar" init \
-   --no-interaction \
-   --type=project \
-   --name='archlinux/test' \
-   --description='Composer Test Project' \
-   --license='GPL-3.0-or-later' \
-   --require='symfony/console:*'
-   php "${srcdir}/${pkgname}/composer.phar" update --no-interaction 
--no-progress --prefer-dist
-   php "${srcdir}/${pkgname}/composer.phar" validate --no-interaction
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
-}

Copied: composer/repos/extra-any/PKGBUILD (from rev 441224, 
composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-02 05:43:47 UTC (rev 441225)
@@ -0,0 +1,51 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=composer
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php' 'unzip')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
+   
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
+sha256sums=('SKIP'
+'d6931ec2b38b41bd0ad62f9d157908e6688bac091bbf0bd6a619c1067b922402')
+
+prepare() {
+   cd "${srcdir}/${pkgname}"
+
+   php "${srcdir}/${pkgname}-${pkgver}.phar" install --no-interaction 
--no-dev --no-progress --prefer-dist
+}
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd "${srcdir}"
+
+   mkdir integration-test
+   cd integration-test
+
+   php "${srcdir}/${pkgname}/composer.phar" init \
+   --no-interaction \
+   --type=project \
+   --name='archlinux/test' \
+   --description='Composer Test Project' \
+   --license='GPL-3.0-or-later' \
+   --require='symfony/console:*'
+   php "${srcdir}/${pkgname}/composer.phar" update --no-interaction 
--no-progress --prefer-dist
+   php "${srcdir}/${pkgname}/composer.phar" validate --no-interaction
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
+}



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

2022-04-01 Thread Pierre Schmitz via arch-commits
Date: Saturday, April 2, 2022 @ 05:43:39
  Author: pierre
Revision: 441224

upgpkg: composer 2.3.3-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 03:34:00 UTC (rev 441223)
+++ PKGBUILD2022-04-02 05:43:39 UTC (rev 441224)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -12,7 +12,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};

"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
 sha256sums=('SKIP'
-'8ec134fe04ee52cd6465384c535ec61107368d4866ade9e995dcb96d8676f0c3')
+'d6931ec2b38b41bd0ad62f9d157908e6688bac091bbf0bd6a619c1067b922402')
 
 prepare() {
cd "${srcdir}/${pkgname}"



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Saturday, April 2, 2022 @ 00:35:32
  Author: felixonmars
Revision: 1180766

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-02 00:35:21 UTC (rev 1180765)
+++ PKGBUILD2022-04-02 00:35:32 UTC (rev 1180766)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-editor
-pkgver=5.9.14
-pkgrel=1
-pkgdesc='Simple editor for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-editor;
-license=('GPL3')
-depends=('deepin-qt5integration' 'enca' 'kcodecs' 'polkit-qt5' 
'syntax-highlighting' 'uchardet')
-makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz;)
-sha512sums=('6209f591e5fdf5c5b280d20818fbb5eff32bbafb7e5ca8861d481286309bb62b50ddf7fbca202e50fd5f029de626cd45c8502f31fbe6fab5489fa656a2cd9ab7')
-
-build(){
-  cd deepin-editor-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  ninja
-}
-
-check() {
-  cd deepin-editor-$pkgver
-  ninja test
-}
-
-package() {
-  cd deepin-editor-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-editor/repos/community-x86_64/PKGBUILD (from rev 1180765, 
deepin-editor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-02 00:35:32 UTC (rev 1180766)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-editor
+pkgver=5.10.14
+pkgrel=1
+pkgdesc='Simple editor for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-editor;
+license=('GPL3')
+depends=('deepin-qt5integration' 'enca' 'kcodecs' 'polkit-qt5' 
'syntax-highlighting' 'libchardet' 'uchardet')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz;)
+sha512sums=('42a32366fe18e0d56aecbc0f004ffae843e6d741345c44f83b910407cdebea5892147a8113361da13cb9fe41f2d3351dd0ec643a34721368d0915ad2e044f4ec')
+
+build(){
+  cd deepin-editor-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  ninja
+}
+
+check() {
+  cd deepin-editor-$pkgver
+  # As of 5.10.14: test hangs
+  # ninja test
+}
+
+package() {
+  cd deepin-editor-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Saturday, April 2, 2022 @ 00:35:21
  Author: felixonmars
Revision: 1180765

upgpkg: deepin-editor 5.10.14-1

Modified:
  deepin-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 00:32:19 UTC (rev 1180764)
+++ PKGBUILD2022-04-02 00:35:21 UTC (rev 1180765)
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-editor
-pkgver=5.9.14
+pkgver=5.10.14
 pkgrel=1
 pkgdesc='Simple editor for Deepin'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-editor;
 license=('GPL3')
-depends=('deepin-qt5integration' 'enca' 'kcodecs' 'polkit-qt5' 
'syntax-highlighting' 'uchardet')
+depends=('deepin-qt5integration' 'enca' 'kcodecs' 'polkit-qt5' 
'syntax-highlighting' 'libchardet' 'uchardet')
 makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz;)
-sha512sums=('6209f591e5fdf5c5b280d20818fbb5eff32bbafb7e5ca8861d481286309bb62b50ddf7fbca202e50fd5f029de626cd45c8502f31fbe6fab5489fa656a2cd9ab7')
+sha512sums=('42a32366fe18e0d56aecbc0f004ffae843e6d741345c44f83b910407cdebea5892147a8113361da13cb9fe41f2d3351dd0ec643a34721368d0915ad2e044f4ec')
 
 build(){
   cd deepin-editor-$pkgver
@@ -21,7 +21,8 @@
 
 check() {
   cd deepin-editor-$pkgver
-  ninja test
+  # As of 5.10.14: test hangs
+  # ninja test
 }
 
 package() {



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Saturday, April 2, 2022 @ 00:32:19
  Author: felixonmars
Revision: 1180764

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
(from rev 1180763, deepin-qt5platform-plugins/trunk/PKGBUILD)
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch
(from rev 1180763, 
deepin-qt5platform-plugins/trunk/deepin-qt5platform-plugins-qt5.15.patch)
Deleted:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch

-+
 PKGBUILD|   76 -
 deepin-qt5platform-plugins-qt5.15.patch |  238 +++---
 2 files changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-02 00:32:06 UTC (rev 1180763)
+++ PKGBUILD2022-04-02 00:32:19 UTC (rev 1180764)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5platform-plugins
-pkgver=5.0.46
-pkgrel=3
-pkgdesc='Qt platform plugins for DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/qt5platform-plugins;
-license=('GPL3')
-provides=('deepin-qt5dxcb-plugin')
-conflicts=('deepin-qt5dxcb-plugin')
-replaces=('deepin-qt5dxcb-plugin')
-options=('debug')
-depends=('cairo' 'deepin-wayland' 'kwayland' 'qt5-x11extras')
-makedepends=('expac' 'qt5-xcb-private-headers' 'libglvnd' 'libxcb')
-groups=('deepin')
-source=("https://github.com/linuxdeepin/qt5platform-plugins/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('e7c4590d016a3b6c9666ac0b21d4465b04da218bff5779205da9f6ce7e067fb516cd213b4ff136cda048b556ec927239990f5983be5fdbf4cc4c8f9dd9dcca34')
-
-prepare() {
-  cd qt5platform-plugins-$pkgver
-
-  rm -r xcb/libqt5xcbqpa-dev wayland/qtwayland-dev
-
-  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' xcb/linux.pri
-  sed -i '/wayland/d' qt5platform-plugins.pro
-}
-
-build() {
-  cd qt5platform-plugins-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5platform-plugins-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD (from rev 
1180763, deepin-qt5platform-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-02 00:32:19 UTC (rev 1180764)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5platform-plugins
+pkgver=5.0.59
+pkgrel=1
+pkgdesc='Qt platform plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5platform-plugins;
+license=('GPL3')
+provides=('deepin-qt5dxcb-plugin')
+conflicts=('deepin-qt5dxcb-plugin')
+replaces=('deepin-qt5dxcb-plugin')
+options=('debug')
+depends=('cairo' 'deepin-wayland' 'kwayland' 'qt5-x11extras')
+makedepends=('expac' 'qt5-xcb-private-headers' 'libglvnd' 'libxcb')
+groups=('deepin')
+source=("https://github.com/linuxdeepin/qt5platform-plugins/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('32aceff95919bd6e18d5342916f486301f829f1a44e0004e77aa142ac950127bfea117a128929da1b7a563f77e2c67c513bdf605e1effa2f9fc7cad64c8e2ab9')
+
+prepare() {
+  cd qt5platform-plugins-$pkgver
+
+  rm -r xcb/libqt5xcbqpa-dev wayland/qtwayland-dev
+
+  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' xcb/linux.pri
+  sed -i '/wayland/d' qt5platform-plugins.pro
+}
+
+build() {
+  cd qt5platform-plugins-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5platform-plugins-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: deepin-qt5platform-plugins-qt5.15.patch
===
--- deepin-qt5platform-plugins-qt5.15.patch 2022-04-02 00:32:06 UTC (rev 
1180763)
+++ deepin-qt5platform-plugins-qt5.15.patch 2022-04-02 00:32:19 UTC (rev 
1180764)
@@ -1,119 +0,0 @@
-diff --git a/xcb/dplatformwindowhelper.cpp b/xcb/dplatformwindowhelper.cpp
-index de4478d..a85f14e 100644
 a/xcb/dplatformwindowhelper.cpp
-+++ b/xcb/dplatformwindowhelper.cpp
-@@ -35,6 +35,8 @@
- #include 
- #include 
- 
-+#include 
-+
- Q_DECLARE_METATYPE(QPainterPath)
- Q_DECLARE_METATYPE(QMargins)
- 
-@@ -511,10 +513,17 @@ bool DPlatformWindowHelper::setWindowModified(bool 
modified)
- return me()->m_frameWindow->handle()->setWindowModified(modified);
- }
- 
-+#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
- bool DPlatformWindowHelper::startSystemResize(const QPoint , Qt::Corner 
corner)
- {
- return me()->m_frameWindow->handle()->startSystemResize(pos, corner);
- }
-+#else
-+bool DPlatformWindowHelper::startSystemResize(Qt::Edges edges)
-+{
-+return me()->m_frameWindow->handle()->startSystemResize(edges);
-+}
-+#endif
- 
- void DPlatformWindowHelper::setFrameStrutEventsEnabled(bool enabled)
- {
-diff --git 

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

2022-04-01 Thread Felix Yan via arch-commits
Date: Saturday, April 2, 2022 @ 00:32:06
  Author: felixonmars
Revision: 1180763

upgpkg: deepin-qt5platform-plugins 5.0.59-1

Modified:
  deepin-qt5platform-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 00:28:02 UTC (rev 1180762)
+++ PKGBUILD2022-04-02 00:32:06 UTC (rev 1180763)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-qt5platform-plugins
-pkgver=5.0.46
-pkgrel=3
+pkgver=5.0.59
+pkgrel=1
 pkgdesc='Qt platform plugins for DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/qt5platform-plugins;
@@ -15,7 +15,7 @@
 makedepends=('expac' 'qt5-xcb-private-headers' 'libglvnd' 'libxcb')
 groups=('deepin')
 
source=("https://github.com/linuxdeepin/qt5platform-plugins/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('e7c4590d016a3b6c9666ac0b21d4465b04da218bff5779205da9f6ce7e067fb516cd213b4ff136cda048b556ec927239990f5983be5fdbf4cc4c8f9dd9dcca34')
+sha512sums=('32aceff95919bd6e18d5342916f486301f829f1a44e0004e77aa142ac950127bfea117a128929da1b7a563f77e2c67c513bdf605e1effa2f9fc7cad64c8e2ab9')
 
 prepare() {
   cd qt5platform-plugins-$pkgver



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

2022-04-01 Thread George Rawlinson via arch-commits
Date: Saturday, April 2, 2022 @ 00:28:02
  Author: grawlinson
Revision: 1180762

archrelease: copy trunk to community-x86_64

Added:
  dart-sass/repos/community-x86_64/PKGBUILD
(from rev 1180761, dart-sass/trunk/PKGBUILD)
Deleted:
  dart-sass/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-02 00:27:18 UTC (rev 1180761)
+++ PKGBUILD2022-04-02 00:28:02 UTC (rev 1180762)
@@ -1,51 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Thayne McCombs 
-
-pkgname=dart-sass
-pkgver=1.49.10
-pkgrel=1
-pkgdesc="Sass makes CSS fun again"
-arch=('x86_64')
-url='http://sass-lang.com/'
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'dart')
-options=('!strip')
-provides=('sass')
-conflicts=('ruby-sass')
-_commit='6652001f19710f96947ad02341d67e522a1739ac'
-source=("$pkgname::git+https://github.com/sass/dart-sass.git#commit=$_commit;)
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # fix version solving for a nonexistent version
-  sed \
--i pubspec.yaml \
--e 's/cli_pkg: ^2.1.0/cli_pkg: ^2.0.0/'
-
-  # download dependencies
-  pub get
-}
-
-build() {
-  cd "$pkgname"
-  dart compile exe -Dversion=$pkgver -o sass bin/sass.dart
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" sass
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: dart-sass/repos/community-x86_64/PKGBUILD (from rev 1180761, 
dart-sass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-02 00:28:02 UTC (rev 1180762)
@@ -0,0 +1,46 @@
+# Maintainer: George Rawlinson 
+# Contributor: Thayne McCombs 
+
+pkgname=dart-sass
+pkgver=1.49.11
+pkgrel=1
+pkgdesc="Sass makes CSS fun again"
+arch=('x86_64')
+url='http://sass-lang.com/'
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'dart')
+options=('!strip')
+provides=('sass')
+conflicts=('ruby-sass')
+_commit='d7d3f8faa2e78263cd096120422e202fdf955b10'
+source=("$pkgname::git+https://github.com/sass/dart-sass.git#commit=$_commit;)
+md5sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # download dependencies
+  pub get
+}
+
+build() {
+  cd "$pkgname"
+  dart compile exe -Dversion=$pkgver -o sass bin/sass.dart
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" sass
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



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

2022-04-01 Thread George Rawlinson via arch-commits
Date: Saturday, April 2, 2022 @ 00:27:18
  Author: grawlinson
Revision: 1180761

upgpkg: dart-sass 1.49.11-1

* New upstream release.
* Remove cli_pkg dependency fix.

Modified:
  dart-sass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 00:11:39 UTC (rev 1180760)
+++ PKGBUILD2022-04-02 00:27:18 UTC (rev 1180761)
@@ -2,7 +2,7 @@
 # Contributor: Thayne McCombs 
 
 pkgname=dart-sass
-pkgver=1.49.10
+pkgver=1.49.11
 pkgrel=1
 pkgdesc="Sass makes CSS fun again"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 options=('!strip')
 provides=('sass')
 conflicts=('ruby-sass')
-_commit='6652001f19710f96947ad02341d67e522a1739ac'
+_commit='d7d3f8faa2e78263cd096120422e202fdf955b10'
 source=("$pkgname::git+https://github.com/sass/dart-sass.git#commit=$_commit;)
 md5sums=('SKIP')
 
@@ -26,11 +26,6 @@
 prepare() {
   cd "$pkgname"
 
-  # fix version solving for a nonexistent version
-  sed \
--i pubspec.yaml \
--e 's/cli_pkg: ^2.1.0/cli_pkg: ^2.0.0/'
-
   # download dependencies
   pub get
 }



[arch-commits] Commit in golang-deepin-gir/repos/community-any (3 files)

2022-04-01 Thread Felix Yan via arch-commits
Date: Saturday, April 2, 2022 @ 00:11:39
  Author: felixonmars
Revision: 1180760

archrelease: copy trunk to community-any

Added:
  golang-deepin-gir/repos/community-any/PKGBUILD
(from rev 1180759, golang-deepin-gir/trunk/PKGBUILD)
Deleted:
  golang-deepin-gir/repos/community-any/PKGBUILD
  golang-deepin-gir/repos/community-any/glib-2.63.patch

-+
 PKGBUILD|  128 --
 glib-2.63.patch |   12 -
 2 files changed, 57 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-02 00:11:27 UTC (rev 1180759)
+++ PKGBUILD2022-04-02 00:11:39 UTC (rev 1180760)
@@ -1,71 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=golang-deepin-gir
-pkgver=2.0.2
-pkgrel=5
-pkgdesc='Generate static golang bindings for GObject'
-arch=('any')
-url="https://github.com/linuxdeepin/go-gir-generator;
-license=('GPL3')
-depends=('gtk3' 'libgudev')
-makedepends=('go' 'gobject-introspection')
-checkdepends=('golang-gopkg-check.v1')
-provides=('deepin-gir-generator')
-conflicts=('deepin-gir-generator')
-replaces=('deepin-gir-generator')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz;
-glib-2.63.patch
-
$pkgname-fix-return-type.patch::https://github.com/linuxdeepin/go-gir-generator/commit/847d94d4373ccbe13957da1c1849614fa6b787c7.patch)
-sha512sums=('1f1efed3299e2fc2eea75f22cf9b3d04ab75242c9bd1aa2fa42acdf90988d17cd16b4252da235df5dd3a7d82e8a85bfd35c441fa43a4cd7002510c56df4325e7'
-
'0cdf4e2251eb6c88f37cea12af8db9e2e7465bebb4636ce90c86cce994b5b9a82ff332964735ae8349d8a67e5146ff26a42802ce46f33def5c9452fe6eda92f3'
-
'cf6d4822abc57b56996bcb87671af793d1defb3eade2cf1e19a2e4c6b3292bf0ee25a977e1cc02675f04dc8e34955aa42959f1ac110e8088b755dd2efc594591')
-
-export GO111MODULE=off
-
-prepare() {
-  cd go-gir-generator-$pkgver
-  mkdir -p "$srcdir"/build/src/pkg.deepin.io
-
-  # Should be fixed upstream
-  mkdir -p out/src/pkg.deepin.io/gir/{glib-2.0,gobject-2.0,gio-2.0,gudev-1.0}
-
-  patch -p0 -i ../glib-2.63.patch
-
-  # https://github.com/linuxdeepin/go-gir-generator/issues/13
-  patch -p1 -i ../$pkgname-fix-return-type.patch
-
-  # https://github.com/linuxdeepin/developer-center/issues/955
-  sed -i "s/'Can'tFind'/“Can'tFind”/" lib.in/glib-2.0/keyfile_test.go
-}
-
-build() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd go-gir-generator-$pkgver
-  rm -r gogtk-demo
-  make
-
-  mv out/src/pkg.deepin.io/gir "$srcdir"/build/src/pkg.deepin.io/
-}
-
-check() {
-  # https://github.com/linuxdeepin/developer-center/issues/955
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  cd "$srcdir"/build/src/pkg.deepin.io/gir
-  go test -v $(go list ./...)
-
-  cd "$srcdir"/go-gir-generator-$pkgver
-  go run test/memory.go
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
-  cp -a "$srcdir"/build/src/pkg.deepin.io/gir 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/
-}

Copied: golang-deepin-gir/repos/community-any/PKGBUILD (from rev 1180759, 
golang-deepin-gir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-02 00:11:39 UTC (rev 1180760)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=golang-deepin-gir
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Generate static golang bindings for GObject'
+arch=('any')
+url="https://github.com/linuxdeepin/go-gir-generator;
+license=('GPL3')
+depends=('gtk3' 'libgudev')
+makedepends=('go' 'gobject-introspection')
+checkdepends=('golang-gopkg-check.v1')
+provides=('deepin-gir-generator')
+conflicts=('deepin-gir-generator')
+replaces=('deepin-gir-generator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz;)
+sha512sums=('249e2ed5748eef01b17e3ebba2ebe3567e201203bce2b75e1152eea9c1a35fa6bbb5b664098bae05b45d2ee1e482a5bfee83e0aa954613d27e3cfaebce46ddf4')
+
+export GO111MODULE=off
+
+prepare() {
+  mkdir -p build/src/github.com/linuxdeepin
+
+  # https://github.com/linuxdeepin/developer-center/issues/955
+  sed -i "s/'Can'tFind'/“Can'tFind”/" 
go-gir-generator-$pkgver/lib.in/glib-2.0/keyfile_test.go
+}
+
+build() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd go-gir-generator-$pkgver
+  rm -r gogtk-demo
+  make
+
+  mv 

[arch-commits] Commit in golang-deepin-gir/trunk (PKGBUILD glib-2.63.patch)

2022-04-01 Thread Felix Yan via arch-commits
Date: Saturday, April 2, 2022 @ 00:11:27
  Author: felixonmars
Revision: 1180759

upgpkg: golang-deepin-gir 2.1.0-1

Modified:
  golang-deepin-gir/trunk/PKGBUILD
Deleted:
  golang-deepin-gir/trunk/glib-2.63.patch

-+
 PKGBUILD|   34 ++
 glib-2.63.patch |   12 
 2 files changed, 10 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 00:01:59 UTC (rev 1180758)
+++ PKGBUILD2022-04-02 00:11:27 UTC (rev 1180759)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=golang-deepin-gir
-pkgver=2.0.2
-pkgrel=5
+pkgver=2.1.0
+pkgrel=1
 pkgdesc='Generate static golang bindings for GObject'
 arch=('any')
 url="https://github.com/linuxdeepin/go-gir-generator;
@@ -15,29 +15,16 @@
 provides=('deepin-gir-generator')
 conflicts=('deepin-gir-generator')
 replaces=('deepin-gir-generator')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz;
-glib-2.63.patch
-
$pkgname-fix-return-type.patch::https://github.com/linuxdeepin/go-gir-generator/commit/847d94d4373ccbe13957da1c1849614fa6b787c7.patch)
-sha512sums=('1f1efed3299e2fc2eea75f22cf9b3d04ab75242c9bd1aa2fa42acdf90988d17cd16b4252da235df5dd3a7d82e8a85bfd35c441fa43a4cd7002510c56df4325e7'
-
'0cdf4e2251eb6c88f37cea12af8db9e2e7465bebb4636ce90c86cce994b5b9a82ff332964735ae8349d8a67e5146ff26a42802ce46f33def5c9452fe6eda92f3'
-
'cf6d4822abc57b56996bcb87671af793d1defb3eade2cf1e19a2e4c6b3292bf0ee25a977e1cc02675f04dc8e34955aa42959f1ac110e8088b755dd2efc594591')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz;)
+sha512sums=('249e2ed5748eef01b17e3ebba2ebe3567e201203bce2b75e1152eea9c1a35fa6bbb5b664098bae05b45d2ee1e482a5bfee83e0aa954613d27e3cfaebce46ddf4')
 
 export GO111MODULE=off
 
 prepare() {
-  cd go-gir-generator-$pkgver
-  mkdir -p "$srcdir"/build/src/pkg.deepin.io
+  mkdir -p build/src/github.com/linuxdeepin
 
-  # Should be fixed upstream
-  mkdir -p out/src/pkg.deepin.io/gir/{glib-2.0,gobject-2.0,gio-2.0,gudev-1.0}
-
-  patch -p0 -i ../glib-2.63.patch
-
-  # https://github.com/linuxdeepin/go-gir-generator/issues/13
-  patch -p1 -i ../$pkgname-fix-return-type.patch
-
   # https://github.com/linuxdeepin/developer-center/issues/955
-  sed -i "s/'Can'tFind'/“Can'tFind”/" lib.in/glib-2.0/keyfile_test.go
+  sed -i "s/'Can'tFind'/“Can'tFind”/" 
go-gir-generator-$pkgver/lib.in/glib-2.0/keyfile_test.go
 }
 
 build() {
@@ -52,13 +39,12 @@
   rm -r gogtk-demo
   make
 
-  mv out/src/pkg.deepin.io/gir "$srcdir"/build/src/pkg.deepin.io/
+  mv out/src/github.com/linuxdeepin/go-gir 
"$srcdir"/build/src/github.com/linuxdeepin/
 }
 
 check() {
-  # https://github.com/linuxdeepin/developer-center/issues/955
   export GOPATH="$srcdir/build:/usr/share/gocode"
-  cd "$srcdir"/build/src/pkg.deepin.io/gir
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-gir
   go test -v $(go list ./...)
 
   cd "$srcdir"/go-gir-generator-$pkgver
@@ -66,6 +52,6 @@
 }
 
 package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
-  cp -a "$srcdir"/build/src/pkg.deepin.io/gir 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/
+  mkdir -p "$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin
+  cp -a "$srcdir"/build/src/github.com/linuxdeepin/go-gir 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/
 }

Deleted: glib-2.63.patch
===
--- glib-2.63.patch 2022-04-02 00:01:59 UTC (rev 1180758)
+++ glib-2.63.patch 2022-04-02 00:11:27 UTC (rev 1180759)
@@ -1,12 +0,0 @@
 lib.in/gio-2.0/config.json.orig2020-03-09 18:23:09.847076069 +0800
-+++ lib.in/gio-2.0/config.json 2020-03-09 18:23:15.253769410 +0800
-@@ -222,7 +222,8 @@
-   "launch_uris_as_manager_with_fds"
-   ],
-   "Cancellable": [
--  "connect"
-+  "connect",
-+  "source_new"
-   ],
-   "Application": [
-   "get_dbus_connection"



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Saturday, April 2, 2022 @ 00:01:59
  Author: felixonmars
Revision: 1180758

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-02 00:01:47 UTC (rev 1180757)
+++ PKGBUILD2022-04-02 00:01:59 UTC (rev 1180758)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=5.5.6
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory' 'xdg-user-dirs')
-makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('b4e5da7fcaa49a3e03bd3d27445336ebeecc1e00c963ea59374b21f12f0d74496d83c7a5bbfd7ea93a7279fc5272443a7262800e06e0fb30001f92db8d0cd1b6')
-
-prepare() {
-  cd dde-launcher-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
-}
-
-build() {
-  cd dde-launcher-$pkgver
-  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
-  ninja
-}
-
-check() {
-  cd dde-launcher-$pkgver
-  # ninja test
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 1180757, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-02 00:01:59 UTC (rev 1180758)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=5.5.11
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory' 'xdg-user-dirs')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('0d9caf46048ca7245add1f10f77bc6d17c0b00d2cdab067d6899b775284e7549646f276e8e546450caf9efe5b24b793e0c5da0e05b7e389c50999c2730363865')
+
+prepare() {
+  cd dde-launcher-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
+}
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
+  ninja
+}
+
+check() {
+  cd dde-launcher-$pkgver
+  # ninja test
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Saturday, April 2, 2022 @ 00:01:47
  Author: felixonmars
Revision: 1180757

upgpkg: deepin-launcher 5.5.11-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 00:00:06 UTC (rev 1180756)
+++ PKGBUILD2022-04-02 00:01:47 UTC (rev 1180757)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=5.5.6
+pkgver=5.5.11
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('b4e5da7fcaa49a3e03bd3d27445336ebeecc1e00c963ea59374b21f12f0d74496d83c7a5bbfd7ea93a7279fc5272443a7262800e06e0fb30001f92db8d0cd1b6')
+sha512sums=('0d9caf46048ca7245add1f10f77bc6d17c0b00d2cdab067d6899b775284e7549646f276e8e546450caf9efe5b24b793e0c5da0e05b7e389c50999c2730363865')
 
 prepare() {
   cd dde-launcher-$pkgver



[arch-commits] Commit in golang-deepin-lib/repos/community-any (PKGBUILD PKGBUILD)

2022-04-01 Thread Felix Yan via arch-commits
Date: Saturday, April 2, 2022 @ 00:00:06
  Author: felixonmars
Revision: 1180756

archrelease: copy trunk to community-any

Added:
  golang-deepin-lib/repos/community-any/PKGBUILD
(from rev 1180755, golang-deepin-lib/trunk/PKGBUILD)
Deleted:
  golang-deepin-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 23:59:54 UTC (rev 1180755)
+++ PKGBUILD2022-04-02 00:00:06 UTC (rev 1180756)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=golang-deepin-lib
-pkgver=5.7.35
-pkgrel=1
-pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
-arch=('any')
-url="https://github.com/linuxdeepin/go-lib;
-license=('GPL3')
-depends=('dbus' 'go' 'libpulse' 'gdk-pixbuf2' 'gdk-pixbuf-xlib' 
'mobile-broadband-provider-info'
- 'libx11' 'golang-gopkg-alecthomas-kingpin.v2' 'golang-deepin-gir'
- 'golang-github-linuxdeepin-go-x11-client' 'golang-golang-x-net' 
'golang-golang-x-image')
- # 'golang-github-cryptix-wav' not packaged yet, paused until our go 
packaging standards formed
-checkdepends=('iso-codes' 'golang-gopkg-check.v1' 'git') # git needed only for 
go get
-replaces=('deepin-go-lib')
-conflicts=('deepin-go-lib')
-provides=('deepin-go-lib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
-sha512sums=('0100e2d3fcf8442402ffaaa3a45570273bfc6499ce685beab677c5b8cbc055a1a41e74834061faebf86b3c3c3667eb3a492b55f9a6712da21c1331307fd710ea')
-
-export GO111MODULE=off
-
-prepare() {
-  cd go-lib-$pkgver
-  sed -i 's/int connect_timeout;/extern int connect_timeout;/' 
pulse/dde-pulse.h
-}
-
-check() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/pkg.deepin.io
-  cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
-  cd "$srcdir"/build/src/pkg.deepin.io/lib
-  # TODO: make packages for them
-  go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey 
github.com/mozillazg/go-pinyin gopkg.in/yaml.v3 github.com/godbus/dbus 
github.com/fsnotify/fsnotify
-  # TODO: figure out why pulse tests hang
-  # passwd: test needs to access /etc/passwd
-  # group & timer & log & dbus: build failed
-  # shell: TestEncode failed
-  go test -v $(go list ./... | grep -v -e lib/pulse -e lib/users/passwd -e 
lib/users/group -e lib/timer -e lib/log -e lib/dbus -e lib/shell)
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
-  cp -a "$srcdir"/go-lib-$pkgver 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
-
-  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
-}

Copied: golang-deepin-lib/repos/community-any/PKGBUILD (from rev 1180755, 
golang-deepin-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-02 00:00:06 UTC (rev 1180756)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+pkgname=golang-deepin-lib
+pkgver=5.8.4
+pkgrel=1
+pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
+arch=('any')
+url="https://github.com/linuxdeepin/go-lib;
+license=('GPL3')
+depends=('dbus' 'go' 'libpulse' 'alsa-lib' 'libcanberra' 'gdk-pixbuf2' 
'gdk-pixbuf-xlib'
+ 'mobile-broadband-provider-info' 'libx11' 
'golang-gopkg-alecthomas-kingpin.v2' 'golang-deepin-gir'
+ 'golang-github-linuxdeepin-go-x11-client' 'golang-golang-x-net' 
'golang-golang-x-image')
+ # 'golang-github-cryptix-wav' not packaged yet, paused until our go 
packaging standards formed
+checkdepends=('iso-codes' 'golang-gopkg-check.v1' 'git') # git needed only for 
go get
+replaces=('deepin-go-lib')
+conflicts=('deepin-go-lib')
+provides=('deepin-go-lib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
+sha512sums=('06ed72af61165fc1b4445d5effe4980d26bfd9dcb00d05b9a343a3bfe7a10cbf328b3ab18382e7aba0a5f67f7e5f1adbd0effa6c642b14b6be507d770ea797d0')
+
+export GO111MODULE=off
+
+prepare() {
+  cd go-lib-$pkgver
+  sed -i 's/int connect_timeout;/extern int connect_timeout;/' 
pulse/dde-pulse.h
+}
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/pkg.deepin.io
+  cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
+  cd "$srcdir"/build/src/pkg.deepin.io/lib
+  # TODO: make packages for them
+  go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey 
github.com/mozillazg/go-pinyin gopkg.in/yaml.v3 github.com/godbus/dbus 
github.com/fsnotify/fsnotify
+  # TODO: figure out why pulse tests hang
+  # passwd: test needs to access /etc/passwd
+  # group & timer & log & dbus: build failed
+  # shell: TestEncode failed
+  go test -v $(go 

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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:59:54
  Author: felixonmars
Revision: 1180755

upgpkg: golang-deepin-lib 5.8.4-1

Modified:
  golang-deepin-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 23:59:04 UTC (rev 1180754)
+++ PKGBUILD2022-04-01 23:59:54 UTC (rev 1180755)
@@ -1,14 +1,14 @@
 # Maintainer: Felix Yan 
 
 pkgname=golang-deepin-lib
-pkgver=5.7.35
+pkgver=5.8.4
 pkgrel=1
 pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
 arch=('any')
 url="https://github.com/linuxdeepin/go-lib;
 license=('GPL3')
-depends=('dbus' 'go' 'libpulse' 'gdk-pixbuf2' 'gdk-pixbuf-xlib' 
'mobile-broadband-provider-info'
- 'libx11' 'golang-gopkg-alecthomas-kingpin.v2' 'golang-deepin-gir'
+depends=('dbus' 'go' 'libpulse' 'alsa-lib' 'libcanberra' 'gdk-pixbuf2' 
'gdk-pixbuf-xlib'
+ 'mobile-broadband-provider-info' 'libx11' 
'golang-gopkg-alecthomas-kingpin.v2' 'golang-deepin-gir'
  'golang-github-linuxdeepin-go-x11-client' 'golang-golang-x-net' 
'golang-golang-x-image')
  # 'golang-github-cryptix-wav' not packaged yet, paused until our go 
packaging standards formed
 checkdepends=('iso-codes' 'golang-gopkg-check.v1' 'git') # git needed only for 
go get
@@ -16,7 +16,7 @@
 conflicts=('deepin-go-lib')
 provides=('deepin-go-lib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
-sha512sums=('0100e2d3fcf8442402ffaaa3a45570273bfc6499ce685beab677c5b8cbc055a1a41e74834061faebf86b3c3c3667eb3a492b55f9a6712da21c1331307fd710ea')
+sha512sums=('06ed72af61165fc1b4445d5effe4980d26bfd9dcb00d05b9a343a3bfe7a10cbf328b3ab18382e7aba0a5f67f7e5f1adbd0effa6c642b14b6be507d770ea797d0')
 
 export GO111MODULE=off
 



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:59:04
  Author: felixonmars
Revision: 1180754

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 23:58:51 UTC (rev 1180753)
+++ PKGBUILD2022-04-01 23:59:04 UTC (rev 1180754)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5integration
-pkgver=5.5.17
-pkgrel=3
-pkgdesc='Qt platform theme integration plugins for DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/qt5integration;
-license=('GPL3')
-options=('debug')
-depends=('dtkwidget' 'libqtxdg' 'deepin-qt5platform-plugins')
-makedepends=('xcb-util-renderutil' 'deepin-file-manager' 'gtest')
-groups=('deepin')
-source=("https://github.com/linuxdeepin/qt5integration/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('3aadb03a333106015b4bf69cc72de7656301d11b80f5778b9b3133364306ab198eaaa638b6cb26ff82a8776f6886ad27a14cc3489cf125ab9156b55bf08b91d0')
-
-build() {
-  cd qt5integration-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make -j1
-}
-
-package() {
-  cd qt5integration-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5integration/repos/community-x86_64/PKGBUILD (from rev 
1180753, deepin-qt5integration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 23:59:04 UTC (rev 1180754)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=5.5.20
+pkgrel=1
+pkgdesc='Qt platform theme integration plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5integration;
+license=('GPL3')
+options=('debug')
+depends=('dtkwidget' 'libqtxdg' 'deepin-qt5platform-plugins')
+makedepends=('xcb-util-renderutil' 'deepin-file-manager' 'gtest')
+groups=('deepin')
+source=("https://github.com/linuxdeepin/qt5integration/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('6f7a309475eff0a268466f2425bdac0851919b8fe83431451eb5629b0555ace42534986202455fa11e2b76f53f679553694e318f8bcdeea1f775ebd4850c39e1')
+
+build() {
+  cd qt5integration-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make -j1
+}
+
+package() {
+  cd qt5integration-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:58:51
  Author: felixonmars
Revision: 1180753

upgpkg: deepin-qt5integration 5.5.20-1

Modified:
  deepin-qt5integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 23:56:42 UTC (rev 1180752)
+++ PKGBUILD2022-04-01 23:58:51 UTC (rev 1180753)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-qt5integration
-pkgver=5.5.17
-pkgrel=3
+pkgver=5.5.20
+pkgrel=1
 pkgdesc='Qt platform theme integration plugins for DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/qt5integration;
@@ -12,7 +12,7 @@
 makedepends=('xcb-util-renderutil' 'deepin-file-manager' 'gtest')
 groups=('deepin')
 
source=("https://github.com/linuxdeepin/qt5integration/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('3aadb03a333106015b4bf69cc72de7656301d11b80f5778b9b3133364306ab198eaaa638b6cb26ff82a8776f6886ad27a14cc3489cf125ab9156b55bf08b91d0')
+sha512sums=('6f7a309475eff0a268466f2425bdac0851919b8fe83431451eb5629b0555ace42534986202455fa11e2b76f53f679553694e318f8bcdeea1f775ebd4850c39e1')
 
 build() {
   cd qt5integration-$pkgver



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:55:58
  Author: felixonmars
Revision: 1180749

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 1180748, cryptol/trunk/PKGBUILD)
  cryptol/repos/community-staging-x86_64/ghc9.patch
(from rev 1180748, cryptol/trunk/ghc9.patch)

+
 PKGBUILD   |   51 +++
 ghc9.patch |  809 +++
 2 files changed, 860 insertions(+)

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 1180748, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-01 23:55:58 UTC (rev 1180749)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.12.0
+pkgrel=53
+pkgdesc="The Language of Cryptography"
+url="https://www.cryptol.net;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-arithmoi' 'haskell-async' 
'haskell-base-compat' 'haskell-bv-sized'
+ 'haskell-cryptohash-sha1' 'haskell-extra' 'haskell-gitrev'
+ 'haskell-graphscc' 'haskell-heredoc' 'haskell-libbf' 
'haskell-memotrie'
+ 'haskell-monad-control' 'haskell-monadlib' 
'haskell-optparse-applicative'
+ 'haskell-parameterized-utils' 'haskell-panic' 'haskell-prettyprinter' 
'haskell-sbv'
+ 'haskell-simple-smt' 'haskell-strict' 'haskell-temporary' 
'haskell-tf-random'
+ 'haskell-transformers-base' 'haskell-what4' 'haskell-ansi-terminal' 
'haskell-blaze-html')
+makedepends=('ghc' 'uusi' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;
+ghc9.patch)
+sha512sums=('3e7a58de47e5ae1fdc5067b2bcca66c04ee06c71e84f890104b64c59d1cd125667a23f537c3afd0503c059c97f5d168e6afa0df4fdc6c1e9448aae434e616bc8'
+
'f41afa8f65b01aaa5fc92a6433ed09ae85e86f58cb86e64b72de7e6765b32835974cb998305235d5c1ed8ff1112595f61400e16bd2ffd16c578c0c499d02486b')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../ghc9.patch
+uusi -u base-compat -u sbv $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-static -f-relocatable --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 "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Copied: cryptol/repos/community-staging-x86_64/ghc9.patch (from rev 1180748, 
cryptol/trunk/ghc9.patch)
===
--- community-staging-x86_64/ghc9.patch (rev 0)
+++ community-staging-x86_64/ghc9.patch 2022-04-01 23:55:58 UTC (rev 1180749)
@@ -0,0 +1,809 @@
+From 889bfd65116b8817bd97b18e8a1e66db57c135cf Mon Sep 17 00:00:00 2001
+From: Rob Dockins 
+Date: Wed, 14 Jul 2021 22:44:53 -0700
+Subject: [PATCH 1/2] First take at GHC 9.* compatibility.
+
+There's a lot here that can be cleaned up, and we need
+some backward compatiblity layer, but this is just a first
+try.
+
+Something in the PrimeEC module is causing hard crashes
+during the test suite, so I'll have to figure out what's
+going on there.
+---
+ cryptol-remote-api/cryptol-remote-api.cabal |   7 +-
+ cryptol.cabal   |   5 +-
+ cryptol/OptParser.hs|   1 -
+ src/Cryptol/Backend/Concrete.hs |  13 +-
+ src/Cryptol/Backend/SBV.hs  |   9 +-
+ src/Cryptol/Backend/What4.hs|   9 +-
+ src/Cryptol/Eval/Concrete.hs|   4 +-
+ src/Cryptol/Eval/Reference.lhs  |  10 +-
+ src/Cryptol/ModuleSystem/Name.hs|   4 +-
+ src/Cryptol/PrimeEC.hs  | 259 
+ src/Cryptol/TypeCheck/Solver/Numeric.hs |   8 +-
+ 11 files changed, 138 insertions(+), 191 deletions(-)
+
+diff --git a/cryptol.cabal b/cryptol.cabal
+index c140f87dd..b6e31f471 100644
+--- a/cryptol.cabal
 b/cryptol.cabal
+@@ -56,7 +56,8 @@ library
+ghc-prim,
+  

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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:55:47
  Author: felixonmars
Revision: 1180748

upgpkg: cryptol 2.12.0-53: rebuild with config-value 0.8.2.1

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 23:55:16 UTC (rev 1180747)
+++ PKGBUILD2022-04-01 23:55:47 UTC (rev 1180748)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.12.0
-pkgrel=52
+pkgrel=53
 pkgdesc="The Language of Cryptography"
 url="https://www.cryptol.net;
 license=("BSD")



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:55:16
  Author: felixonmars
Revision: 1180747

archrelease: copy trunk to community-x86_64

Added:
  dtkwidget/repos/community-x86_64/PKGBUILD
(from rev 1180746, dtkwidget/trunk/PKGBUILD)
Deleted:
  dtkwidget/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 23:55:03 UTC (rev 1180746)
+++ PKGBUILD2022-04-01 23:55:16 UTC (rev 1180747)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkwidget
-pkgver=5.5.37
-pkgrel=3
-pkgdesc='Deepin graphical user interface library'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkwidget;
-license=('LGPL3')
-options=('debug')
-depends=('deepin-qt-dbus-factory' 'dtkcore' 'dtkgui' 'librsvg' 
'qt5-multimedia' 'qt5-svg'
- 'qt5-x11extras' 'startup-notification')
-makedepends=('qt5-tools' 'gtest')
-replaces=('deepin-tool-kit')
-conflicts=('deepin-tool-kit<0.3.4')
-source=("https://github.com/linuxdeepin/dtkwidget/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('d347ec3cb91688d972c2c1a8b64caeae40202201ef8f81a1e39baca71c6177af470b87d503bc8d49842aac295ff86f6cf5d31831c8a998bd26702a0f681c9b60')
-
-build() {
-  cd dtkwidget-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwidget-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwidget/repos/community-x86_64/PKGBUILD (from rev 1180746, 
dtkwidget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 23:55:16 UTC (rev 1180747)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=5.5.41
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkwidget;
+license=('LGPL3')
+options=('debug')
+depends=('deepin-qt-dbus-factory' 'dtkcore' 'dtkgui' 'librsvg' 
'qt5-multimedia' 'qt5-svg'
+ 'qt5-x11extras' 'startup-notification')
+makedepends=('qt5-tools' 'gtest')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("https://github.com/linuxdeepin/dtkwidget/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('88f338b3d7f13a251c6b17a480ab02f2c58aa256123f1962d5fb28110e0b258f6d4c65dbd6a4c8f81c63e6860d73e26c83c0287588a8190a4869ebfe9dcfc521')
+
+build() {
+  cd dtkwidget-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:55:03
  Author: felixonmars
Revision: 1180746

upgpkg: dtkwidget 5.5.41-1

Modified:
  dtkwidget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 23:51:15 UTC (rev 1180745)
+++ PKGBUILD2022-04-01 23:55:03 UTC (rev 1180746)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtkwidget
-pkgver=5.5.37
-pkgrel=3
+pkgver=5.5.41
+pkgrel=1
 pkgdesc='Deepin graphical user interface library'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkwidget;
@@ -16,7 +16,7 @@
 replaces=('deepin-tool-kit')
 conflicts=('deepin-tool-kit<0.3.4')
 
source=("https://github.com/linuxdeepin/dtkwidget/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('d347ec3cb91688d972c2c1a8b64caeae40202201ef8f81a1e39baca71c6177af470b87d503bc8d49842aac295ff86f6cf5d31831c8a998bd26702a0f681c9b60')
+sha512sums=('88f338b3d7f13a251c6b17a480ab02f2c58aa256123f1962d5fb28110e0b258f6d4c65dbd6a4c8f81c63e6860d73e26c83c0287588a8190a4869ebfe9dcfc521')
 
 build() {
   cd dtkwidget-$pkgver



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:51:15
  Author: felixonmars
Revision: 1180745

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-what4/repos/community-staging-x86_64/
  haskell-what4/repos/community-staging-x86_64/PKGBUILD
(from rev 1180744, haskell-what4/trunk/PKGBUILD)
  haskell-what4/repos/community-staging-x86_64/hashable-1.4.patch
(from rev 1180744, haskell-what4/trunk/hashable-1.4.patch)

+
 PKGBUILD   |   62 +++
 hashable-1.4.patch |  266 +++
 2 files changed, 328 insertions(+)

Copied: haskell-what4/repos/community-staging-x86_64/PKGBUILD (from rev 
1180744, haskell-what4/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-01 23:51:15 UTC (rev 1180745)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+
+_hkgname=what4
+pkgname=haskell-what4
+pkgver=1.2.1
+pkgrel=115
+pkgdesc="Solver-agnostic symbolic values support for issuing queries"
+url="https://github.com/GaloisInc/what4;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-bimap' 'haskell-bifunctors' 
'haskell-bv-sized'
+ 'haskell-config-value' 'haskell-deriving-compat' 
'haskell-data-binary-ieee754'
+ 'haskell-extra' 'haskell-fingertree' 'haskell-hashable' 
'haskell-hashtables'
+ 'haskell-io-streams' 'haskell-lens' 'haskell-libbf' 'haskell-panic'
+ 'haskell-parameterized-utils' 'haskell-prettyprinter' 
'haskell-scientific'
+ 'haskell-temporary' 'haskell-th-abstraction' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 
'haskell-versions'
+ 'haskell-zenc')
+makedepends=('ghc' 'uusi' 'haskell-contravariant' 'haskell-hedgehog' 
'haskell-lumberjack'
+ 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-checklist'
+ 'haskell-tasty-hedgehog' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-sugar')
+checkdepends=('cvc4' 'yices' 'z3')
+optdepends=('cvc4' 'yices' 'z3')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
+hashable-1.4.patch)
+sha512sums=('494e030c0302997205bf4ac3cbd877cd107b22cc3dcb1ca64a075434f95c0a993a82ac27ad5098e616a2f72f8cb9d6234d41a2c5e0335eb874953963281d1318'
+
'2f048d498c9edc7f51a95759bc2ff9099339ec7df37ad1b7ec5cebf4e24b538ce76bef802620e92ae84887712eaf05e5d601c919464381544a92ce24cd8ce2fc')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p2 -i ../hashable-1.4.patch
+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
+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
+}

Copied: haskell-what4/repos/community-staging-x86_64/hashable-1.4.patch (from 
rev 1180744, haskell-what4/trunk/hashable-1.4.patch)
===
--- community-staging-x86_64/hashable-1.4.patch (rev 0)
+++ community-staging-x86_64/hashable-1.4.patch 2022-04-01 23:51:15 UTC (rev 
1180745)
@@ -0,0 +1,266 @@
+From 3db89da15cc36a4e7be8860d630261a63e62bea1 Mon Sep 17 00:00:00 2001
+From: Ryan Scott 
+Date: Wed, 5 Jan 2022 10:54:14 -0600
+Subject: [PATCH] Allow building with hashable-1.4.*
+
+This was prompted by GaloisInc/parameterized-utils#126, but the changes needed
+on `what4`'s end can be applied independently.
+---
+ what4/CHANGES.md| 11 +++
+ what4/src/What4/BaseTypes.hs|  6 ++
+ what4/src/What4/Expr/App.hs |  5 -
+ what4/src/What4/Expr/ArrayUpdateMap.hs  |  2 +-
+ what4/src/What4/Expr/BoolMap.hs |  2 +-
+ what4/src/What4/Expr/MATLAB.hs  |  4 
+ what4/src/What4/Expr/StringSeq.hs   |  2 +-
+ what4/src/What4/Expr/UnaryBV.hs 

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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:51:03
  Author: felixonmars
Revision: 1180744

upgpkg: haskell-what4 1.2.1-115: rebuild with config-value 0.8.2.1

Modified:
  haskell-what4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 23:50:55 UTC (rev 1180743)
+++ PKGBUILD2022-04-01 23:51:03 UTC (rev 1180744)
@@ -3,7 +3,7 @@
 _hkgname=what4
 pkgname=haskell-what4
 pkgver=1.2.1
-pkgrel=114
+pkgrel=115
 pkgdesc="Solver-agnostic symbolic values support for issuing queries"
 url="https://github.com/GaloisInc/what4;
 license=('BSD')



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:50:55
  Author: felixonmars
Revision: 1180743

archrelease: copy trunk to community-x86_64

Added:
  dtkgui/repos/community-x86_64/PKGBUILD
(from rev 1180742, dtkgui/trunk/PKGBUILD)
Deleted:
  dtkgui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 23:50:44 UTC (rev 1180742)
+++ PKGBUILD2022-04-01 23:50:55 UTC (rev 1180743)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=dtkgui
-pkgver=5.5.21
-pkgrel=3
-pkgdesc='Deepin Toolkit, gui module for DDE look and feel'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkgui;
-license=('LGPL3')
-options=('debug')
-depends=('dtkcore' 'librsvg' 'qt5-x11extras')
-makedepends=('qt5-tools' 'gtest')
-source=("https://github.com/linuxdeepin/dtkgui/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('933fc89644e0d8256d237f73290613a7f067ed8c1c3ebf154a20224e1d893fea512a70c555a007a379673035d0f3e6d265395a0e08e7a48016d71f1f1d505743')
-
-build() {
-  cd dtkgui-$pkgver
-  qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib
-  make
-}
-
-package() {
-  cd dtkgui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkgui/repos/community-x86_64/PKGBUILD (from rev 1180742, 
dtkgui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 23:50:55 UTC (rev 1180743)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=dtkgui
+pkgver=5.5.22
+pkgrel=1
+pkgdesc='Deepin Toolkit, gui module for DDE look and feel'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkgui;
+license=('LGPL3')
+options=('debug')
+depends=('dtkcore' 'librsvg' 'qt5-x11extras')
+makedepends=('qt5-tools' 'gtest')
+source=("https://github.com/linuxdeepin/dtkgui/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('756b3c41618c052585679de4d8b747851a06473b5459e58815b0deb9087d23181ab0b0ab0d38f1aa286ef86c95f5f4b0891873e31e3833266d3dd23054971c81')
+
+build() {
+  cd dtkgui-$pkgver
+  qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib
+  make
+}
+
+package() {
+  cd dtkgui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:50:44
  Author: felixonmars
Revision: 1180742

upgpkg: dtkgui 5.5.22-1

Modified:
  dtkgui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 23:44:54 UTC (rev 1180741)
+++ PKGBUILD2022-04-01 23:50:44 UTC (rev 1180742)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=dtkgui
-pkgver=5.5.21
-pkgrel=3
+pkgver=5.5.22
+pkgrel=1
 pkgdesc='Deepin Toolkit, gui module for DDE look and feel'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkgui;
@@ -11,7 +11,7 @@
 depends=('dtkcore' 'librsvg' 'qt5-x11extras')
 makedepends=('qt5-tools' 'gtest')
 
source=("https://github.com/linuxdeepin/dtkgui/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('933fc89644e0d8256d237f73290613a7f067ed8c1c3ebf154a20224e1d893fea512a70c555a007a379673035d0f3e6d265395a0e08e7a48016d71f1f1d505743')
+sha512sums=('756b3c41618c052585679de4d8b747851a06473b5459e58815b0deb9087d23181ab0b0ab0d38f1aa286ef86c95f5f4b0891873e31e3833266d3dd23054971c81')
 
 build() {
   cd dtkgui-$pkgver



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:44:54
  Author: felixonmars
Revision: 1180741

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 23:44:43 UTC (rev 1180740)
+++ PKGBUILD2022-04-01 23:44:54 UTC (rev 1180741)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkcore
-pkgver=5.5.23
-pkgrel=2
-epoch=1
-pkgdesc='DTK core modules'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkcore;
-license=('LGPL3')
-options=('debug')
-depends=('dtkcommon' 'deepin-desktop-base' 'python' 'gsettings-qt' 'lshw')
-makedepends=('qt5-tools' 'gtest')
-source=("https://github.com/linuxdeepin/dtkcore/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('176df754cb74b41c20963cf28dd6b857be9bfd266e440b4ecbf42553c6b389dea561874cd0e41685695ecbb5454667b93bd1eb0b9a0073b335baf896c8a2811e')
-
-build() {
-  cd dtkcore-$pkgver
-  qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib
-  make
-}
-
-package() {
-  cd dtkcore-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkcore/repos/community-x86_64/PKGBUILD (from rev 1180740, 
dtkcore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 23:44:54 UTC (rev 1180741)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkcore
+pkgver=5.5.27
+pkgrel=1
+epoch=1
+pkgdesc='DTK core modules'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkcore;
+license=('LGPL3')
+options=('debug')
+depends=('dtkcommon' 'deepin-desktop-base' 'python' 'gsettings-qt' 'lshw')
+makedepends=('qt5-tools' 'gtest')
+source=("https://github.com/linuxdeepin/dtkcore/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('dbca76f1c47c058c56c8edb3137ebe31c0f414a064ed8c82499cda2563eedad889d6b773d5a75f7b6a67e6919682504470f4b07daee13c86a5b8dcd7ebf93425')
+
+build() {
+  cd dtkcore-$pkgver
+  qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib
+  make
+}
+
+package() {
+  cd dtkcore-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:44:43
  Author: felixonmars
Revision: 1180740

upgpkg: dtkcore 1:5.5.27-1

Modified:
  dtkcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 23:43:10 UTC (rev 1180739)
+++ PKGBUILD2022-04-01 23:44:43 UTC (rev 1180740)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtkcore
-pkgver=5.5.23
-pkgrel=2
+pkgver=5.5.27
+pkgrel=1
 epoch=1
 pkgdesc='DTK core modules'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('dtkcommon' 'deepin-desktop-base' 'python' 'gsettings-qt' 'lshw')
 makedepends=('qt5-tools' 'gtest')
 
source=("https://github.com/linuxdeepin/dtkcore/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('176df754cb74b41c20963cf28dd6b857be9bfd266e440b4ecbf42553c6b389dea561874cd0e41685695ecbb5454667b93bd1eb0b9a0073b335baf896c8a2811e')
+sha512sums=('dbca76f1c47c058c56c8edb3137ebe31c0f414a064ed8c82499cda2563eedad889d6b773d5a75f7b6a67e6919682504470f4b07daee13c86a5b8dcd7ebf93425')
 
 build() {
   cd dtkcore-$pkgver



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:43:10
  Author: felixonmars
Revision: 1180739

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-config-value/repos/community-staging-x86_64/
  haskell-config-value/repos/community-staging-x86_64/PKGBUILD
(from rev 1180738, haskell-config-value/trunk/PKGBUILD)

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

Copied: haskell-config-value/repos/community-staging-x86_64/PKGBUILD (from rev 
1180738, haskell-config-value/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-01 23:43:10 UTC (rev 1180739)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=config-value
+pkgname=haskell-config-value
+pkgver=0.8.2.1
+pkgrel=1
+pkgdesc="Simple, layout-based value language similar to YAML or JSON"
+url="https://github.com/glguy/config-value;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'alex' 'happy')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('f3fcca94a86dd0cba3a2e72de55088eff4b7747ea48ba55eca62224c788113cf')
+
+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-config-value/trunk (PKGBUILD)

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:42:58
  Author: felixonmars
Revision: 1180738

upgpkg: haskell-config-value 0.8.2.1-1: rebuild with config-value 0.8.2.1

Modified:
  haskell-config-value/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 23:41:25 UTC (rev 1180737)
+++ PKGBUILD2022-04-01 23:42:58 UTC (rev 1180738)
@@ -2,8 +2,8 @@
 
 _hkgname=config-value
 pkgname=haskell-config-value
-pkgver=0.8.2
-pkgrel=2
+pkgver=0.8.2.1
+pkgrel=1
 pkgdesc="Simple, layout-based value language similar to YAML or JSON"
 url="https://github.com/glguy/config-value;
 license=("MIT")
@@ -11,13 +11,13 @@
 depends=('ghc-libs')
 makedepends=('ghc' 'alex' 'happy')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha256sums=('b3b17262f88d341f45dfd4a46512f45da2e5e7ad0b953896d98a4f5f4721def9')
+sha256sums=('f3fcca94a86dd0cba3a2e72de55088eff4b7747ea48ba55eca62224c788113cf')
 
 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 \
+--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'



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:41:25
  Author: felixonmars
Revision: 1180737

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 23:41:14 UTC (rev 1180736)
+++ PKGBUILD2022-04-01 23:41:25 UTC (rev 1180737)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-cppy
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A collection of C++ headers which make it easier to write Python C 
extension modules"
-url="https://github.com/nucleic/cppy;
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest')
-source=("https://github.com/nucleic/cppy/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('6a7c67094784a954794f1c665ff3bbba2d597e2f1f202196203ad883a10aea11d972771ff6d22b0b244ecee274bf10a989624815aeb527cff6a5463889b761db')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd cppy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cppy-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd cppy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-cppy/repos/community-any/PKGBUILD (from rev 1180736, 
python-cppy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 23:41:25 UTC (rev 1180737)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-cppy
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A collection of C++ headers which make it easier to write Python C 
extension modules"
+url="https://github.com/nucleic/cppy;
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest')
+source=("https://github.com/nucleic/cppy/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('f6493830a8a66f52fff7c592db9d255fd7178ba320faee6a96258f29b6f299ffeca83f001650390b05c1037eb1350b0bd4da701d77a7bcb1a1babc108b7b8f97')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd cppy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cppy-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd cppy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:41:14
  Author: felixonmars
Revision: 1180736

upgpkg: python-cppy 1.2.1-1

Modified:
  python-cppy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 23:40:41 UTC (rev 1180735)
+++ PKGBUILD2022-04-01 23:41:14 UTC (rev 1180736)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-cppy
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="A collection of C++ headers which make it easier to write Python C 
extension modules"
 url="https://github.com/nucleic/cppy;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest')
 
source=("https://github.com/nucleic/cppy/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('6a7c67094784a954794f1c665ff3bbba2d597e2f1f202196203ad883a10aea11d972771ff6d22b0b244ecee274bf10a989624815aeb527cff6a5463889b761db')
+sha512sums=('f6493830a8a66f52fff7c592db9d255fd7178ba320faee6a96258f29b6f299ffeca83f001650390b05c1037eb1350b0bd4da701d77a7bcb1a1babc108b7b8f97')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:40:41
  Author: felixonmars
Revision: 1180735

archrelease: copy trunk to community-any

Added:
  dtkcommon/repos/community-any/PKGBUILD
(from rev 1180734, dtkcommon/trunk/PKGBUILD)
Deleted:
  dtkcommon/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 23:40:29 UTC (rev 1180734)
+++ PKGBUILD2022-04-01 23:40:41 UTC (rev 1180735)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=dtkcommon
-pkgver=5.5.20
-pkgrel=1
-pkgdesc='DTK common files'
-arch=('any')
-url="https://github.com/linuxdeepin/dtkcommon;
-license=('LGPL3')
-depends=('dconf')
-makedepends=('qt5-tools')
-source=("https://github.com/linuxdeepin/dtkcommon/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('92375acb25f09aca1f99cea36de368aeba8c4911e181bd77fc8100d3c6eab8771aeb042c99a77112577497be37ae316ed7963a464f2ac291ba5b8e99965e7ff6')
-
-prepare() {
-  cd dtkcommon-$pkgver
-  sed -i 's|qt5/mkspecs|qt/mkspecs|;s|/etc/dbus-1|/usr/share/dbus-1|' 
dtkcommon.pro
-}
-
-build() {
-  cd dtkcommon-$pkgver
-  qmake-qt5 PREFIX=/usr VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib
-  make
-}
-
-package() {
-  cd dtkcommon-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkcommon/repos/community-any/PKGBUILD (from rev 1180734, 
dtkcommon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 23:40:41 UTC (rev 1180735)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=dtkcommon
+pkgver=5.5.21
+pkgrel=1
+pkgdesc='DTK common files'
+arch=('any')
+url="https://github.com/linuxdeepin/dtkcommon;
+license=('LGPL3')
+depends=('dconf')
+makedepends=('qt5-tools')
+source=("https://github.com/linuxdeepin/dtkcommon/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('5413196c0ceeb7510d4d26394c8e6796c8d173e3664eb2e7bb53fb9950fc384caa08e9452f5e71bf4cee87cb7f793e9a5e638ec30333cbbb7fdaa4f2cfc46d12')
+
+prepare() {
+  cd dtkcommon-$pkgver
+  sed -i 's|qt5/mkspecs|qt/mkspecs|;s|/etc/dbus-1|/usr/share/dbus-1|' 
dtkcommon.pro
+}
+
+build() {
+  cd dtkcommon-$pkgver
+  qmake-qt5 PREFIX=/usr VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib
+  make
+}
+
+package() {
+  cd dtkcommon-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-04-01 Thread Felix Yan via arch-commits
Date: Friday, April 1, 2022 @ 23:40:29
  Author: felixonmars
Revision: 1180734

upgpkg: dtkcommon 5.5.21-1

Modified:
  dtkcommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 23:20:17 UTC (rev 1180733)
+++ PKGBUILD2022-04-01 23:40:29 UTC (rev 1180734)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=dtkcommon
-pkgver=5.5.20
+pkgver=5.5.21
 pkgrel=1
 pkgdesc='DTK common files'
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('dconf')
 makedepends=('qt5-tools')
 
source=("https://github.com/linuxdeepin/dtkcommon/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('92375acb25f09aca1f99cea36de368aeba8c4911e181bd77fc8100d3c6eab8771aeb042c99a77112577497be37ae316ed7963a464f2ac291ba5b8e99965e7ff6')
+sha512sums=('5413196c0ceeb7510d4d26394c8e6796c8d173e3664eb2e7bb53fb9950fc384caa08e9452f5e71bf4cee87cb7f793e9a5e638ec30333cbbb7fdaa4f2cfc46d12')
 
 prepare() {
   cd dtkcommon-$pkgver



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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 23:20:17
  Author: anthraxx
Revision: 1180733

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 23:20:13 UTC (rev 1180732)
+++ PKGBUILD2022-04-01 23:20:17 UTC (rev 1180733)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Angel Velasquez 
-# Contributor: Sébastien Luttringer 
-
-pkgname=python-sqlalchemy
-pkgver=1.4.32
-pkgrel=1
-arch=('x86_64')
-url="https://www.sqlalchemy.org/;
-license=('MIT')
-pkgdesc='Python SQL toolkit and Object Relational Mapper'
-depends=('python' 'python-greenlet')
-optdepends=('python-psycopg2: connect to PostgreSQL database')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-mock')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('e9bc125cb531182c97c9588bc7b87028ec334efe63d81d0bee0e7f74b0ce88ac183236298a05cdac42f3a0241b543528bf6f225d199e4bf6d8199caca63581bd'
-'SKIP')
-
-prepare() {
-  sed -i '/warnings.filterwarnings("error", category=DeprecationWarning)/a \   
 warnings.filterwarnings("ignore", category=DeprecationWarning, 
message="Creating a LegacyVersion has been deprecated and will be removed in 
the next major release")' \
-  SQLAlchemy-$pkgver/lib/sqlalchemy/testing/warnings.py
-}
-
-build() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd SQLAlchemy-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-x86_64/PKGBUILD (from rev 1180732, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 23:20:17 UTC (rev 1180733)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Angel Velasquez 
+# Contributor: Sébastien Luttringer 
+
+pkgname=python-sqlalchemy
+pkgver=1.4.34
+pkgrel=1
+arch=('x86_64')
+url="https://www.sqlalchemy.org/;
+license=('MIT')
+pkgdesc='Python SQL toolkit and Object Relational Mapper'
+depends=('python' 'python-greenlet')
+optdepends=('python-psycopg2: connect to PostgreSQL database')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-mock')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+sha512sums=('c3158dc2c52dd865d98b84ce4cf0adde38300504d5f5ff61f953927baf8f2264d53255f6e83e2ce2f720529f1e8b3e57e684d56a57fd6a0881bd4f1ba10b373f'
+'SKIP')
+
+prepare() {
+  sed -i '/warnings.filterwarnings("error", category=DeprecationWarning)/a \   
 warnings.filterwarnings("ignore", category=DeprecationWarning, 
message="Creating a LegacyVersion has been deprecated and will be removed in 
the next major release")' \
+  SQLAlchemy-$pkgver/lib/sqlalchemy/testing/warnings.py
+}
+
+build() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd SQLAlchemy-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:



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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 23:20:13
  Author: anthraxx
Revision: 1180732

upgpkg: python-sqlalchemy 1.4.34-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 22:57:25 UTC (rev 1180731)
+++ PKGBUILD2022-04-01 23:20:13 UTC (rev 1180732)
@@ -3,7 +3,7 @@
 # Contributor: Sébastien Luttringer 
 
 pkgname=python-sqlalchemy
-pkgver=1.4.32
+pkgver=1.4.34
 pkgrel=1
 arch=('x86_64')
 url="https://www.sqlalchemy.org/;
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-mock')
 
source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('e9bc125cb531182c97c9588bc7b87028ec334efe63d81d0bee0e7f74b0ce88ac183236298a05cdac42f3a0241b543528bf6f225d199e4bf6d8199caca63581bd'
+sha512sums=('c3158dc2c52dd865d98b84ce4cf0adde38300504d5f5ff61f953927baf8f2264d53255f6e83e2ce2f720529f1e8b3e57e684d56a57fd6a0881bd4f1ba10b373f'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in lib32-krb5/repos/multilib-x86_64 (4 files)

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 22:57:25
  Author: anthraxx
Revision: 1180731

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
(from rev 1180730, lib32-krb5/trunk/PKGBUILD)
  lib32-krb5/repos/multilib-x86_64/krb5-config_LDFLAGS.patch
(from rev 1180730, lib32-krb5/trunk/krb5-config_LDFLAGS.patch)
Deleted:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
  lib32-krb5/repos/multilib-x86_64/krb5-config_LDFLAGS.patch

---+
 PKGBUILD  |  178 ++--
 krb5-config_LDFLAGS.patch |   24 ++---
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 22:57:21 UTC (rev 1180730)
+++ PKGBUILD2022-04-01 22:57:25 UTC (rev 1180731)
@@ -1,89 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Florian Pritz 
-# Contributor: Stéphane Gaudreault 
-
-_pkgbasename=krb5
-pkgname=lib32-${_pkgbasename}
-_pkgvermajor=1.19
-pkgver=1.19.3
-pkgrel=1
-pkgdesc='The Kerberos network authentication system (32-bit)'
-url='https://web.mit.edu/kerberos/'
-arch=('x86_64')
-license=('custom')
-depends=('lib32-glibc' 'lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' 
"${_pkgbasename}")
-makedepends=('perl')
-provides=(
-  libgssapi_krb5.so
-  libgssrpc.so
-  libk5crypto.so
-  libkadm5clnt_mit.so
-  libkadm5srv_mit.so
-  libkdb5.so
-  libkdb_ldap.so
-  libkrad.so
-  libkrb5.so
-  libkrb5support.so
-  libverto.so
-)
-options=('!emptydirs')
-source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${_pkgbasename}-${pkgver}.tar.gz{,.asc}
-krb5-config_LDFLAGS.patch)
-sha512sums=('18235440d6f7d8a72c5d7ca5cd8c6465e8adf091d85c483225c7b00d64b4688c1c7924cb800c2fc17e590b2709f1a9de48e6ec79f6debd11dcb7d6fa16c6f351'
-'SKIP'
-
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801')
-validpgpkeys=('2C732B1C0DBEF678AB3AF606A32F17FD0055C305'  # Tom Yu 

-  'C4493CB739F4A89F9852CBC20CBA08575F8372DF') # Greg Hudson 

-
-prepare() {
-   cd ${_pkgbasename}-${pkgver}
-
-   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
-   patch -p1 < "${srcdir}"/krb5-config_LDFLAGS.patch
-
-  # FS#25384
-  sed -i "/KRB5ROOT=/s/\/local//" src/util/ac_check_krb5.m4
-}
-
-build() {
-   cd "${srcdir}/${_pkgbasename}-${pkgver}/src"
-
-   export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   export CFLAGS+=" -fPIC -fno-strict-aliasing -fstack-protector-all"
-   export CPPFLAGS+=" -I/usr/include/et"
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --libdir=/usr/lib32 \
-   --enable-shared \
-   --with-system-et \
-   --with-system-ss \
-   --disable-rpath \
-   --without-tcl \
-   --enable-dns-for-realm \
-   --with-ldap \
-   --without-system-verto
-   make
-}
-
-#check() {
-   # We can't do this in the build directory.
-
-   # only works if the hostname is set properly/resolves to something. 
whatever...
-   #cd "${srcdir}/${_pkgbasename}-${pkgver}"
-   #make -C src check
-#}
-
-package() {
-   cd ${_pkgbasename}-${pkgver}/src
-   make DESTDIR="${pkgdir}" install
-
-   rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
-   install -d "${pkgdir}/usr/share/licenses"
-   ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-krb5/repos/multilib-x86_64/PKGBUILD (from rev 1180730, 
lib32-krb5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 22:57:25 UTC (rev 1180731)
@@ -0,0 +1,89 @@
+# Maintainer: Levente Polyak 
+# Contributor: Florian Pritz 
+# Contributor: Stéphane Gaudreault 
+
+_pkgbasename=krb5
+pkgname=lib32-${_pkgbasename}
+_pkgvermajor=1.19
+pkgver=1.19.3
+pkgrel=2
+pkgdesc='The Kerberos network authentication system (32-bit)'
+url='https://web.mit.edu/kerberos/'
+arch=('x86_64')
+license=('custom')
+depends=('lib32-glibc' 'lib32-gcc-libs' 'lib32-e2fsprogs' 'lib32-libldap' 
'lib32-keyutils' "${_pkgbasename}")
+makedepends=('perl')
+provides=(
+  libgssapi_krb5.so
+  libgssrpc.so
+  libk5crypto.so
+  libkadm5clnt_mit.so
+  libkadm5srv_mit.so
+  libkdb5.so
+  libkdb_ldap.so
+  libkrad.so
+  libkrb5.so
+  libkrb5support.so
+  libverto.so
+)
+options=('!emptydirs')
+source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${_pkgbasename}-${pkgver}.tar.gz{,.asc}
+krb5-config_LDFLAGS.patch)
+sha512sums=('18235440d6f7d8a72c5d7ca5cd8c6465e8adf091d85c483225c7b00d64b4688c1c7924cb800c2fc17e590b2709f1a9de48e6ec79f6debd11dcb7d6fa16c6f351'
+'SKIP'
+

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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 22:57:21
  Author: anthraxx
Revision: 1180730

upgpkg: lib32-krb5 1.19.3-2: add lib32-gcc-libs depends

Modified:
  lib32-krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 22:53:43 UTC (rev 1180729)
+++ PKGBUILD2022-04-01 22:57:21 UTC (rev 1180730)
@@ -6,12 +6,12 @@
 pkgname=lib32-${_pkgbasename}
 _pkgvermajor=1.19
 pkgver=1.19.3
-pkgrel=1
+pkgrel=2
 pkgdesc='The Kerberos network authentication system (32-bit)'
 url='https://web.mit.edu/kerberos/'
 arch=('x86_64')
 license=('custom')
-depends=('lib32-glibc' 'lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' 
"${_pkgbasename}")
+depends=('lib32-glibc' 'lib32-gcc-libs' 'lib32-e2fsprogs' 'lib32-libldap' 
'lib32-keyutils' "${_pkgbasename}")
 makedepends=('perl')
 provides=(
   libgssapi_krb5.so



[arch-commits] Commit in krb5/repos (8 files)

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 22:57:07
  Author: anthraxx
Revision: 441222

archrelease: copy trunk to testing-x86_64

Added:
  krb5/repos/testing-x86_64/
  krb5/repos/testing-x86_64/PKGBUILD
(from rev 441221, krb5/trunk/PKGBUILD)
  krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch
(from rev 441221, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-x86_64/krb5-kadmind.service
(from rev 441221, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-x86_64/krb5-kdc.service
(from rev 441221, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-x86_64/krb5-kpropd.service
(from rev 441221, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-x86_64/krb5-kpropd.socket
(from rev 441221, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-x86_64/krb5-kpropd@.service
(from rev 441221, krb5/trunk/krb5-kpropd@.service)

---+
 PKGBUILD  |  100 
 krb5-config_LDFLAGS.patch |   12 +
 krb5-kadmind.service  |8 +++
 krb5-kdc.service  |9 +++
 krb5-kpropd.service   |8 +++
 krb5-kpropd.socket|9 +++
 krb5-kpropd@.service  |8 +++
 7 files changed, 154 insertions(+)

Copied: krb5/repos/testing-x86_64/PKGBUILD (from rev 441221, 
krb5/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-04-01 22:57:07 UTC (rev 441222)
@@ -0,0 +1,100 @@
+# Maintainer: Levente Polyak 
+
+pkgname=krb5
+_pkgvermajor=1.19
+pkgver=1.19.3
+pkgrel=1
+pkgdesc='The Kerberos network authentication system'
+url='https://web.mit.edu/kerberos/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc' 'e2fsprogs' 'libldap' 'keyutils'
+ libkeyutils.so libss.so libcom_err.so)
+makedepends=('perl')
+provides=(
+  libgssapi_krb5.so
+  libgssrpc.so
+  libk5crypto.so
+  libkadm5clnt_mit.so
+  libkadm5srv_mit.so
+  libkdb5.so
+  libkdb_ldap.so
+  libkrad.so
+  libkrb5.so
+  libkrb5support.so
+  libverto.so
+)
+backup=(
+  'etc/krb5.conf'
+  'var/lib/krb5kdc/kdc.conf'
+)
+options=('!emptydirs')
+source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${pkgname}-${pkgver}.tar.gz{,.asc}
+krb5-config_LDFLAGS.patch
+krb5-kadmind.service
+krb5-kdc.service
+krb5-kpropd.service
+krb5-kpropd@.service
+krb5-kpropd.socket)
+sha512sums=('18235440d6f7d8a72c5d7ca5cd8c6465e8adf091d85c483225c7b00d64b4688c1c7924cb800c2fc17e590b2709f1a9de48e6ec79f6debd11dcb7d6fa16c6f351'
+'SKIP'
+
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801'
+
'ae1fa980e8e30a83dfef7fe233be70a9ec530ebaffc344a0e7eba61e7de4c800421b45cf203f1e526cc8351754038d6539184b30aa049a567e2a9e80f0d39841'
+
'b137ff0154f9af4891e9e78cec692af47ecfd92ca9ce6e00b40ef137d942ba04e8caf483fc5d464b9559ad4a5c4e75ec57b6eab7fc35181115ca1606c0b316c1'
+
'b57bbe55c19c92a04cd3e8ad569adcc5aedd4246075b2e6dbcc363e523853332a3e7650be85098b91e495799f8b728ea550495ab303f46ccd9298a2260120b2f'
+
'a31ed42e988fed892dd3f1ca1942c3cd4bf391d894c9cebe5e91f52797392261e129727590ae06e2f727bb7b0f8d73a7aa35e8b983d6bad77f22a099091ee944'
+
'4e7ae175425e0787a1d5ff959471a88bf5af4cd6e213dc6d4048902fab7547c1186a082370b523f9549f5096acfab1fb03b4839e42bd80dc539130ae4bb3ea55')
+validpgpkeys=('2C732B1C0DBEF678AB3AF606A32F17FD0055C305'  # Tom Yu 

+  'C4493CB739F4A89F9852CBC20CBA08575F8372DF') # Greg Hudson 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+  patch -Np1 < "${srcdir}"/krb5-config_LDFLAGS.patch
+
+  # FS#25384
+  sed -i "/KRB5ROOT=/s/\/local//" src/util/ac_check_krb5.m4
+}
+
+build() {
+   cd ${pkgname}-${pkgver}/src
+   export CFLAGS+=" -fPIC -fno-strict-aliasing -fstack-protector-all"
+   export CPPFLAGS+=" -I/usr/include/et"
+   ./configure --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc \
+   --localstatedir=/var/lib \
+   --enable-shared \
+   --with-system-et \
+   --with-system-ss \
+   --disable-rpath \
+   --without-tcl \
+   --enable-dns-for-realm \
+   --with-ldap \
+   --without-system-verto
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}/src
+   make DESTDIR="${pkgdir}" EXAMPLEDIR=/usr/share/doc/${pkgname}/examples 
install
+
+   # Fix FS#29889
+   install -m 644 plugins/kdb/ldap/libkdb_ldap/kerberos.{ldif,schema} \
+ "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+   install -Dpm 644 config-files/krb5.conf -t "${pkgdir}/etc"
+   install -Dpm 644 config-files/kdc.conf -t "${pkgdir}/var/lib/krb5kdc"
+
+   install -Dm 644 util/ac_check_krb5.m4 -t "${pkgdir}/usr/share/aclocal"
+
+   install -Dm 644 

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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 22:57:01
  Author: anthraxx
Revision: 441221

upgpkg: krb5 1.19.3-1

Modified:
  krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 22:53:45 UTC (rev 441220)
+++ PKGBUILD2022-04-01 22:57:01 UTC (rev 441221)
@@ -2,13 +2,14 @@
 
 pkgname=krb5
 _pkgvermajor=1.19
-pkgver=1.19.2
-pkgrel=2
+pkgver=1.19.3
+pkgrel=1
 pkgdesc='The Kerberos network authentication system'
 url='https://web.mit.edu/kerberos/'
 arch=('x86_64')
 license=('custom')
-depends=('glibc' 'e2fsprogs' 'libss.so' 'libcom_err.so' 'libldap' 'keyutils')
+depends=('glibc' 'e2fsprogs' 'libldap' 'keyutils'
+ libkeyutils.so libss.so libcom_err.so)
 makedepends=('perl')
 provides=(
   libgssapi_krb5.so
@@ -35,7 +36,7 @@
 krb5-kpropd.service
 krb5-kpropd@.service
 krb5-kpropd.socket)
-sha512sums=('b90d6ed0e1e8a87eb5cb2c36d88b823a6a6caabf85e5d419adb8a930f7eea09a5f8491464e7e454cca7ba88be09d19415962fe0036ad2e31fc584f9fc0bbd470'
+sha512sums=('18235440d6f7d8a72c5d7ca5cd8c6465e8adf091d85c483225c7b00d64b4688c1c7924cb800c2fc17e590b2709f1a9de48e6ec79f6debd11dcb7d6fa16c6f351'
 'SKIP'
 
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801'
 
'ae1fa980e8e30a83dfef7fe233be70a9ec530ebaffc344a0e7eba61e7de4c800421b45cf203f1e526cc8351754038d6539184b30aa049a567e2a9e80f0d39841'



[arch-commits] Commit in lib32-mesa/repos/multilib-testing-x86_64 (4 files)

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 22:53:43
  Author: heftig
Revision: 1180729

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 1180728, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1180728, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD

--+
 LICENSE  |  166 +++
 PKGBUILD |  428 ++---
 2 files changed, 299 insertions(+), 295 deletions(-)

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

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 1180728, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-04-01 22:53:43 UTC (rev 1180729)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   

[arch-commits] Commit in mesa/repos/testing-x86_64 (LICENSE LICENSE PKGBUILD PKGBUILD)

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 22:53:45
  Author: heftig
Revision: 441220

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/LICENSE
(from rev 441219, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 441219, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/testing-x86_64/LICENSE
  mesa/repos/testing-x86_64/PKGBUILD

--+
 LICENSE  |  166 +++
 PKGBUILD |  424 ++---
 2 files changed, 297 insertions(+), 293 deletions(-)

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

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 441219, mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-04-01 22:53:45 UTC (rev 441220)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL 

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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 22:50:25
  Author: heftig
Revision: 1180728

22.0.1-2: debug on

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 22:47:57 UTC (rev 1180727)
+++ PKGBUILD2022-04-01 22:50:25 UTC (rev 1180728)
@@ -7,7 +7,7 @@
 pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
 pkgdesc="An open-source implementation of the OpenGL specification (32-bit)"
 pkgver=22.0.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'xorgproto' 'lib32-libdrm'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libvdpau'
@@ -16,6 +16,7 @@
  'lib32-lm_sensors' 'lib32-libxrandr' 'lib32-vulkan-icd-loader' 
'glslang' 'cmake' 'meson')
 url="https://www.mesa3d.org/;
 license=('custom')
+options=('debug')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
 
sha512sums=('cc8012b8f3fcbecfbb153d0e009e6522c3776023501da8499c06f1eaa9ab0a555ca597e16e4d7a2b954b05c8c0737ae6567e0d8549fb63aa86ae587eb31cd01e'
@@ -34,6 +35,10 @@
 }
 
 build() {
+  # Build only minimal debug info to reduce size
+  CFLAGS+=' -g1'
+  CXXFLAGS+=' -g1'
+
   export CC="gcc -m32"
   export CXX="g++ -m32"
   export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
@@ -47,7 +52,6 @@
   arch-meson mesa-$pkgver build \
 --native-file crossfile.ini \
 --libdir=/usr/lib32 \
--D b_lto=true \
 -D b_ndebug=true \
 -D platforms=x11,wayland \
 -D 
gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,iris,crocus,zink \



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 22:50:23
  Author: heftig
Revision: 441219

22.0.1-2: debug on

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 22:48:10 UTC (rev 441218)
+++ PKGBUILD2022-04-01 22:50:23 UTC (rev 441219)
@@ -7,7 +7,7 @@
 pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'vulkan-swrast' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
 pkgver=22.0.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
  'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 
'zstd' 'elfutils' 'llvm'
@@ -15,6 +15,7 @@
  'valgrind' 'glslang' 'vulkan-icd-loader' 'directx-headers' 
'cmake' 'meson')
 url="https://www.mesa3d.org/;
 license=('custom')
+options=('debug')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
 
sha512sums=('cc8012b8f3fcbecfbb153d0e009e6522c3776023501da8499c06f1eaa9ab0a555ca597e16e4d7a2b954b05c8c0737ae6567e0d8549fb63aa86ae587eb31cd01e'
@@ -33,8 +34,11 @@
 }
 
 build() {
+  # Build only minimal debug info to reduce size
+  CFLAGS+=' -g1'
+  CXXFLAGS+=' -g1'
+
   arch-meson mesa-$pkgver build \
--D b_lto=true \
 -D b_ndebug=true \
 -D platforms=x11,wayland \
 -D 
gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,iris,crocus,zink,d3d12
 \



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 22:48:10
  Author: heftig
Revision: 441218

archrelease: copy trunk to extra-x86_64

Added:
  devhelp/repos/extra-x86_64/PKGBUILD
(from rev 441217, devhelp/trunk/PKGBUILD)
Deleted:
  devhelp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 22:48:03 UTC (rev 441217)
+++ PKGBUILD2022-04-01 22:48:10 UTC (rev 441218)
@@ -1,58 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Link Dupont 
-
-pkgbase=devhelp
-pkgname=(devhelp devhelp-docs)
-pkgver=41.2
-pkgrel=3
-pkgdesc="API documentation browser for GNOME"
-url="https://wiki.gnome.org/Apps/Devhelp;
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk)
-makedepends=(git appstream-glib gobject-introspection meson yelp-tools
- gi-docgen)
-_commit=f05e288031ba171e8a0a589d65cba693487726d9  # tags/41.2^0
-source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd devhelp
-  git describe --tags | sed 's/\.alpha/alpha/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd devhelp
-}
-
-build() {
-  arch-meson devhelp build \
--D gtk_doc=true \
--D plugin_emacs=true \
--D plugin_gedit=true \
--D plugin_vim=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_devhelp() {
-  groups=(gnome-extra)
-
-  meson install -C build --destdir "$pkgdir"
-
-  # Split -docs
-  mkdir -p docs/usr/share
-  mv -t docs/usr/share "$pkgdir"/usr/share/doc
-}
-
-package_devhelp-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  options=(!strip)
-
-  mv -t "$pkgdir" docs/*
-}

Copied: devhelp/repos/extra-x86_64/PKGBUILD (from rev 441217, 
devhelp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 22:48:10 UTC (rev 441218)
@@ -0,0 +1,58 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Link Dupont 
+
+pkgbase=devhelp
+pkgname=(devhelp devhelp-docs)
+pkgver=41.2+r48+g14272cae
+pkgrel=1
+pkgdesc="API documentation browser for GNOME"
+url="https://wiki.gnome.org/Apps/Devhelp;
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk)
+makedepends=(git appstream-glib gobject-introspection meson yelp-tools
+ gi-docgen)
+options=(debug)
+_commit=14272caec5175cacba4a044f4cacd591c0db8351  # main
+source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd devhelp
+  git describe --tags | sed 's/\.alpha/alpha/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd devhelp
+}
+
+build() {
+  arch-meson devhelp build \
+-D gtk_doc=true \
+-D plugin_emacs=true \
+-D plugin_gedit=true \
+-D plugin_vim=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_devhelp() {
+  groups=(gnome-extra)
+
+  meson install -C build --destdir "$pkgdir"
+
+  # Split -docs
+  mkdir -p docs/usr/share
+  mv -t docs/usr/share "$pkgdir"/usr/share/doc
+}
+
+package_devhelp-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv -t "$pkgdir" docs/*
+}



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 22:48:03
  Author: heftig
Revision: 441217

41.2+r48+g14272cae-1: debug on

Modified:
  devhelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 21:38:08 UTC (rev 441216)
+++ PKGBUILD2022-04-01 22:48:03 UTC (rev 441217)
@@ -4,8 +4,8 @@
 
 pkgbase=devhelp
 pkgname=(devhelp devhelp-docs)
-pkgver=41.2
-pkgrel=3
+pkgver=41.2+r48+g14272cae
+pkgrel=1
 pkgdesc="API documentation browser for GNOME"
 url="https://wiki.gnome.org/Apps/Devhelp;
 arch=(x86_64)
@@ -13,7 +13,8 @@
 depends=(webkit2gtk)
 makedepends=(git appstream-glib gobject-introspection meson yelp-tools
  gi-docgen)
-_commit=f05e288031ba171e8a0a589d65cba693487726d9  # tags/41.2^0
+options=(debug)
+_commit=14272caec5175cacba4a044f4cacd591c0db8351  # main
 source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -52,7 +53,6 @@
 package_devhelp-docs() {
   pkgdesc+=" (documentation)"
   depends=()
-  options=(!strip)
 
   mv -t "$pkgdir" docs/*
 }



[arch-commits] Commit in lib32-krb5/repos/multilib-x86_64 (4 files)

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 22:47:57
  Author: anthraxx
Revision: 1180727

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
(from rev 1180726, lib32-krb5/trunk/PKGBUILD)
  lib32-krb5/repos/multilib-x86_64/krb5-config_LDFLAGS.patch
(from rev 1180726, lib32-krb5/trunk/krb5-config_LDFLAGS.patch)
Deleted:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
  lib32-krb5/repos/multilib-x86_64/krb5-config_LDFLAGS.patch

---+
 PKGBUILD  |  178 ++--
 krb5-config_LDFLAGS.patch |   24 ++---
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 22:47:52 UTC (rev 1180726)
+++ PKGBUILD2022-04-01 22:47:57 UTC (rev 1180727)
@@ -1,89 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Florian Pritz 
-# Contributor: Stéphane Gaudreault 
-
-_pkgbasename=krb5
-pkgname=lib32-${_pkgbasename}
-_pkgvermajor=1.19
-pkgver=1.19.2
-pkgrel=2
-pkgdesc='The Kerberos network authentication system (32-bit)'
-url='https://web.mit.edu/kerberos/'
-arch=('x86_64')
-license=('custom')
-depends=('lib32-glibc' 'lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' 
"${_pkgbasename}")
-makedepends=('perl')
-provides=(
-  libgssapi_krb5.so
-  libgssrpc.so
-  libk5crypto.so
-  libkadm5clnt_mit.so
-  libkadm5srv_mit.so
-  libkdb5.so
-  libkdb_ldap.so
-  libkrad.so
-  libkrb5.so
-  libkrb5support.so
-  libverto.so
-)
-options=('!emptydirs')
-source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${_pkgbasename}-${pkgver}.tar.gz{,.asc}
-krb5-config_LDFLAGS.patch)
-sha512sums=('b90d6ed0e1e8a87eb5cb2c36d88b823a6a6caabf85e5d419adb8a930f7eea09a5f8491464e7e454cca7ba88be09d19415962fe0036ad2e31fc584f9fc0bbd470'
-'SKIP'
-
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801')
-validpgpkeys=('2C732B1C0DBEF678AB3AF606A32F17FD0055C305'  # Tom Yu 

-  'C4493CB739F4A89F9852CBC20CBA08575F8372DF') # Greg Hudson 

-
-prepare() {
-   cd ${_pkgbasename}-${pkgver}
-
-   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
-   patch -p1 < "${srcdir}"/krb5-config_LDFLAGS.patch
-
-  # FS#25384
-  sed -i "/KRB5ROOT=/s/\/local//" src/util/ac_check_krb5.m4
-}
-
-build() {
-   cd "${srcdir}/${_pkgbasename}-${pkgver}/src"
-
-   export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   export CFLAGS+=" -fPIC -fno-strict-aliasing -fstack-protector-all"
-   export CPPFLAGS+=" -I/usr/include/et"
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --libdir=/usr/lib32 \
-   --enable-shared \
-   --with-system-et \
-   --with-system-ss \
-   --disable-rpath \
-   --without-tcl \
-   --enable-dns-for-realm \
-   --with-ldap \
-   --without-system-verto
-   make
-}
-
-#check() {
-   # We can't do this in the build directory.
-
-   # only works if the hostname is set properly/resolves to something. 
whatever...
-   #cd "${srcdir}/${_pkgbasename}-${pkgver}"
-   #make -C src check
-#}
-
-package() {
-   cd ${_pkgbasename}-${pkgver}/src
-   make DESTDIR="${pkgdir}" install
-
-   rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
-   install -d "${pkgdir}/usr/share/licenses"
-   ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-krb5/repos/multilib-x86_64/PKGBUILD (from rev 1180726, 
lib32-krb5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 22:47:57 UTC (rev 1180727)
@@ -0,0 +1,89 @@
+# Maintainer: Levente Polyak 
+# Contributor: Florian Pritz 
+# Contributor: Stéphane Gaudreault 
+
+_pkgbasename=krb5
+pkgname=lib32-${_pkgbasename}
+_pkgvermajor=1.19
+pkgver=1.19.3
+pkgrel=1
+pkgdesc='The Kerberos network authentication system (32-bit)'
+url='https://web.mit.edu/kerberos/'
+arch=('x86_64')
+license=('custom')
+depends=('lib32-glibc' 'lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' 
"${_pkgbasename}")
+makedepends=('perl')
+provides=(
+  libgssapi_krb5.so
+  libgssrpc.so
+  libk5crypto.so
+  libkadm5clnt_mit.so
+  libkadm5srv_mit.so
+  libkdb5.so
+  libkdb_ldap.so
+  libkrad.so
+  libkrb5.so
+  libkrb5support.so
+  libverto.so
+)
+options=('!emptydirs')
+source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${_pkgbasename}-${pkgver}.tar.gz{,.asc}
+krb5-config_LDFLAGS.patch)
+sha512sums=('18235440d6f7d8a72c5d7ca5cd8c6465e8adf091d85c483225c7b00d64b4688c1c7924cb800c2fc17e590b2709f1a9de48e6ec79f6debd11dcb7d6fa16c6f351'
+'SKIP'
+

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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 22:47:52
  Author: anthraxx
Revision: 1180726

upgpkg: lib32-krb5 1.19.3-1

Modified:
  lib32-krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 22:44:18 UTC (rev 1180725)
+++ PKGBUILD2022-04-01 22:47:52 UTC (rev 1180726)
@@ -5,8 +5,8 @@
 _pkgbasename=krb5
 pkgname=lib32-${_pkgbasename}
 _pkgvermajor=1.19
-pkgver=1.19.2
-pkgrel=2
+pkgver=1.19.3
+pkgrel=1
 pkgdesc='The Kerberos network authentication system (32-bit)'
 url='https://web.mit.edu/kerberos/'
 arch=('x86_64')
@@ -29,7 +29,7 @@
 options=('!emptydirs')
 
source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${_pkgbasename}-${pkgver}.tar.gz{,.asc}
 krb5-config_LDFLAGS.patch)
-sha512sums=('b90d6ed0e1e8a87eb5cb2c36d88b823a6a6caabf85e5d419adb8a930f7eea09a5f8491464e7e454cca7ba88be09d19415962fe0036ad2e31fc584f9fc0bbd470'
+sha512sums=('18235440d6f7d8a72c5d7ca5cd8c6465e8adf091d85c483225c7b00d64b4688c1c7924cb800c2fc17e590b2709f1a9de48e6ec79f6debd11dcb7d6fa16c6f351'
 'SKIP'
 
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801')
 validpgpkeys=('2C732B1C0DBEF678AB3AF606A32F17FD0055C305'  # Tom Yu 




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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 22:44:18
  Author: anthraxx
Revision: 1180725

archrelease: copy trunk to community-x86_64

Added:
  tcpreplay/repos/community-x86_64/PKGBUILD
(from rev 1180724, tcpreplay/trunk/PKGBUILD)
Deleted:
  tcpreplay/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 22:44:13 UTC (rev 1180724)
+++ PKGBUILD2022-04-01 22:44:18 UTC (rev 1180725)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: Sébastien Duquette 
-# Contributor: Dawid Wrobel 
-
-pkgname=tcpreplay
-pkgver=4.3.4
-pkgrel=1
-pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
-url='https://tcpreplay.appneta.com'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet' 'autogen')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('dd119606a8eb7a812d89ee1fc10a5903911dc618cf68c1c550b0336aacba276f49052a28a81b2c6f0d4bc46ad51032b20543d733f024f1eb85bfa879cb391729'
-'SKIP')
-b2sums=('47319312d75ae9a3690bee0c072cc44a4faf87665a4ab3d8e3913bb9fd17536c7577c49db02dc0dbebfa47cd381fb1bfb44c7e171b28f2b2f4da888c219eb9ea'
-'SKIP')
-validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  ./configure \
---prefix=/usr \
---disable-local-libopts \
---enable-dynamic-link \
---enable-shared \
---with-libdnet \
---with-tcpdump=/usr/bin/tcpdump \
-ac_cv_header_net_bpf_h=n
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -j1 -C test tcpprep
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tcpreplay/repos/community-x86_64/PKGBUILD (from rev 1180724, 
tcpreplay/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 22:44:18 UTC (rev 1180725)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Sébastien Duquette 
+# Contributor: Dawid Wrobel 
+
+pkgname=tcpreplay
+pkgver=4.4.1
+pkgrel=1
+pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
+url='https://tcpreplay.appneta.com'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpcap' 'libdnet' 'autogen')
+makedepends=('tcpdump')
+optdepends=('tcpdump: decoding of packets support')
+options=('!emptydirs')
+source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('e73bf9e7f72b72c91d22a26558b2eab3cb0d5afb8f89bb91cc8165fa5dcb536987ca8bce20cba601dbfd545ad236d47febb5b372aa2dd6b289069cb12afad393'
+'SKIP')
+b2sums=('e2421d3187cd65b585586a7f229d412f430b63a2418b4ede8790d6144462aa13eb41e299eef1ccdf8d08d462ff4c4854fed82ddc8302cb713067a5a59fe54369'
+'SKIP')
+validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-local-libopts \
+--enable-dynamic-link \
+--enable-shared \
+--with-libdnet \
+--with-tcpdump=/usr/bin/tcpdump \
+ac_cv_header_net_bpf_h=n
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -j1 -C test tcpprep
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 22:44:13
  Author: anthraxx
Revision: 1180724

upgpkg: tcpreplay 4.4.1-1

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 22:10:44 UTC (rev 1180723)
+++ PKGBUILD2022-04-01 22:44:13 UTC (rev 1180724)
@@ -4,7 +4,7 @@
 # Contributor: Dawid Wrobel 
 
 pkgname=tcpreplay
-pkgver=4.3.4
+pkgver=4.4.1
 pkgrel=1
 pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
 url='https://tcpreplay.appneta.com'
@@ -15,9 +15,9 @@
 optdepends=('tcpdump: decoding of packets support')
 options=('!emptydirs')
 
source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('dd119606a8eb7a812d89ee1fc10a5903911dc618cf68c1c550b0336aacba276f49052a28a81b2c6f0d4bc46ad51032b20543d733f024f1eb85bfa879cb391729'
+sha512sums=('e73bf9e7f72b72c91d22a26558b2eab3cb0d5afb8f89bb91cc8165fa5dcb536987ca8bce20cba601dbfd545ad236d47febb5b372aa2dd6b289069cb12afad393'
 'SKIP')
-b2sums=('47319312d75ae9a3690bee0c072cc44a4faf87665a4ab3d8e3913bb9fd17536c7577c49db02dc0dbebfa47cd381fb1bfb44c7e171b28f2b2f4da888c219eb9ea'
+b2sums=('e2421d3187cd65b585586a7f229d412f430b63a2418b4ede8790d6144462aa13eb41e299eef1ccdf8d08d462ff4c4854fed82ddc8302cb713067a5a59fe54369'
 'SKIP')
 validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

 
@@ -28,7 +28,6 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   ./configure \
 --prefix=/usr \
 --disable-local-libopts \



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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 22:10:44
  Author: anthraxx
Revision: 1180723

archrelease: copy trunk to community-any

Added:
  jadx/repos/community-any/PKGBUILD
(from rev 1180722, jadx/trunk/PKGBUILD)
Deleted:
  jadx/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 22:10:40 UTC (rev 1180722)
+++ PKGBUILD2022-04-01 22:10:44 UTC (rev 1180723)
@@ -1,41 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Nicolas Hureau 
-
-pkgname=jadx
-pkgver=1.3.3
-pkgrel=1
-pkgdesc='Command line and GUI tools to produce Java source code from Android 
Dex and APK files'
-url='https://github.com/skylot/jadx'
-arch=('any')
-license=('Apache')
-depends=('java-runtime=8' 'bash')
-makedepends=('java-environment=8' 'gradle')
-source=(https://github.com/skylot/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('45f8ee8a2235950e0054507504b2f12b23557515e0cd8d72991dd480cb54059dc4b96ffe5a65162f2df6ba3d1898b806723343fdd95b41a14176f51c597ec949')
-b2sums=('7a82e76085c3b88178807a21b0ba795d5f4ed8bafe8210c5d83891ce49838b47518f1fdcbccabdebd0b4d9e4485967ec8a62e5044cd2e13f20de64051a054669')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  gradle dist
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  gradle test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build/jadx
-
-  install -Dm 755 bin/{jadx,jadx-gui} -t 
"${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -Dm 644 lib/* -t "${pkgdir}/usr/share/java/${pkgname}/lib"
-
-  install -d "${pkgdir}/usr/bin"
-  ln -s /usr/share/java/${pkgname}/bin/jadx "${pkgdir}/usr/bin/jadx"
-  ln -s /usr/share/java/${pkgname}/bin/jadx-gui "${pkgdir}/usr/bin/jadx-gui"
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 NOTICE README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: jadx/repos/community-any/PKGBUILD (from rev 1180722, 
jadx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 22:10:44 UTC (rev 1180723)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+# Contributor: Nicolas Hureau 
+
+pkgname=jadx
+pkgver=1.3.4
+pkgrel=1
+pkgdesc='Command line and GUI tools to produce Java source code from Android 
Dex and APK files'
+url='https://github.com/skylot/jadx'
+arch=('any')
+license=('Apache')
+depends=('java-runtime=11' 'bash')
+makedepends=('java-environment=11' 'gradle')
+source=(https://github.com/skylot/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('01e5f594bed618871ad4e4803ee197bf8835807291b16f7b78902ab24d941786a5c7296649044fb505d888e1dbe63a83db0f4e175eb92a27eca45b0eb76dd569')
+b2sums=('752d22505b08e85baa7aeab94c8d669e4a68349d15d1a205d7e2b3bb6bfdb823cea592731f684b894fbabf3cf0b82b95b06d4fa9e31b764e3bade785d404e919')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  gradle dist
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  gradle test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build/jadx
+
+  install -Dm 755 bin/{jadx,jadx-gui} -t 
"${pkgdir}/usr/share/java/${pkgname}/bin"
+  install -Dm 644 lib/* -t "${pkgdir}/usr/share/java/${pkgname}/lib"
+
+  install -d "${pkgdir}/usr/bin"
+  ln -s /usr/share/java/${pkgname}/bin/jadx "${pkgdir}/usr/bin/jadx"
+  ln -s /usr/share/java/${pkgname}/bin/jadx-gui "${pkgdir}/usr/bin/jadx-gui"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 NOTICE README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 22:10:40
  Author: anthraxx
Revision: 1180722

upgpkg: jadx 1.3.4-1

Modified:
  jadx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 21:59:47 UTC (rev 1180721)
+++ PKGBUILD2022-04-01 22:10:40 UTC (rev 1180722)
@@ -2,17 +2,17 @@
 # Contributor: Nicolas Hureau 
 
 pkgname=jadx
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc='Command line and GUI tools to produce Java source code from Android 
Dex and APK files'
 url='https://github.com/skylot/jadx'
 arch=('any')
 license=('Apache')
-depends=('java-runtime=8' 'bash')
-makedepends=('java-environment=8' 'gradle')
+depends=('java-runtime=11' 'bash')
+makedepends=('java-environment=11' 'gradle')
 
source=(https://github.com/skylot/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('45f8ee8a2235950e0054507504b2f12b23557515e0cd8d72991dd480cb54059dc4b96ffe5a65162f2df6ba3d1898b806723343fdd95b41a14176f51c597ec949')
-b2sums=('7a82e76085c3b88178807a21b0ba795d5f4ed8bafe8210c5d83891ce49838b47518f1fdcbccabdebd0b4d9e4485967ec8a62e5044cd2e13f20de64051a054669')
+sha512sums=('01e5f594bed618871ad4e4803ee197bf8835807291b16f7b78902ab24d941786a5c7296649044fb505d888e1dbe63a83db0f4e175eb92a27eca45b0eb76dd569')
+b2sums=('752d22505b08e85baa7aeab94c8d669e4a68349d15d1a205d7e2b3bb6bfdb823cea592731f684b894fbabf3cf0b82b95b06d4fa9e31b764e3bade785d404e919')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 21:41:54
  Author: anthraxx
Revision: 1180716

archrelease: copy trunk to community-staging-x86_64

Added:
  rz-cutter/repos/community-staging-x86_64/
  rz-cutter/repos/community-staging-x86_64/PKGBUILD
(from rev 1180715, rz-cutter/trunk/PKGBUILD)

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

Copied: rz-cutter/repos/community-staging-x86_64/PKGBUILD (from rev 1180715, 
rz-cutter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-01 21:41:54 UTC (rev 1180716)
@@ -0,0 +1,60 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
+
+pkgname=rz-cutter
+_gitcommit=f5a7a79ee8efc04514189565b1d319c7a39bf0de
+pkgver=2.0.5
+pkgrel=2
+pkgdesc='Qt and C++ GUI for rizin reverse engineering framework'
+url='https://github.com/rizinorg/cutter'
+arch=('x86_64')
+license=('GPL3')
+depends=('rizin' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 
'python' 'jupyter'
+ 'pyside2' 'python-shiboken2' 'graphviz' 'gcc-libs' 
'syntax-highlighting')
+makedepends=('git' 'cmake' 'ninja' 'shiboken2' 'qt5-tools')
+optdepends=('rz-ghidra: ghidra decompiler plugin')
+source=("git+https://github.com/rizinorg/cutter#commit=${_gitcommit};
+"git+https://github.com/rizinorg/cutter-translations;)
+sha512sums=('SKIP'
+'SKIP')
+b2sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd cutter
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd cutter
+  git config 'submodule.src/translations.url' "${srcdir}/cutter-translations"
+  git submodule update --init src/translations
+
+  git cherry-pick -n 1ef6d1269cf0ffde2d91eb067134ee9215791296 # Fix build with 
syntax-highlighting 5.92
+}
+
+build() {
+  cd cutter
+  cmake -B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCUTTER_ENABLE_PYTHON=ON \
+-DCUTTER_ENABLE_PYTHON_BINDINGS=ON \
+-DCUTTER_USE_BUNDLED_RIZIN=OFF \
+-DCUTTER_USE_ADDITIONAL_RIZIN_PATHS=OFF \
+-DCUTTER_ENABLE_CRASH_REPORTS=OFF \
+-DCUTTER_ENABLE_GRAPHVIZ=ON \
+-Wno-dev \
+-G Ninja
+  ninja -C build
+}
+
+package() {
+  cd cutter
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 21:41:50
  Author: anthraxx
Revision: 1180715

upgpkg: rz-cutter 2.0.5-2: rizin 0.3.4 rebuild

Modified:
  rz-cutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 21:40:13 UTC (rev 1180714)
+++ PKGBUILD2022-04-01 21:41:50 UTC (rev 1180715)
@@ -5,7 +5,7 @@
 pkgname=rz-cutter
 _gitcommit=f5a7a79ee8efc04514189565b1d319c7a39bf0de
 pkgver=2.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt and C++ GUI for rizin reverse engineering framework'
 url='https://github.com/rizinorg/cutter'
 arch=('x86_64')



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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 21:40:13
  Author: anthraxx
Revision: 1180714

archrelease: copy trunk to community-staging-x86_64

Added:
  rz-ghidra/repos/community-staging-x86_64/
  rz-ghidra/repos/community-staging-x86_64/PKGBUILD
(from rev 1180713, rz-ghidra/trunk/PKGBUILD)

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

Copied: rz-ghidra/repos/community-staging-x86_64/PKGBUILD (from rev 1180713, 
rz-ghidra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-01 21:40:13 UTC (rev 1180714)
@@ -0,0 +1,59 @@
+# Maintainer: Levente Polyak 
+
+pkgname=rz-ghidra
+_gitcommit=81090e68ec17ab4e9c9963c5e15638665c87696c
+_gitcutter=78a9a112099e0d045773d77f4b1166fc3b7d2eef
+pkgver=0.3.0
+pkgrel=3
+pkgdesc='Deep ghidra decompiler integration for rizin and rz-cutter'
+url='https://github.com/rizinorg/rz-ghidra'
+arch=('x86_64')
+license=('LGPL3')
+depends=('rizin' 'glibc')
+makedepends=('git' 'cmake' 'qt5-base')
+source=("git+${url}#commit=${_gitcommit}"
+"git+https://github.com/rizinorg/cutter#commit=${_gitcutter};
+rizin-ghidra::git+https://github.com/rizinorg/ghidra.git
+git+https://github.com/zeux/pugixml.git)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git tag -d rz-0.2.0 >/dev/null
+  git describe --tags --match 'rz-*' | sed 
's/^rz-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git config submodule."third-party/pugixml".url "${srcdir}/pugixml"
+  git config submodule."ghidra/ghidra".url "${srcdir}/rizin-ghidra"
+  git submodule update --recursive
+}
+
+build() {
+  cd ${pkgname}
+  cmake \
+-B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_CUTTER_PLUGIN=ON \
+-DBUILD_SLASPECS=ON \
+-DCUTTER_SOURCE_DIR="${srcdir}/cutter"
+  make -C build VERBOSE=1
+}
+
+package() {
+  cd ${pkgname}
+  make -C build -j1 DESTDIR="${pkgdir}" install
+  # move shared library into RZ_LIBR_PLUGINS
+  rzversion=$(rizin -version|grep rizin|sed -E 's/rizin ([0-9\.]+) .*/\1/')
+  install -d "${pkgdir}/usr/lib/rizin/${rzversion}"
+  mv "${pkgdir}/usr/share/rizin/plugins"/*.so 
"${pkgdir}/usr/lib/rizin/${rzversion}"
+  ln -s /usr/lib/rizin/${rzversion} "${pkgdir}/usr/lib/rizin/last"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 21:40:10
  Author: anthraxx
Revision: 1180713

upgpkg: rz-ghidra 0.3.0-3

Modified:
  rz-ghidra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 21:03:42 UTC (rev 1180712)
+++ PKGBUILD2022-04-01 21:40:10 UTC (rev 1180713)
@@ -4,7 +4,7 @@
 _gitcommit=81090e68ec17ab4e9c9963c5e15638665c87696c
 _gitcutter=78a9a112099e0d045773d77f4b1166fc3b7d2eef
 pkgver=0.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Deep ghidra decompiler integration for rizin and rz-cutter'
 url='https://github.com/rizinorg/rz-ghidra'
 arch=('x86_64')



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 21:38:06
  Author: heftig
Revision: 441213

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 21:36:57 UTC (rev 441212)
+++ PKGBUILD2022-04-01 21:38:06 UTC (rev 441213)
@@ -1,65 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk-4.1
-pkgver=2.36.0
-pkgrel=1
-pkgdesc="Web content engine for GTK"
-url="https://webkitgtk.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
- icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
- libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
- enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
- woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
- gst-plugins-base-libs libmanette)
-makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
- wayland-protocols systemd gst-plugins-bad gperf)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-options=(!lto)
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('b877cca1f105235f5dd57c7ac2b2c2be3c6b691ff444f93925c7254cf156c64d'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd webkitgtk-$pkgver
-}
-
-build() {
-  cmake -S webkitgtk-$pkgver -B build -G Ninja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_GTKDOC=ON \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libjavascriptcoregtk-4.1.so libwebkit2gtk-4.1.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  rm -r "$pkgdir/usr/bin"
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk-4.1/repos/extra-x86_64/PKGBUILD (from rev 441212, 
webkit2gtk-4.1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 21:38:06 UTC (rev 441213)
@@ -0,0 +1,71 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk-4.1
+pkgver=2.36.0
+pkgrel=2
+pkgdesc="Web content engine for GTK"
+url="https://webkitgtk.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
+ icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
+ libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
+ enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
+ woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
+ gst-plugins-base-libs libmanette)
+makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
+ wayland-protocols systemd gst-plugins-bad gperf)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+options=(debug)
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('b877cca1f105235f5dd57c7ac2b2c2be3c6b691ff444f93925c7254cf156c64d'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  # Produce minimal debug info: 4.3 GB of debug data makes the
+  # build too slow and is too much to package for debuginfod
+  CFLAGS+=' -g1'
+  CXXFLAGS+=' -g1'
+
+  cmake -S webkitgtk-$pkgver -B build -G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DUSE_SOUP2=OFF \
+-DENABLE_GTKDOC=ON \
+

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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 21:38:07
  Author: heftig
Revision: 441214

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 21:38:06 UTC (rev 441213)
+++ PKGBUILD2022-04-01 21:38:07 UTC (rev 441214)
@@ -1,66 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.36.0
-pkgrel=1
-pkgdesc="Web content engine for GTK"
-url="https://webkitgtk.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
- icu libjpeg libsoup libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
- libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
- enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
- woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
- gst-plugins-base-libs libmanette)
-makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
- wayland-protocols systemd gst-plugins-bad gperf)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-options=(!lto)
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('b877cca1f105235f5dd57c7ac2b2c2be3c6b691ff444f93925c7254cf156c64d'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd webkitgtk-$pkgver
-}
-
-build() {
-  cmake -S webkitgtk-$pkgver -B build -G Ninja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DUSE_SOUP2=ON \
--DENABLE_GTKDOC=OFF \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libjavascriptcoregtk-4.0.so libwebkit2gtk-4.0.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  rm -r "$pkgdir/usr/bin"
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk/repos/extra-x86_64/PKGBUILD (from rev 441212, 
webkit2gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 21:38:07 UTC (rev 441214)
@@ -0,0 +1,71 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.36.0
+pkgrel=2
+pkgdesc="Web content engine for GTK"
+url="https://webkitgtk.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
+ icu libjpeg libsoup libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
+ libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
+ enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
+ woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
+ gst-plugins-base-libs libmanette)
+makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
+ wayland-protocols systemd gst-plugins-bad gperf)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+options=(debug)
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('b877cca1f105235f5dd57c7ac2b2c2be3c6b691ff444f93925c7254cf156c64d'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  # Produce minimal debug info: 4.3 GB of debug data makes the
+  # build too slow and is too much to package for debuginfod
+  CFLAGS+=' -g1'
+  CXXFLAGS+=' -g1'
+
+  cmake -S webkitgtk-$pkgver -B build -G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DUSE_SOUP2=ON \
+-DENABLE_GTKDOC=OFF \
+

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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 21:38:08
  Author: heftig
Revision: 441215

archrelease: copy trunk to extra-x86_64

Added:
  wpewebkit/repos/extra-x86_64/PKGBUILD
(from rev 441212, wpewebkit/trunk/PKGBUILD)
Deleted:
  wpewebkit/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 21:38:07 UTC (rev 441214)
+++ PKGBUILD2022-04-01 21:38:08 UTC (rev 441215)
@@ -1,61 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=wpewebkit
-pkgver=2.34.6
-pkgrel=1
-pkgdesc="Web content engine for embedded devices"
-url="https://wpewebkit.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 glib2 harfbuzz harfbuzz-icu icu libjpeg
- libepoxy libgcrypt libsoup3 libxml2 zlib libpng sqlite libwebp libwpe
- atk at-spi2-atk openjpeg2 woff2 libtasn1 libxslt libsystemd bubblewrap
- libseccomp xdg-dbus-proxy gstreamer gst-plugins-base-libs libxkbcommon
- wayland wpebackend-fdo)
-makedepends=(cmake ninja gtk-doc python ruby systemd gst-plugins-bad gperf
- wayland-protocols)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-options=(!lto)
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
-sha256sums=('301e895c8ed08ce7dccef3192b972f2ccfc2020463244c64069a636f2b05265f'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cmake -S $pkgname-$pkgver -B build -G Ninja \
--DPORT=WPE \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_GTKDOC=ON \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libWPEWebKit-1.1.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  cd $pkgname-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: wpewebkit/repos/extra-x86_64/PKGBUILD (from rev 441212, 
wpewebkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 21:38:08 UTC (rev 441215)
@@ -0,0 +1,67 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=wpewebkit
+pkgver=2.36.0
+pkgrel=2
+pkgdesc="Web content engine for embedded devices"
+url="https://wpewebkit.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 glib2 harfbuzz harfbuzz-icu icu libjpeg
+ libepoxy libgcrypt libsoup3 libxml2 zlib libpng sqlite libwebp libwpe
+ atk at-spi2-atk openjpeg2 woff2 libtasn1 libxslt libsystemd bubblewrap
+ libseccomp xdg-dbus-proxy gstreamer gst-plugins-base-libs libxkbcommon
+ wayland wpebackend-fdo)
+makedepends=(cmake ninja gtk-doc python ruby systemd gst-plugins-bad gperf
+ wayland-protocols)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+options=(debug)
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('096aa9f87d9bfbfc80f558388a86721cdcc508b42ddef10bd270aec9aee96d5a'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  # Produce minimal debug info: 4.3 GB of debug data makes the
+  # build too slow and is too much to package for debuginfod
+  CFLAGS+=' -g1'
+  CXXFLAGS+=' -g1'
+
+  cmake -S $pkgname-$pkgver -B build -G Ninja \
+-DPORT=WPE \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DUSE_SOUP2=OFF \
+-DENABLE_GTKDOC=ON \
+-DENABLE_MINIBROWSER=ON
+  cmake --build build
+}
+
+package() {
+  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
+  provides+=(libWPEWebKit-1.1.so)
+
+  DESTDIR="$pkgdir" cmake --install build
+
+  cd $pkgname-$pkgver
+  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
+while IFS= read -d $'\0' -r _f; do
+  echo "### $_f ###"
+   

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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 21:38:08
  Author: heftig
Revision: 441216

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 21:38:08 UTC (rev 441215)
+++ PKGBUILD2022-04-01 21:38:08 UTC (rev 441216)
@@ -1,64 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk-5.0
-pkgver=2.36.0
-pkgrel=1
-pkgdesc="Web content engine for GTK"
-url="https://webkitgtk.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk4 harfbuzz harfbuzz-icu
- icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
- libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
- enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
- woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
- gst-plugins-base-libs libmanette libxcomposite)
-makedepends=(cmake ninja python ruby gobject-introspection
- wayland-protocols systemd gst-plugins-bad gperf)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-options=(!lto)
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('b877cca1f105235f5dd57c7ac2b2c2be3c6b691ff444f93925c7254cf156c64d'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd webkitgtk-$pkgver
-}
-
-build() {
-  cmake -S webkitgtk-$pkgver -B build -G Ninja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DUSE_GTK4=ON \
--DENABLE_GTKDOC=OFF \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libjavascriptcoregtk-5.0.so libwebkit2gtk-5.0.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk-5.0/repos/extra-x86_64/PKGBUILD (from rev 441212, 
webkit2gtk-5.0/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 21:38:08 UTC (rev 441216)
@@ -0,0 +1,69 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk-5.0
+pkgver=2.36.0
+pkgrel=2
+pkgdesc="Web content engine for GTK"
+url="https://webkitgtk.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk4 harfbuzz harfbuzz-icu
+ icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
+ libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
+ enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
+ woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
+ gst-plugins-base-libs libmanette libxcomposite)
+makedepends=(cmake ninja python ruby gobject-introspection
+ wayland-protocols systemd gst-plugins-bad gperf)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+options=(debug)
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('b877cca1f105235f5dd57c7ac2b2c2be3c6b691ff444f93925c7254cf156c64d'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  # Produce minimal debug info: 4.3 GB of debug data makes the
+  # build too slow and is too much to package for debuginfod
+  CFLAGS+=' -g1'
+  CXXFLAGS+=' -g1'
+
+  cmake -S webkitgtk-$pkgver -B build -G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DUSE_GTK4=ON \
+-DENABLE_GTKDOC=OFF \
+

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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 21:36:56
  Author: heftig
Revision: 441211

2.36.0-2: debug on, lto on

Modified:
  webkit2gtk-5.0/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 21:36:55 UTC (rev 441210)
+++ PKGBUILD2022-04-01 21:36:56 UTC (rev 441211)
@@ -3,7 +3,7 @@
 
 pkgname=webkit2gtk-5.0
 pkgver=2.36.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
 arch=(x86_64)
@@ -20,7 +20,7 @@
 'gst-plugins-good: media decoding'
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
-options=(!lto)
+options=(debug)
 source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
 sha256sums=('b877cca1f105235f5dd57c7ac2b2c2be3c6b691ff444f93925c7254cf156c64d'
 'SKIP')
@@ -32,6 +32,11 @@
 }
 
 build() {
+  # Produce minimal debug info: 4.3 GB of debug data makes the
+  # build too slow and is too much to package for debuginfod
+  CFLAGS+=' -g1'
+  CXXFLAGS+=' -g1'
+
   cmake -S webkitgtk-$pkgver -B build -G Ninja \
 -DPORT=GTK \
 -DCMAKE_BUILD_TYPE=Release \



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 21:36:57
  Author: heftig
Revision: 441212

2.36.0-2: debug on, lto on

Modified:
  webkit2gtk-4.1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 21:36:56 UTC (rev 441211)
+++ PKGBUILD2022-04-01 21:36:57 UTC (rev 441212)
@@ -3,7 +3,7 @@
 
 pkgname=webkit2gtk-4.1
 pkgver=2.36.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
 arch=(x86_64)
@@ -20,7 +20,7 @@
 'gst-plugins-good: media decoding'
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
-options=(!lto)
+options=(debug)
 source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
 sha256sums=('b877cca1f105235f5dd57c7ac2b2c2be3c6b691ff444f93925c7254cf156c64d'
 'SKIP')
@@ -32,6 +32,11 @@
 }
 
 build() {
+  # Produce minimal debug info: 4.3 GB of debug data makes the
+  # build too slow and is too much to package for debuginfod
+  CFLAGS+=' -g1'
+  CXXFLAGS+=' -g1'
+
   cmake -S webkitgtk-$pkgver -B build -G Ninja \
 -DPORT=GTK \
 -DCMAKE_BUILD_TYPE=Release \
@@ -39,6 +44,7 @@
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_INSTALL_LIBEXECDIR=lib \
 -DCMAKE_SKIP_RPATH=ON \
+-DUSE_SOUP2=OFF \
 -DENABLE_GTKDOC=ON \
 -DENABLE_MINIBROWSER=ON
   cmake --build build



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 21:36:55
  Author: heftig
Revision: 441210

2.36.0-2: debug on, lto on

Modified:
  wpewebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 21:36:53 UTC (rev 441209)
+++ PKGBUILD2022-04-01 21:36:55 UTC (rev 441210)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=wpewebkit
-pkgver=2.34.6
-pkgrel=1
+pkgver=2.36.0
+pkgrel=2
 pkgdesc="Web content engine for embedded devices"
 url="https://wpewebkit.org;
 arch=(x86_64)
@@ -18,9 +18,9 @@
 'gst-plugins-good: media decoding'
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
-options=(!lto)
+options=(debug)
 source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
-sha256sums=('301e895c8ed08ce7dccef3192b972f2ccfc2020463244c64069a636f2b05265f'
+sha256sums=('096aa9f87d9bfbfc80f558388a86721cdcc508b42ddef10bd270aec9aee96d5a'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
@@ -30,6 +30,11 @@
 }
 
 build() {
+  # Produce minimal debug info: 4.3 GB of debug data makes the
+  # build too slow and is too much to package for debuginfod
+  CFLAGS+=' -g1'
+  CXXFLAGS+=' -g1'
+
   cmake -S $pkgname-$pkgver -B build -G Ninja \
 -DPORT=WPE \
 -DCMAKE_BUILD_TYPE=Release \
@@ -37,6 +42,7 @@
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_INSTALL_LIBEXECDIR=lib \
 -DCMAKE_SKIP_RPATH=ON \
+-DUSE_SOUP2=OFF \
 -DENABLE_GTKDOC=ON \
 -DENABLE_MINIBROWSER=ON
   cmake --build build



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 21:36:53
  Author: heftig
Revision: 441209

2.36.0-2: debug on, lto on

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 20:44:56 UTC (rev 441208)
+++ PKGBUILD2022-04-01 21:36:53 UTC (rev 441209)
@@ -3,7 +3,7 @@
 
 pkgname=webkit2gtk
 pkgver=2.36.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
 arch=(x86_64)
@@ -20,7 +20,7 @@
 'gst-plugins-good: media decoding'
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
-options=(!lto)
+options=(debug)
 source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
 sha256sums=('b877cca1f105235f5dd57c7ac2b2c2be3c6b691ff444f93925c7254cf156c64d'
 'SKIP')
@@ -32,6 +32,11 @@
 }
 
 build() {
+  # Produce minimal debug info: 4.3 GB of debug data makes the
+  # build too slow and is too much to package for debuginfod
+  CFLAGS+=' -g1'
+  CXXFLAGS+=' -g1'
+
   cmake -S webkitgtk-$pkgver -B build -G Ninja \
 -DPORT=GTK \
 -DCMAKE_BUILD_TYPE=Release \



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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 21:03:38
  Author: anthraxx
Revision: 1180711

upgpkg: rizin 0.3.4-1

Modified:
  rizin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 20:30:36 UTC (rev 1180710)
+++ PKGBUILD2022-04-01 21:03:38 UTC (rev 1180711)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=rizin
-pkgver=0.3.1
+pkgver=0.3.4
 pkgrel=1
 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
 url='https://rizin.re'
@@ -15,8 +15,8 @@
 optdepends=('rz-ghidra: ghidra decompiler plugin')
 options=('!emptydirs')
 
source=(https://github.com/rizinorg/rizin/releases/download/v${pkgver}/rizin-src-v${pkgver}.tar.xz)
-sha512sums=('743f8f2c9ddb045f39147de9ad971d47f1a26bfcc233f41c12c64ade5e31c992104cf3f93c44c5035142b554779e895224b68f839cd87a59aaf344b4ec88d5fe')
-b2sums=('04f7e3cfa20a787f47af90c78405f295b346cc0c7d81164ff01bc6a69df526f3f9112ab4cb62092297ae2dda1fa738a2e7feff35e0f1b7f3e7467a8c6e4d1a1e')
+sha512sums=('cda35afe8c031f3207c055ed31d7f76a46b7addd04cead0f5aadf0733b66f4dd953ca16f054b47da7921d4726d6ea1250436012954a9755c1cd524a8fd0d670c')
+b2sums=('99745f069e6bd72aec6a6f335f3aa0ccc46ebf186b1dc0aaf32b4f95d2be4bb49e8d3d976a72978c22fce82d896e70bf8403568e100b73898731045ef06a2ad5')
 
 build() {
   cd ${pkgname}-v${pkgver}



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

2022-04-01 Thread Levente Polyak via arch-commits
Date: Friday, April 1, 2022 @ 21:03:42
  Author: anthraxx
Revision: 1180712

archrelease: copy trunk to community-staging-x86_64

Added:
  rizin/repos/community-staging-x86_64/
  rizin/repos/community-staging-x86_64/PKGBUILD
(from rev 1180711, rizin/trunk/PKGBUILD)

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

Copied: rizin/repos/community-staging-x86_64/PKGBUILD (from rev 1180711, 
rizin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-01 21:03:42 UTC (rev 1180712)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+
+pkgname=rizin
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://rizin.re'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=(
+  'sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib' 'lz4' 'xxhash'
+  'libxxhash.so' 'file' 'libuv' 'tree-sitter' 'libtree-sitter.so'
+  'libzip.so' 'libmagic.so')
+makedepends=('meson' 'ninja' 'python')
+optdepends=('rz-ghidra: ghidra decompiler plugin')
+options=('!emptydirs')
+source=(https://github.com/rizinorg/rizin/releases/download/v${pkgver}/rizin-src-v${pkgver}.tar.xz)
+sha512sums=('cda35afe8c031f3207c055ed31d7f76a46b7addd04cead0f5aadf0733b66f4dd953ca16f054b47da7921d4726d6ea1250436012954a9755c1cd524a8fd0d670c')
+b2sums=('99745f069e6bd72aec6a6f335f3aa0ccc46ebf186b1dc0aaf32b4f95d2be4bb49e8d3d976a72978c22fce82d896e70bf8403568e100b73898731045ef06a2ad5')
+
+build() {
+  cd ${pkgname}-v${pkgver}
+  arch-meson build \
+-D use_sys_capstone=enabled \
+-D use_capstone_version=v4 \
+-D use_sys_magic=enabled \
+-D use_sys_libzip=enabled \
+-D use_sys_zlib=enabled \
+-D use_sys_lz4=enabled \
+-D use_sys_xxhash=enabled \
+-D use_sys_openssl=enabled \
+-D use_sys_tree_sitter=enabled \
+-D use_libuv=true \
+-D use_webui=true \
+-D local=disabled
+  ninja -C build
+}
+
+package() {
+  cd ${pkgname}-v${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -d "${pkgdir}/usr/share/doc/rizin"
+  cp -r doc/* "${pkgdir}/usr/share/doc/rizin"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in evolution-data-server/repos (2 files)

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 20:44:56
  Author: heftig
Revision: 441208

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  evolution-data-server/repos/gnome-unstable-x86_64/
  evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 441207, evolution-data-server/trunk/PKGBUILD)

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

Copied: evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
441207, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2022-04-01 20:44:56 UTC (rev 441208)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.44.0
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather-4 libical db libgdata 
libphonenumber
+ libcanberra)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
+provides=(libcamel-1.2.so libebackend-1.2.so libebook-1.2.so 
libebook-contacts-1.2.so
+  libecal-2.0.so libedata-book-1.2.so libedata-cal-2.0.so 
libedataserver-1.2.so
+  libedataserverui-1.2.so)
+license=(GPL)
+options=(debug)
+_commit=1c7202b0a17d97426a5dc1391ccf8da37b5eb0ec  # tags/3.44.0^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cmake -S $pkgname -B build -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON \
+-DWITH_GWEATHER4=ON
+  cmake --build build
+}
+
+check() {
+  cd build
+  ctest --output-on-failure --stop-on-failure
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 20:44:26
  Author: heftig
Revision: 441207

3.44.0-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 20:25:27 UTC (rev 441206)
+++ PKGBUILD2022-04-01 20:44:26 UTC (rev 441207)
@@ -2,18 +2,20 @@
 # Contributor: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.42.4
-pkgrel=2
+pkgver=3.44.0
+pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
 arch=(x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber libcanberra)
+depends=(gnome-online-accounts nss krb5 libgweather-4 libical db libgdata 
libphonenumber
+ libcanberra)
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
 provides=(libcamel-1.2.so libebackend-1.2.so libebook-1.2.so 
libebook-contacts-1.2.so
   libecal-2.0.so libedata-book-1.2.so libedata-cal-2.0.so 
libedataserver-1.2.so
   libedataserverui-1.2.so)
 license=(GPL)
-_commit=b031a4a8ec903ab43d50e92bbf26cff51408bb7a  # tags/3.42.4^0
+options=(debug)
+_commit=1c7202b0a17d97426a5dc1391ccf8da37b5eb0ec  # tags/3.44.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -34,14 +36,14 @@
 -DENABLE_INTROSPECTION=ON \
 -DENABLE_VALA_BINDINGS=ON \
 -DENABLE_GTK_DOC=ON \
--DWITH_PHONENUMBER=ON
+-DWITH_PHONENUMBER=ON \
+-DWITH_GWEATHER4=ON
   cmake --build build
 }
 
 check() {
-  # libedata-book tests fail because they try to
-  # mkdir /usr/lib/evolution-data-server/camel-providers
-  cmake --build build --target test || :
+  cd build
+  ctest --output-on-failure --stop-on-failure
 }
 
 package() {



[arch-commits] Commit in html-xml-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-04-01 Thread George Rawlinson via arch-commits
Date: Friday, April 1, 2022 @ 20:30:36
  Author: grawlinson
Revision: 1180710

archrelease: copy trunk to community-x86_64

Added:
  html-xml-utils/repos/community-x86_64/PKGBUILD
(from rev 1180709, html-xml-utils/trunk/PKGBUILD)
Deleted:
  html-xml-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 20:29:29 UTC (rev 1180709)
+++ PKGBUILD2022-04-01 20:30:36 UTC (rev 1180710)
@@ -1,31 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: matoro 
-# Contributor: Patrick Burroughs (Celti) 
-
-pkgname=html-xml-utils
-pkgver=8.3
-pkgrel=1
-pkgdesc='Utilities for manipulating HTML and XML files'
-arch=('x86_64')
-url='https://www.w3.org/Tools/HTML-XML-utils/'
-license=('W3C')
-depends=('curl' 'libidn2')
-source=("$url/$pkgname-$pkgver.tar.gz")
-sha512sums=('b98179c945a75ad37739a9d4199c3e884cee7bdf614b849f8738b8010bb4b415031f4a944c3670d48e4b1cbd87954f98d6dc0cb6d5f15aa4a0cbcf3598b43e39')
-b2sums=('76e71e646d5b9a8bcd203474503c6b020256e9e1d64b28a37a045260510a09155df55369edbebf1097393bf683d998933f16ba0115ef316fffa329fbe8e3556a')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: html-xml-utils/repos/community-x86_64/PKGBUILD (from rev 1180709, 
html-xml-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 20:30:36 UTC (rev 1180710)
@@ -0,0 +1,31 @@
+# Maintainer: George Rawlinson 
+# Contributor: matoro 
+# Contributor: Patrick Burroughs (Celti) 
+
+pkgname=html-xml-utils
+pkgver=8.4
+pkgrel=1
+pkgdesc='Utilities for manipulating HTML and XML files'
+arch=('x86_64')
+url='https://www.w3.org/Tools/HTML-XML-utils/'
+license=('W3C')
+depends=('curl' 'libidn2')
+source=("$url/$pkgname-$pkgver.tar.gz")
+sha512sums=('8e011e8bb73b0ca46af8aa54f8080b0ba0ac074910056571ab030d5b8ac2156a5ba0342bfe1ddc3a60ea8ec7c2149b58fc126fc59204fead5f0366ebb8fa46a7')
+b2sums=('84e524c1850088f9664fb937798cc3667ab459adeff5f48b0c96f5e82608c54a02f2d08b67b3ee5094169948f6dd44deb74ac697bea565577fd8762ff61ed401')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in html-xml-utils/trunk (PKGBUILD)

2022-04-01 Thread George Rawlinson via arch-commits
Date: Friday, April 1, 2022 @ 20:29:29
  Author: grawlinson
Revision: 1180709

upgpkg: html-xml-utils 8.4-1

New upstream release.

Modified:
  html-xml-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 20:25:26 UTC (rev 1180708)
+++ PKGBUILD2022-04-01 20:29:29 UTC (rev 1180709)
@@ -3,7 +3,7 @@
 # Contributor: Patrick Burroughs (Celti) 
 
 pkgname=html-xml-utils
-pkgver=8.3
+pkgver=8.4
 pkgrel=1
 pkgdesc='Utilities for manipulating HTML and XML files'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 license=('W3C')
 depends=('curl' 'libidn2')
 source=("$url/$pkgname-$pkgver.tar.gz")
-sha512sums=('b98179c945a75ad37739a9d4199c3e884cee7bdf614b849f8738b8010bb4b415031f4a944c3670d48e4b1cbd87954f98d6dc0cb6d5f15aa4a0cbcf3598b43e39')
-b2sums=('76e71e646d5b9a8bcd203474503c6b020256e9e1d64b28a37a045260510a09155df55369edbebf1097393bf683d998933f16ba0115ef316fffa329fbe8e3556a')
+sha512sums=('8e011e8bb73b0ca46af8aa54f8080b0ba0ac074910056571ab030d5b8ac2156a5ba0342bfe1ddc3a60ea8ec7c2149b58fc126fc59204fead5f0366ebb8fa46a7')
+b2sums=('84e524c1850088f9664fb937798cc3667ab459adeff5f48b0c96f5e82608c54a02f2d08b67b3ee5094169948f6dd44deb74ac697bea565577fd8762ff61ed401')
 
 build() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in lib32-nss/repos/multilib-testing-x86_64 (4 files)

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 20:25:26
  Author: heftig
Revision: 1180708

archrelease: copy trunk to multilib-testing-x86_64

Added:
  
lib32-nss/repos/multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
(from rev 1180707, 
lib32-nss/trunk/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
  lib32-nss/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1180707, lib32-nss/trunk/PKGBUILD)
Deleted:
  
lib32-nss/repos/multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
  lib32-nss/repos/multilib-testing-x86_64/PKGBUILD

+
 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch |  114 +--
 PKGBUILD   |  134 +++
 2 files changed, 124 insertions(+), 124 deletions(-)

Deleted: 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
===
--- 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch  2022-04-01 20:20:41 UTC 
(rev 1180707)
+++ 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch  2022-04-01 20:25:26 UTC 
(rev 1180708)
@@ -1,57 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 12 Dec 2020 13:43:54 +0100
-Subject: [PATCH] Hack mpi_x64.s to work with -fno-plt
-

- lib/freebl/mpi/mpi_x86.s | 23 +--
- 1 file changed, 21 insertions(+), 2 deletions(-)
-
-diff --git a/lib/freebl/mpi/mpi_x86.s b/lib/freebl/mpi/mpi_x86.s
-index 8f7e2130c326..b3ca1ce5b41b 100644
 a/lib/freebl/mpi/mpi_x86.s
-+++ b/lib/freebl/mpi/mpi_x86.s
-@@ -22,22 +22,41 @@ is_sse: .long  -1
- #
- .ifndef NO_PIC
- .macro GET   var,reg
--movl   \var@GOTOFF(%ebx),\reg
-+call   thunk.ax
-+addl   $_GLOBAL_OFFSET_TABLE_, %eax
-+movl   \var@GOTOFF(%eax),\reg
- .endm
- .macro PUT   reg,var
--movl   \reg,\var@GOTOFF(%ebx)
-+call   thunk.dx
-+addl   $_GLOBAL_OFFSET_TABLE_, %edx
-+movl   \reg,\var@GOTOFF(%edx)
- .endm
- .else
- .macro GET   var,reg
- movl   \var,\reg
- .endm
- .macro PUT   reg,var
- movl   \reg,\var
- .endm
- .endif
- 
- .text
- 
-+.ifndef NO_PIC
-+.globlthunk.ax
-+.hidden   thunk.ax
-+.type thunk.ax, @function
-+thunk.ax:
-+   movl   (%esp),%eax
-+   ret
-+
-+.globlthunk.dx
-+.hidden   thunk.dx
-+.type thunk.dx, @function
-+thunk.dx:
-+   movl   (%esp),%edx
-+   ret
-+.endif
- 
-  #  ebp - 36: caller's esi
-  #  ebp - 32: caller's edi

Copied: 
lib32-nss/repos/multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
 (from rev 1180707, 
lib32-nss/trunk/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
===
--- 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch  
(rev 0)
+++ 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch  2022-04-01 20:25:26 UTC 
(rev 1180708)
@@ -0,0 +1,57 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 12 Dec 2020 13:43:54 +0100
+Subject: [PATCH] Hack mpi_x64.s to work with -fno-plt
+
+---
+ lib/freebl/mpi/mpi_x86.s | 23 +--
+ 1 file changed, 21 insertions(+), 2 deletions(-)
+
+diff --git a/lib/freebl/mpi/mpi_x86.s b/lib/freebl/mpi/mpi_x86.s
+index 8f7e2130c326..b3ca1ce5b41b 100644
+--- a/lib/freebl/mpi/mpi_x86.s
 b/lib/freebl/mpi/mpi_x86.s
+@@ -22,22 +22,41 @@ is_sse: .long  -1
+ #
+ .ifndef NO_PIC
+ .macro GET   var,reg
+-movl   \var@GOTOFF(%ebx),\reg
++call   thunk.ax
++addl   $_GLOBAL_OFFSET_TABLE_, %eax
++movl   \var@GOTOFF(%eax),\reg
+ .endm
+ .macro PUT   reg,var
+-movl   \reg,\var@GOTOFF(%ebx)
++call   thunk.dx
++addl   $_GLOBAL_OFFSET_TABLE_, %edx
++movl   \reg,\var@GOTOFF(%edx)
+ .endm
+ .else
+ .macro GET   var,reg
+ movl   \var,\reg
+ .endm
+ .macro PUT   reg,var
+ movl   \reg,\var
+ .endm
+ .endif
+ 
+ .text
+ 
++.ifndef NO_PIC
++.globlthunk.ax
++.hidden   thunk.ax
++.type thunk.ax, @function
++thunk.ax:
++   movl   (%esp),%eax
++   ret
++
++.globlthunk.dx
++.hidden   thunk.dx
++.type thunk.dx, @function
++thunk.dx:
++   movl   (%esp),%edx
++   ret
++.endif
+ 
+  #  ebp - 36: caller's esi
+  #  ebp - 32: caller's edi

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 20:20:41 UTC (rev 1180707)
+++ PKGBUILD2022-04-01 20:25:26 UTC (rev 1180708)
@@ -1,67 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel Wallace 
-# Contributor: kfgz 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-nss
-pkgver=3.76.1
-pkgrel=2
-pkgdesc="Network Security Services (32-bit)"
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
-arch=(x86_64)
-license=(MPL GPL)
-depends=(lib32-nspr lib32-sqlite lib32-zlib 'lib32-p11-kit>=0.23.19' nss)

[arch-commits] Commit in nss/repos/testing-x86_64 (6 files)

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 20:25:27
  Author: heftig
Revision: 441206

archrelease: copy trunk to testing-x86_64

Added:
  nss/repos/testing-x86_64/PKGBUILD
(from rev 441205, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 441205, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 441205, nss/trunk/certdata2pem.py)
Deleted:
  nss/repos/testing-x86_64/PKGBUILD
  nss/repos/testing-x86_64/bundle.sh
  nss/repos/testing-x86_64/certdata2pem.py

-+
 PKGBUILD|  202 ++---
 bundle.sh   |   44 +-
 certdata2pem.py |  826 +++---
 3 files changed, 536 insertions(+), 536 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 20:21:22 UTC (rev 441205)
+++ PKGBUILD2022-04-01 20:25:27 UTC (rev 441206)
@@ -1,101 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=nss
-pkgname=(nss ca-certificates-mozilla)
-pkgver=3.76.1
-pkgrel=2
-pkgdesc="Network Security Services"
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
-arch=(x86_64)
-license=(MPL GPL)
-depends=(nspr sqlite zlib sh 'p11-kit>=0.23.19')
-makedepends=(perl python gyp mercurial)
-options=(debug)
-_revision=0e6c67470eed5044ace519e2405ddfa7186f0dc2
-source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision;
-certdata2pem.py bundle.sh)
-sha256sums=('SKIP'
-'d2a1579dae05fd16175fac27ef08b54731ecefdf414085c610179afcf62b096c'
-'3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd')
-
-pkgver() {
-  cd nss
-  hg id -t -r. | sed 's/^NSS_//;s/_RTM$//;s/_/./g'
-}
-
-prepare() {
-  mkdir -p certs
-  ln -srft certs nss/lib/ckfw/builtins/{certdata.txt,nssckbi.h}
-}
-
-build() {
-  cd certs
-  ../certdata2pem.py
-
-  cd ..
-  ./bundle.sh
-
-  cd nss
-  ./build.sh \
---target x64 \
---opt \
---system-sqlite \
---system-nspr \
---enable-libpkix \
---disable-tests
-}
-
-package_nss() {
-  local nsprver="$(pkg-config --modversion nspr)"
-  local libdir=/usr/lib
-
-  sed nss/pkg/pkg-config/nss.pc.in \
--e "s,%libdir%,$libdir,g" \
--e "s,%prefix%,/usr,g" \
--e "s,%exec_prefix%,/usr/bin,g" \
--e "s,%includedir%,/usr/include/nss,g" \
--e "s,%NSPR_VERSION%,$nsprver,g" \
--e "s,%NSS_VERSION%,$pkgver,g" |
-install -Dm644 /dev/stdin "$pkgdir$libdir/pkgconfig/nss.pc"
-
-  ln -s nss.pc "$pkgdir$libdir/pkgconfig/mozilla-nss.pc"
-
-  install -Dt "$pkgdir$libdir" dist/Release/lib/*.so
-
-  local vmajor vminor vpatch
-  { read vmajor; read vminor; read vpatch; } \
-< <(awk '/#define.*NSS_V(MAJOR|MINOR|PATCH)/ {print $3}' nss/lib/nss/nss.h)
-
-  sed nss/pkg/pkg-config/nss-config.in \
--e "s,@libdir@,$libdir,g" \
--e "s,@prefix@,/usr/bin,g" \
--e "s,@exec_prefix@,/usr/bin,g" \
--e "s,@includedir@,/usr/include/nss,g" \
--e "s,@MOD_MAJOR_VERSION@,$vmajor,g" \
--e "s,@MOD_MINOR_VERSION@,$vminor,g" \
--e "s,@MOD_PATCH_VERSION@,$vpatch,g" |
-install -D /dev/stdin "$pkgdir/usr/bin/nss-config"
-
-  install -Dt "$pkgdir/usr/bin" \
-dist/Release/bin/{*util,shlibsign,signtool,signver,ssltap}
-
-  install -Dt "$pkgdir/usr/include/nss" -m644 dist/public/nss/*.h
-
-  install -Dt "$pkgdir/usr/share/man/man1" -m644 \
-nss/doc/nroff/{*util,signtool,signver,ssltap}.1
-
-  # Replace built-in trust with p11-kit connection
-  ln -s pkcs11/p11-kit-trust.so "$pkgdir$libdir/p11-kit-trust.so"
-  ln -sf p11-kit-trust.so "$pkgdir$libdir/libnssckbi.so"
-}
-
-package_ca-certificates-mozilla() {
-  pkgdesc="Mozilla's set of trusted CA certificates"
-  depends=('ca-certificates-utils>=20181109-3')
-
-  install -Dm644 ca-bundle.trust.p11-kit \
-"$pkgdir/usr/share/ca-certificates/trust-source/mozilla.trust.p11-kit"
-}
-
-# vim:set sw=2 et:

Copied: nss/repos/testing-x86_64/PKGBUILD (from rev 441205, nss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 20:25:27 UTC (rev 441206)
@@ -0,0 +1,101 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=nss
+pkgname=(nss ca-certificates-mozilla)
+pkgver=3.77
+pkgrel=1
+pkgdesc="Network Security Services"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
+arch=(x86_64)
+license=(MPL GPL)
+depends=(nspr sqlite zlib sh 'p11-kit>=0.23.19')
+makedepends=(perl python gyp mercurial)
+options=(debug)
+_revision=270cfaea32850b30e16a720207a43168d6b64863
+source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision;
+certdata2pem.py bundle.sh)
+sha256sums=('SKIP'
+'d2a1579dae05fd16175fac27ef08b54731ecefdf414085c610179afcf62b096c'
+'3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd')
+
+pkgver() {
+  cd nss
+  hg id -t -r. | sed 

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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 20:21:22
  Author: heftig
Revision: 441205

3.77-1

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 20:04:37 UTC (rev 441204)
+++ PKGBUILD2022-04-01 20:21:22 UTC (rev 441205)
@@ -3,8 +3,8 @@
 
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
-pkgver=3.76.1
-pkgrel=2
+pkgver=3.77
+pkgrel=1
 pkgdesc="Network Security Services"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(nspr sqlite zlib sh 'p11-kit>=0.23.19')
 makedepends=(perl python gyp mercurial)
 options=(debug)
-_revision=0e6c67470eed5044ace519e2405ddfa7186f0dc2
+_revision=270cfaea32850b30e16a720207a43168d6b64863
 source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision;
 certdata2pem.py bundle.sh)
 sha256sums=('SKIP'



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 20:20:41
  Author: heftig
Revision: 1180707

3.77-1

Modified:
  lib32-nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 19:51:40 UTC (rev 1180706)
+++ PKGBUILD2022-04-01 20:20:41 UTC (rev 1180707)
@@ -4,8 +4,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-nss
-pkgver=3.76.1
-pkgrel=2
+pkgver=3.77
+pkgrel=1
 pkgdesc="Network Security Services (32-bit)"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(lib32-nspr lib32-sqlite lib32-zlib 'lib32-p11-kit>=0.23.19' nss)
 makedepends=(perl python gyp mercurial)
 options=(debug)
-_revision=0e6c67470eed5044ace519e2405ddfa7186f0dc2
+_revision=270cfaea32850b30e16a720207a43168d6b64863
 source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision;
 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
 sha256sums=('SKIP'



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 20:04:37
  Author: heftig
Revision: 441204

archrelease: copy trunk to extra-x86_64

Added:
  libical/repos/extra-x86_64/PKGBUILD
(from rev 441203, libical/trunk/PKGBUILD)
Deleted:
  libical/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 20:00:15 UTC (rev 441203)
+++ PKGBUILD2022-04-01 20:04:37 UTC (rev 441204)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=libical
-pkgver=3.0.14
-pkgrel=1
-pkgdesc="An open source reference implementation of the icalendar data type 
and serialization format"
-arch=('x86_64')
-url='https://github.com/libical/libical'
-license=('LGPL' 'MPL')
-depends=('glibc' 'glib2' 'icu' 'db' 'libxml2')
-makedepends=('cmake' 'gtk-doc' 'doxygen' 'vala' 'gobject-introspection')
-checkdepends=('python-gobject')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('36da5516672976c71b049a12af36164d91f9b655f81f1884766558149f25e80c30e64d15da848842f8a629295d708f39ce6fa63a3b0da39b5cbeb91911a4e6d8')
-
-build() {
-  cmake -H"${pkgname}-${pkgver}" -Bbuild \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DGOBJECT_INTROSPECTION=true \
--DICAL_GLIB_VAPI=true \
--DSHARED_ONLY=true
-  cmake --build build
-}
-
-check() {
-  cmake --build build --target test
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --build build --target install
-}

Copied: libical/repos/extra-x86_64/PKGBUILD (from rev 441203, 
libical/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 20:04:37 UTC (rev 441204)
@@ -0,0 +1,36 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=libical
+pkgver=3.0.14
+pkgrel=2
+pkgdesc="An open source reference implementation of the icalendar data type 
and serialization format"
+arch=('x86_64')
+url='https://github.com/libical/libical'
+license=('LGPL' 'MPL')
+depends=('glibc' 'glib2' 'icu' 'db' 'libxml2')
+makedepends=('cmake' 'ninja' 'gtk-doc' 'doxygen' 'vala' 
'gobject-introspection')
+checkdepends=('python-gobject')
+options=('debug')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('36da5516672976c71b049a12af36164d91f9b655f81f1884766558149f25e80c30e64d15da848842f8a629295d708f39ce6fa63a3b0da39b5cbeb91911a4e6d8')
+
+build() {
+  cmake -S "${pkgname}-${pkgver}" -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DGOBJECT_INTROSPECTION=true \
+-DICAL_GLIB_VAPI=true \
+-DSHARED_ONLY=true
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target test
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+}



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 20:00:15
  Author: heftig
Revision: 441203

typo

Modified:
  libical/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 19:59:59 UTC (rev 441202)
+++ PKGBUILD2022-04-01 20:00:15 UTC (rev 441203)
@@ -12,7 +12,7 @@
 depends=('glibc' 'glib2' 'icu' 'db' 'libxml2')
 makedepends=('cmake' 'ninja' 'gtk-doc' 'doxygen' 'vala' 
'gobject-introspection')
 checkdepends=('python-gobject')
-option=('debug')
+options=('debug')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
 
sha512sums=('36da5516672976c71b049a12af36164d91f9b655f81f1884766558149f25e80c30e64d15da848842f8a629295d708f39ce6fa63a3b0da39b5cbeb91911a4e6d8')
 



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 19:59:59
  Author: heftig
Revision: 441202

3.0.14-2: debug on

Modified:
  libical/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 19:56:12 UTC (rev 441201)
+++ PKGBUILD2022-04-01 19:59:59 UTC (rev 441202)
@@ -4,19 +4,20 @@
 
 pkgname=libical
 pkgver=3.0.14
-pkgrel=1
+pkgrel=2
 pkgdesc="An open source reference implementation of the icalendar data type 
and serialization format"
 arch=('x86_64')
 url='https://github.com/libical/libical'
 license=('LGPL' 'MPL')
 depends=('glibc' 'glib2' 'icu' 'db' 'libxml2')
-makedepends=('cmake' 'gtk-doc' 'doxygen' 'vala' 'gobject-introspection')
+makedepends=('cmake' 'ninja' 'gtk-doc' 'doxygen' 'vala' 
'gobject-introspection')
 checkdepends=('python-gobject')
+option=('debug')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
 
sha512sums=('36da5516672976c71b049a12af36164d91f9b655f81f1884766558149f25e80c30e64d15da848842f8a629295d708f39ce6fa63a3b0da39b5cbeb91911a4e6d8')
 
 build() {
-  cmake -H"${pkgname}-${pkgver}" -Bbuild \
+  cmake -S "${pkgname}-${pkgver}" -B build -G Ninja \
 -DCMAKE_BUILD_TYPE=None \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBEXECDIR=lib \
@@ -31,5 +32,5 @@
 }
 
 package() {
-  DESTDIR="${pkgdir}" cmake --build build --target install
+  DESTDIR="${pkgdir}" cmake --install build
 }



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 19:56:12
  Author: heftig
Revision: 441201

archrelease: copy trunk to extra-x86_64

Added:
  snowball/repos/extra-x86_64/PKGBUILD
(from rev 441200, snowball/trunk/PKGBUILD)
  snowball/repos/extra-x86_64/dynamiclib.diff
(from rev 441200, snowball/trunk/dynamiclib.diff)
Deleted:
  snowball/repos/extra-x86_64/PKGBUILD
  snowball/repos/extra-x86_64/dynamiclib.patch

--+
 PKGBUILD |  121 +
 dynamiclib.diff  |   68 +
 dynamiclib.patch |   41 -
 3 files changed, 127 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 19:55:54 UTC (rev 441200)
+++ PKGBUILD2022-04-01 19:56:12 UTC (rev 441201)
@@ -1,62 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=snowball
-pkgname=(snowball libstemmer)
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="String processing language for creating stemming algorithms"
-url="https://snowballstem.org/;
-arch=(x86_64)
-license=(BSD)
-depends=(glibc)
-makedepends=(git)
-_commit=48a67a2831005f49c48ec29a5837640e23e54e6b
-source=("git+https://github.com/snowballstem/snowball#commit=$_commit;
-dynamiclib.patch)
-sha256sums=('SKIP'
-'4620e8d90cdccfc89226e929bfee151bead14ee5f4a5778b873613b689b95416')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  git apply -3 ../dynamiclib.patch
-}
-
-build() {
-  cd $pkgbase
-  make
-}
-
-check() {
-  cd $pkgbase
-
-  # Disabled - needs external test data
-  #make check
-}
-
-package_snowball() {
-  cd $pkgbase
-
-  install -Dt "$pkgdir/usr/bin" snowball stemwords
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
-}
-
-package_libstemmer() {
-  pkgdesc="Stemming library supporting several languages"
-  provides=(libstemmer.so)
-
-  cd $pkgbase
-
-  install -Dt "$pkgdir/usr/lib" libstemmer.so.0.0.0
-  ln -s libstemmer.so.0.0.0 "$pkgdir/usr/lib/libstemmer.so.0"
-  ln -s libstemmer.so.0 "$pkgdir/usr/lib/libstemmer.so"
-
-  install -Dt "$pkgdir/usr/include" -m644 include/libstemmer.h
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
-}

Copied: snowball/repos/extra-x86_64/PKGBUILD (from rev 441200, 
snowball/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 19:56:12 UTC (rev 441201)
@@ -0,0 +1,59 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=snowball
+pkgname=(snowball libstemmer)
+pkgver=2.2.0
+pkgrel=2
+pkgdesc="String processing language for creating stemming algorithms"
+url="https://snowballstem.org/;
+arch=(x86_64)
+license=(BSD)
+makedepends=(git)
+options=(debug)
+_commit=48a67a2831005f49c48ec29a5837640e23e54e6b  # tags/v2.2.0^0
+source=("git+https://github.com/snowballstem/snowball#commit=$_commit;
+dynamiclib.diff)
+sha256sums=('SKIP'
+'c031da5a11bafa079df6c33b38b8795b65cf2c91cc6b452dcf2b10612288a3e6')
+
+pkgver() {
+  cd snowball
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd snowball
+  git apply -3 ../dynamiclib.diff
+}
+
+build() {
+  cd snowball
+  make
+}
+
+# No check - needs external test data
+
+package_snowball() {
+  depends=(libstemmer)
+
+  cd snowball
+
+  install -Dt "$pkgdir/usr/bin" snowball stemwords
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}
+
+package_libstemmer() {
+  pkgdesc="Stemming library supporting several languages"
+  depends=(glibc)
+  provides=(libstemmer.so)
+
+  cd snowball
+
+  install -Dt "$pkgdir/usr/include" -m644 include/libstemmer.h
+  install -Dm644 libstemmer.so.0 "$pkgdir/usr/lib/libstemmer.so.0.0.0"
+  ln -s libstemmer.so.0.0.0 "$pkgdir/usr/lib/libstemmer.so.0"
+  ln -s libstemmer.so.0 "$pkgdir/usr/lib/libstemmer.so"
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}

Copied: snowball/repos/extra-x86_64/dynamiclib.diff (from rev 441200, 
snowball/trunk/dynamiclib.diff)
===
--- dynamiclib.diff (rev 0)
+++ dynamiclib.diff 2022-04-01 19:56:12 UTC (rev 441201)
@@ -0,0 +1,68 @@
+ GNUmakefile   | 15 +++
+ libstemmer/symbol.map |  6 ++
+ 2 files changed, 13 insertions(+), 8 deletions(-)
+
+diff --git c/GNUmakefile i/GNUmakefile
+index 98eb1fa..86e4855 100644
+--- c/GNUmakefile
 i/GNUmakefile
+@@ -170,20 +170,19 @@ C_OTHER_OBJECTS = $(C_OTHER_SOURCES:.c=.o)
+ JAVA_CLASSES = $(JAVA_SOURCES:.java=.class)
+ JAVA_RUNTIME_CLASSES=$(JAVARUNTIME_SOURCES:.java=.class)
+ 
+-CFLAGS=-O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations
+-CPPFLAGS=
++CFLAGS+=-fPIC -W -Wall -Wmissing-prototypes -Wmissing-declarations
+ 
+ INCLUDES=-Iinclude
+ 
+-all: snowball$(EXEEXT) libstemmer.a stemwords$(EXEEXT) 

[arch-commits] Commit in snowball/trunk (PKGBUILD dynamiclib.diff dynamiclib.patch)

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 19:55:54
  Author: heftig
Revision: 441200

2.2.0-2: dynamically link stemwords, debug on

Added:
  snowball/trunk/dynamiclib.diff
(from rev 441199, snowball/trunk/dynamiclib.patch)
Modified:
  snowball/trunk/PKGBUILD
Deleted:
  snowball/trunk/dynamiclib.patch

--+
 PKGBUILD |   39 ++
 dynamiclib.diff  |   68 +
 dynamiclib.patch |   41 ---
 3 files changed, 86 insertions(+), 62 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 19:36:45 UTC (rev 441199)
+++ PKGBUILD2022-04-01 19:55:54 UTC (rev 441200)
@@ -3,44 +3,41 @@
 pkgbase=snowball
 pkgname=(snowball libstemmer)
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="String processing language for creating stemming algorithms"
 url="https://snowballstem.org/;
 arch=(x86_64)
 license=(BSD)
-depends=(glibc)
 makedepends=(git)
-_commit=48a67a2831005f49c48ec29a5837640e23e54e6b
+options=(debug)
+_commit=48a67a2831005f49c48ec29a5837640e23e54e6b  # tags/v2.2.0^0
 source=("git+https://github.com/snowballstem/snowball#commit=$_commit;
-dynamiclib.patch)
+dynamiclib.diff)
 sha256sums=('SKIP'
-'4620e8d90cdccfc89226e929bfee151bead14ee5f4a5778b873613b689b95416')
+'c031da5a11bafa079df6c33b38b8795b65cf2c91cc6b452dcf2b10612288a3e6')
 
 pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  cd snowball
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgbase
-  git apply -3 ../dynamiclib.patch
+  cd snowball
+  git apply -3 ../dynamiclib.diff
 }
 
 build() {
-  cd $pkgbase
+  cd snowball
   make
 }
 
-check() {
-  cd $pkgbase
+# No check - needs external test data
 
-  # Disabled - needs external test data
-  #make check
-}
-
 package_snowball() {
-  cd $pkgbase
+  depends=(libstemmer)
 
+  cd snowball
+
   install -Dt "$pkgdir/usr/bin" snowball stemwords
 
   install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
@@ -48,15 +45,15 @@
 
 package_libstemmer() {
   pkgdesc="Stemming library supporting several languages"
+  depends=(glibc)
   provides=(libstemmer.so)
 
-  cd $pkgbase
+  cd snowball
 
-  install -Dt "$pkgdir/usr/lib" libstemmer.so.0.0.0
+  install -Dt "$pkgdir/usr/include" -m644 include/libstemmer.h
+  install -Dm644 libstemmer.so.0 "$pkgdir/usr/lib/libstemmer.so.0.0.0"
   ln -s libstemmer.so.0.0.0 "$pkgdir/usr/lib/libstemmer.so.0"
   ln -s libstemmer.so.0 "$pkgdir/usr/lib/libstemmer.so"
 
-  install -Dt "$pkgdir/usr/include" -m644 include/libstemmer.h
-
   install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
 }

Copied: snowball/trunk/dynamiclib.diff (from rev 441199, 
snowball/trunk/dynamiclib.patch)
===
--- dynamiclib.diff (rev 0)
+++ dynamiclib.diff 2022-04-01 19:55:54 UTC (rev 441200)
@@ -0,0 +1,68 @@
+ GNUmakefile   | 15 +++
+ libstemmer/symbol.map |  6 ++
+ 2 files changed, 13 insertions(+), 8 deletions(-)
+
+diff --git c/GNUmakefile i/GNUmakefile
+index 98eb1fa..86e4855 100644
+--- c/GNUmakefile
 i/GNUmakefile
+@@ -170,20 +170,19 @@ C_OTHER_OBJECTS = $(C_OTHER_SOURCES:.c=.o)
+ JAVA_CLASSES = $(JAVA_SOURCES:.java=.class)
+ JAVA_RUNTIME_CLASSES=$(JAVARUNTIME_SOURCES:.java=.class)
+ 
+-CFLAGS=-O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations
+-CPPFLAGS=
++CFLAGS+=-fPIC -W -Wall -Wmissing-prototypes -Wmissing-declarations
+ 
+ INCLUDES=-Iinclude
+ 
+-all: snowball$(EXEEXT) libstemmer.a stemwords$(EXEEXT) $(C_OTHER_SOURCES) 
$(C_OTHER_HEADERS) $(C_OTHER_OBJECTS)
++all: snowball$(EXEEXT) libstemmer.so.0 stemwords$(EXEEXT) $(C_OTHER_SOURCES) 
$(C_OTHER_HEADERS) $(C_OTHER_OBJECTS)
+ 
+ algorithms.mk: libstemmer/mkalgorithms.pl libstemmer/modules.txt
+   libstemmer/mkalgorithms.pl algorithms.mk libstemmer/modules.txt
+ 
+ clean:
+   rm -f $(COMPILER_OBJECTS) $(RUNTIME_OBJECTS) \
+ $(LIBSTEMMER_OBJECTS) $(LIBSTEMMER_UTF8_OBJECTS) 
$(STEMWORDS_OBJECTS) snowball$(EXEEXT) \
+-libstemmer.a stemwords$(EXEEXT) \
++libstemmer.so.0 stemwords$(EXEEXT) \
+   libstemmer/modules.h \
+   libstemmer/modules_utf8.h \
+ $(C_LIB_SOURCES) $(C_LIB_HEADERS) $(C_LIB_OBJECTS) \
+@@ -222,19 +221,19 @@ libstemmer/modules_utf8.h libstemmer/mkinc_utf8.mak: 
libstemmer/mkmodules.pl lib
+ 
+ libstemmer/libstemmer.o: libstemmer/modules.h $(C_LIB_HEADERS)
+ 
+-libstemmer.a: libstemmer/libstemmer.o $(RUNTIME_OBJECTS) $(C_LIB_OBJECTS)
+-  $(AR) -cru $@ $^
++libstemmer.so.0: libstemmer/libstemmer.o $(RUNTIME_OBJECTS) $(C_LIB_OBJECTS)
++  $(CC) $(CFLAGS) -shared $(LDFLAGS) 
-Wl,-soname,$@,-version-script,libstemmer/symbol.map -o $@ $^
+ 
+ examples/%.o: examples/%.c
+   $(CC) $(CFLAGS) $(INCLUDES) $(CPPFLAGS) -c -o $@ $<
+ 

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

2022-04-01 Thread Antonio Rojas via arch-commits
Date: Friday, April 1, 2022 @ 19:51:40
  Author: arojas
Revision: 1180706

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 19:51:23 UTC (rev 1180705)
+++ PKGBUILD2022-04-01 19:51:40 UTC (rev 1180706)
@@ -1,45 +0,0 @@
-# Maintainer: Andreas Radke 
-
-_pkgbasename=libgcrypt
-pkgname=lib32-$_pkgbasename
-pkgver=1.9.4
-pkgrel=1
-pkgdesc="General purpose cryptographic library based on the code from GnuPG 
(32-bit)"
-arch=(x86_64)
-url="https://www.gnupg.org;
-license=('LGPL')
-depends=('lib32-libgpg-error' $_pkgbasename)
-makedepends=(gcc-multilib libtool-multilib)
-source=(https://gnupg.org/ftp/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('1bccc8393482fa1953323ff429c6b5ba5676eb1a'
-  'SKIP')
-validpgpkeys=('6DAA6E64A76D2840571B4902528897B826403ADA') # "Werner Koch (dist 
signing 2020)"
-
-prepare() {
-  cd ${_pkgbasename}-${pkgver}
-
-  # Use 32-bit assembler
-  sed 's:i586\*-\*-\*:x86_64-*-*:' -i mpi/config.links
-  sed 's:x86_64-\*-\*:ignore:;s:i?86-\*-\*:x86_64-*-*:' -i configure.ac
-
-  autoreconf -fi
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${_pkgbasename}-${pkgver}
-
-  ./configure --prefix=/usr --disable-static --disable-padlock-support \
-  --libdir=/usr/lib32 --enable-shared
-  make
-}
-
-package() {
-  cd ${_pkgbasename}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
-}

Copied: lib32-libgcrypt/repos/multilib-x86_64/PKGBUILD (from rev 1180705, 
lib32-libgcrypt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 19:51:40 UTC (rev 1180706)
@@ -0,0 +1,45 @@
+# Maintainer: Andreas Radke 
+
+_pkgbasename=libgcrypt
+pkgname=lib32-$_pkgbasename
+pkgver=1.10.1
+pkgrel=1
+pkgdesc="General purpose cryptographic library based on the code from GnuPG 
(32-bit)"
+arch=(x86_64)
+url="https://www.gnupg.org;
+license=('LGPL')
+depends=('lib32-libgpg-error' $_pkgbasename)
+makedepends=(gcc-multilib libtool-multilib)
+source=(https://gnupg.org/ftp/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('de2cc32e7538efa376de7bf5d3eafa85626fb95f'
+  'SKIP')
+validpgpkeys=('6DAA6E64A76D2840571B4902528897B826403ADA') # "Werner Koch (dist 
signing 2020)"
+
+prepare() {
+  cd ${_pkgbasename}-${pkgver}
+
+  # Use 32-bit assembler
+  sed 's:i\[34567\]86\*-\*-\*:x86_64-*-*:' -i mpi/config.links
+  sed 's:x86_64-\*-\*:ignore:;s:i?86-\*-\*:x86_64-*-*:' -i configure.ac
+
+  autoreconf -fi
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${_pkgbasename}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static --disable-padlock-support \
+  --libdir=/usr/lib32 --enable-shared
+  make
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
+}



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

2022-04-01 Thread Antonio Rojas via arch-commits
Date: Friday, April 1, 2022 @ 19:51:23
  Author: arojas
Revision: 1180705

Update to 1.10.1

Modified:
  lib32-libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 19:32:33 UTC (rev 1180704)
+++ PKGBUILD2022-04-01 19:51:23 UTC (rev 1180705)
@@ -2,7 +2,7 @@
 
 _pkgbasename=libgcrypt
 pkgname=lib32-$_pkgbasename
-pkgver=1.9.4
+pkgver=1.10.1
 pkgrel=1
 pkgdesc="General purpose cryptographic library based on the code from GnuPG 
(32-bit)"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('lib32-libgpg-error' $_pkgbasename)
 makedepends=(gcc-multilib libtool-multilib)
 
source=(https://gnupg.org/ftp/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('1bccc8393482fa1953323ff429c6b5ba5676eb1a'
+sha1sums=('de2cc32e7538efa376de7bf5d3eafa85626fb95f'
   'SKIP')
 validpgpkeys=('6DAA6E64A76D2840571B4902528897B826403ADA') # "Werner Koch (dist 
signing 2020)"
 
@@ -19,7 +19,7 @@
   cd ${_pkgbasename}-${pkgver}
 
   # Use 32-bit assembler
-  sed 's:i586\*-\*-\*:x86_64-*-*:' -i mpi/config.links
+  sed 's:i\[34567\]86\*-\*-\*:x86_64-*-*:' -i mpi/config.links
   sed 's:x86_64-\*-\*:ignore:;s:i?86-\*-\*:x86_64-*-*:' -i configure.ac
 
   autoreconf -fi



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 19:36:45
  Author: heftig
Revision: 441199

archrelease: copy trunk to extra-x86_64

Added:
  libpst/repos/extra-x86_64/PKGBUILD
(from rev 441198, libpst/trunk/PKGBUILD)
  libpst/repos/extra-x86_64/python310.patch
(from rev 441198, libpst/trunk/python310.patch)
Deleted:
  libpst/repos/extra-x86_64/PKGBUILD
  libpst/repos/extra-x86_64/python310.patch

-+
 PKGBUILD|  108 +-
 python310.patch |   24 ++--
 2 files changed, 62 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 19:36:33 UTC (rev 441198)
+++ PKGBUILD2022-04-01 19:36:45 UTC (rev 441199)
@@ -1,58 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=libpst
-pkgname=(libpst libpst-docs)
-pkgver=0.6.76
-pkgrel=5
-pkgdesc="Outlook .pst file converter"
-url="https://www.five-ten-sg.com/libpst/;
-arch=(x86_64)
-license=(GPL)
-depends=(gcc-libs libgsf)
-makedepends=(python boost)
-source=(https://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz
-python310.patch)
-sha256sums=('3d291beebbdb48d2b934608bc06195b641da63d2a8f5e0d386f2e9d6d05a0b42'
-'8bd2cf189719fa98831b26b28ed68098a82fe6f31a1e23d8576faa27fc4e819f')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../python310.patch
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --disable-static --enable-libpst-shared --disable-dii
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-_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_libpst() {
-  optdepends=('boost-libs: for libpst python interface')
-  provides=(libpst.so)
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd "$pkgdir"
-
-  _pick docs usr/share/doc
-}
-
-package_libpst-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  mv docs/* "$pkgdir"
-}

Copied: libpst/repos/extra-x86_64/PKGBUILD (from rev 441198, 
libpst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 19:36:45 UTC (rev 441199)
@@ -0,0 +1,50 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=libpst
+pkgname=(libpst libpst-docs)
+pkgver=0.6.76
+pkgrel=6
+pkgdesc="Outlook .pst file converter"
+url="https://www.five-ten-sg.com/libpst/;
+arch=(x86_64)
+license=(GPL)
+depends=(gcc-libs libgsf)
+makedepends=(python boost)
+options=(debug)
+source=(https://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz
+python310.patch)
+sha256sums=('3d291beebbdb48d2b934608bc06195b641da63d2a8f5e0d386f2e9d6d05a0b42'
+'8bd2cf189719fa98831b26b28ed68098a82fe6f31a1e23d8576faa27fc4e819f')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../python310.patch
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_libpst() {
+  optdepends=('boost-libs: for libpst python interface')
+  provides=(libpst.so)
+
+  make -C $pkgbase-$pkgver DESTDIR="$pkgdir" install
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_libpst-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 et:

Deleted: python310.patch
===
--- python310.patch 2022-04-01 19:36:33 UTC (rev 441198)
+++ python310.patch 2022-04-01 19:36:45 UTC (rev 441199)
@@ -1,12 +0,0 @@
-diff -upr libpst-0.6.76.orig/configure libpst-0.6.76/configure
 libpst-0.6.76.orig/configure   2021-03-28 02:08:10.0 +0200
-+++ libpst-0.6.76/configure2021-12-03 16:24:53.025153596 +0200
-@@ -24672,7 +24672,7 @@ if test "$enable_python" = "yes"; then
- $as_echo_n "checking for python build information... " >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
- $as_echo "" >&6; }
--for python in python3.9 python3.8 python3.7 python3.6 python3.5 python3.3 
python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 
python2.2 python2.1 python; do
-+for python in python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 
python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 
python2.3 python2.2 python2.1 python; do
- for ac_prog in $python
- do
-   # Extract the first word of "$ac_prog", so it can be a program name with 
args.

Copied: libpst/repos/extra-x86_64/python310.patch (from rev 441198, 
libpst/trunk/python310.patch)

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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 19:36:33
  Author: heftig
Revision: 441198

0.6.76-6: debug on

Modified:
  libpst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 19:20:33 UTC (rev 441197)
+++ PKGBUILD2022-04-01 19:36:33 UTC (rev 441198)
@@ -4,7 +4,7 @@
 pkgbase=libpst
 pkgname=(libpst libpst-docs)
 pkgver=0.6.76
-pkgrel=5
+pkgrel=6
 pkgdesc="Outlook .pst file converter"
 url="https://www.five-ten-sg.com/libpst/;
 arch=(x86_64)
@@ -11,6 +11,7 @@
 license=(GPL)
 depends=(gcc-libs libgsf)
 makedepends=(python boost)
+options=(debug)
 source=(https://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz
 python310.patch)
 sha256sums=('3d291beebbdb48d2b934608bc06195b641da63d2a8f5e0d386f2e9d6d05a0b42'
@@ -29,30 +30,21 @@
   make
 }
 
-_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_libpst() {
   optdepends=('boost-libs: for libpst python interface')
   provides=(libpst.so)
 
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
+  make -C $pkgbase-$pkgver DESTDIR="$pkgdir" install
 
-  cd "$pkgdir"
-
-  _pick docs usr/share/doc
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
 }
 
 package_libpst-docs() {
   pkgdesc+=" (documentation)"
   depends=()
-  mv docs/* "$pkgdir"
+
+  mv doc/* "$pkgdir"
 }
+
+# vim:set sw=2 et:



[arch-commits] Commit in gitlab/repos (14 files)

2022-04-01 Thread Anatol Pomozov via arch-commits
Date: Friday, April 1, 2022 @ 19:23:05
  Author: anatolik
Revision: 1180703

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 1180701, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/configs.patch
(from rev 1180701, gitlab/trunk/configs.patch)
  gitlab/repos/community-testing-x86_64/environment
(from rev 1180701, gitlab/trunk/environment)
  gitlab/repos/community-testing-x86_64/fixes.patch
(from rev 1180701, gitlab/trunk/fixes.patch)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 1180701, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 1180701, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 1180701, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-puma.service
(from rev 1180702, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 1180702, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 1180702, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 1180702, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 1180702, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 1180702, gitlab/trunk/gitlab.tmpfiles.d)

-+
 PKGBUILD|  185 +
 configs.patch   |  291 ++
 environment |3 
 fixes.patch |   20 +++
 gitlab-backup.service   |   19 +++
 gitlab-backup.timer |   10 +
 gitlab-mailroom.service |   21 +++
 gitlab-puma.service |   34 +
 gitlab-sidekiq.service  |   30 
 gitlab.install  |   34 +
 gitlab.logrotate|6 
 gitlab.target   |7 +
 gitlab.tmpfiles.d   |1 
 13 files changed, 661 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 1180701, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-04-01 19:23:05 UTC (rev 1180703)
@@ -0,0 +1,185 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+pkgname=gitlab
+pkgver=14.9.2
+pkgrel=1
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss;
+license=('MIT')
+options=(!buildflags)
+depends=('ruby2.7' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 'openssh' 'redis' 
'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/gitlab/database.yml"
+"etc/webapps/gitlab/gitlab.yml"
+"etc/webapps/gitlab/resque.yml"
+"etc/webapps/gitlab/puma.rb"
+"etc/webapps/gitlab/smtp_settings.rb"
+"etc/logrotate.d/gitlab")
+source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
+configs.patch
+fixes.patch
+environment
+gitlab-puma.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate)
+install='gitlab.install'
+sha512sums=('SKIP'
+
'0b688a96583bd7e230765d2c32406c2bd082665818564e927cc9eef4e3fc08e0674a3830d1d0c3e6744ae51f2b07ceaa76bd43770f1655fe7a498f9086c596c0'
+
'4f3ba368c2330db4d58277fe927a9707e5a80ec5479b4e15b5b7086132aa3f7ca5d139c29b6443e24ee804b07b3346c69a6b87244e5f774440c62dc2d9240ffe'
+
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
+
'451a030940f124bccd6d29c1924861b361d52db32cff6e745c144286c2afc7065e117f825721145ed2dd4406f5bcfa97e228a80b968aaa9a675613b71b776eba'
+
'419848c668928276620b5229e457a39e0ed7e111f1da68a30c3e0ae1a644af1c869b004b35435ccec4ddcdf6cf7418b1ab71e6e2ee8a2c861c6625c8bfd908f6'
+
'd86e16747ad79f514ce180646c68bec8b6fa61764b2b14b1621db998f48955c3fb81f4e19ecb0fbab9d603dd25d95929e6d72a473652608373e6551f26244738'
+

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

2022-04-01 Thread Anatol Pomozov via arch-commits
Date: Friday, April 1, 2022 @ 19:22:32
  Author: anatolik
Revision: 1180702

archrelease: copy trunk to community-any

Added:
  ruby-tins/repos/community-any/PKGBUILD
(from rev 1180701, ruby-tins/trunk/PKGBUILD)
Deleted:
  ruby-tins/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 19:22:11 UTC (rev 1180701)
+++ PKGBUILD2022-04-01 19:22:32 UTC (rev 1180702)
@@ -1,26 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Julien Nicoulaud 
-# Contributor: Hyacinthe Cartiaux 
-
-pkgname=ruby-tins
-pkgver=1.26.0
-pkgrel=2
-pkgdesc='All the stuff that is not good/big enough for a real library'
-arch=('any')
-url='https://github.com/flori/tins'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/tins-${pkgver}.gem;)
-noextract=("tins-${pkgver}.gem")
-sha256sums=('b86e70b20c1554a9b2585ed96bf13160ed5daf5db49588374c82cc5fb683016c')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} tins-${pkgver}.gem
-  find "${pkgdir}" -type f -name *.gem -delete
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/ruby-tins
-  ln -s ${_gemdir}/gems/tins-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/ruby-tins/
-}

Copied: ruby-tins/repos/community-any/PKGBUILD (from rev 1180701, 
ruby-tins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 19:22:32 UTC (rev 1180702)
@@ -0,0 +1,26 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Julien Nicoulaud 
+# Contributor: Hyacinthe Cartiaux 
+
+pkgname=ruby-tins
+pkgver=1.31.0
+pkgrel=1
+pkgdesc='All the stuff that is not good/big enough for a real library'
+arch=('any')
+url='https://github.com/flori/tins'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/tins-${pkgver}.gem;)
+noextract=("tins-${pkgver}.gem")
+sha256sums=('20b5ea997dc046358fd05f15d39636bd7946798591b9c5741cc41f69853c7894')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} tins-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/ruby-tins
+  ln -s ${_gemdir}/gems/tins-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/ruby-tins/
+}



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

2022-04-01 Thread Anatol Pomozov via arch-commits
Date: Friday, April 1, 2022 @ 19:22:11
  Author: anatolik
Revision: 1180701

upgpkg: ruby-tins 1.31.0-1

Modified:
  ruby-tins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 19:22:03 UTC (rev 1180700)
+++ PKGBUILD2022-04-01 19:22:11 UTC (rev 1180701)
@@ -3,8 +3,8 @@
 # Contributor: Hyacinthe Cartiaux 
 
 pkgname=ruby-tins
-pkgver=1.26.0
-pkgrel=2
+pkgver=1.31.0
+pkgrel=1
 pkgdesc='All the stuff that is not good/big enough for a real library'
 arch=('any')
 url='https://github.com/flori/tins'
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/tins-${pkgver}.gem;)
 noextract=("tins-${pkgver}.gem")
-sha256sums=('b86e70b20c1554a9b2585ed96bf13160ed5daf5db49588374c82cc5fb683016c')
+sha256sums=('20b5ea997dc046358fd05f15d39636bd7946798591b9c5741cc41f69853c7894')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"



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

2022-04-01 Thread Antonio Rojas via arch-commits
Date: Friday, April 1, 2022 @ 19:22:03
  Author: arojas
Revision: 1180700

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 19:21:58 UTC (rev 1180699)
+++ PKGBUILD2022-04-01 19:22:03 UTC (rev 1180700)
@@ -1,47 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgname=python-pillow
-pkgver=9.0.1
-pkgrel=1
-_appname=Pillow
-_py3basever=3.10
-pkgdesc="Python Imaging Library (PIL) fork."
-arch=('x86_64')
-url="https://python-pillow.github.io/;
-license=('BSD')
-depends=('python' 'freetype2' 'lcms2' 'libraqm' 'libtiff' 'openjpeg2' 
'libimagequant' 'libxcb')
-optdepends=('libwebp: for webp images'
-'tk: for the ImageTK module'
-'python-olefile: OLE2 file support'
-'python-pyqt5: for the ImageQt module')
-makedepends=('python-setuptools' 'libwebp' 'tk')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
-md5sums=('8deffccb4f402df154fd2fd504d8487c')
-
-prepare() {
-  cd "$srcdir/$_appname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$_appname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/$_appname-$pkgver"
-
-  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
-  python selftest.py
-  pytest
-}
-
-package() {
-  cd "$srcdir/$_appname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" src/libImaging/*.h
-}

Copied: python-pillow/repos/community-x86_64/PKGBUILD (from rev 1180699, 
python-pillow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 19:22:03 UTC (rev 1180700)
@@ -0,0 +1,47 @@
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgname=python-pillow
+pkgver=9.1.0
+pkgrel=1
+_appname=Pillow
+_py3basever=3.10
+pkgdesc="Python Imaging Library (PIL) fork."
+arch=('x86_64')
+url="https://python-pillow.github.io/;
+license=('BSD')
+depends=('python' 'freetype2' 'lcms2' 'libraqm' 'libtiff' 'openjpeg2' 
'libimagequant' 'libxcb')
+optdepends=('libwebp: for webp images'
+'tk: for the ImageTK module'
+'python-olefile: OLE2 file support'
+'python-pyqt5: for the ImageQt module')
+makedepends=('python-setuptools' 'libwebp' 'tk')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
+md5sums=('a9ebd39b3482993474872757d317e26f')
+
+prepare() {
+  cd "$srcdir/$_appname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$_appname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/$_appname-$pkgver"
+
+  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
+  python selftest.py
+  pytest
+}
+
+package() {
+  cd "$srcdir/$_appname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
+  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" src/libImaging/*.h
+}



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

2022-04-01 Thread Anatol Pomozov via arch-commits
Date: Friday, April 1, 2022 @ 19:21:58
  Author: anatolik
Revision: 1180699

upgpkg: gitlab 14.9.2-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 19:21:44 UTC (rev 1180698)
+++ PKGBUILD2022-04-01 19:21:58 UTC (rev 1180699)
@@ -8,7 +8,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=14.9.1
+pkgver=14.9.2
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')



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

2022-04-01 Thread Antonio Rojas via arch-commits
Date: Friday, April 1, 2022 @ 19:21:44
  Author: arojas
Revision: 1180698

Update to 9.1.0

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 19:20:33 UTC (rev 1180697)
+++ PKGBUILD2022-04-01 19:21:44 UTC (rev 1180698)
@@ -2,7 +2,7 @@
 # Contributor: minder
 
 pkgname=python-pillow
-pkgver=9.0.1
+pkgver=9.1.0
 pkgrel=1
 _appname=Pillow
 _py3basever=3.10
@@ -18,7 +18,7 @@
 makedepends=('python-setuptools' 'libwebp' 'tk')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
-md5sums=('8deffccb4f402df154fd2fd504d8487c')
+md5sums=('a9ebd39b3482993474872757d317e26f')
 
 prepare() {
   cd "$srcdir/$_appname-$pkgver"



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 19:20:33
  Author: heftig
Revision: 1180697

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-json-glib/repos/multilib-x86_64/PKGBUILD
(from rev 1180696, lib32-json-glib/trunk/PKGBUILD)
Deleted:
  lib32-json-glib/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 19:19:49 UTC (rev 1180696)
+++ PKGBUILD2022-04-01 19:20:33 UTC (rev 1180697)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jameson Pugh 
-
-pkgname=lib32-json-glib
-pkgver=1.6.6
-pkgrel=1
-pkgdesc='JSON library built on GLib'
-arch=(x86_64)
-url=https://wiki.gnome.org/Projects/JsonGlib
-license=(GPL)
-depends=(
-  json-glib
-  lib32-glib2
-)
-makedepends=(
-  git
-  meson
-)
-_tag=7ef38457e12810b1f01da236cf04d4bdc1f551fa
-source=(git+https://gitlab.gnome.org/GNOME/json-glib.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd json-glib
-
-  git describe --tags
-}
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-
-  arch-meson json-glib build \
---libdir=/usr/lib32 \
--D gtk_doc=disabled \
--D introspection=disabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io}-2.0.so)
-  provides+=(libjson-glib-1.0.so)
-
-  meson install -C build --destdir "${pkgdir}"
-
-  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-json-glib/repos/multilib-x86_64/PKGBUILD (from rev 1180696, 
lib32-json-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 19:20:33 UTC (rev 1180697)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jameson Pugh 
+
+pkgname=lib32-json-glib
+pkgver=1.6.6
+pkgrel=2
+pkgdesc='JSON library built on GLib'
+arch=(x86_64)
+url=https://wiki.gnome.org/Projects/JsonGlib
+license=(GPL)
+depends=(
+  json-glib
+  lib32-glib2
+)
+makedepends=(
+  git
+  meson
+)
+options=(debug)
+_tag=7ef38457e12810b1f01da236cf04d4bdc1f551fa
+source=(git+https://gitlab.gnome.org/GNOME/json-glib.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd json-glib
+
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+  arch-meson json-glib build \
+--libdir=/usr/lib32 \
+-D gtk_doc=disabled \
+-D introspection=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so)
+  provides+=(libjson-glib-1.0.so)
+
+  meson install -C build --destdir "${pkgdir}"
+
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+}
+
+# vim: ts=2 sw=2 et:



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 19:20:33
  Author: heftig
Revision: 441197

archrelease: copy trunk to extra-x86_64

Added:
  json-glib/repos/extra-x86_64/PKGBUILD
(from rev 441196, json-glib/trunk/PKGBUILD)
Deleted:
  json-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 19:20:16 UTC (rev 441196)
+++ PKGBUILD2022-04-01 19:20:33 UTC (rev 441197)
@@ -1,55 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=json-glib
-pkgname=(json-glib json-glib-docs)
-pkgver=1.6.6
-pkgrel=1
-pkgdesc="JSON library built on GLib"
-url="https://wiki.gnome.org/Projects/JsonGlib;
-arch=(x86_64)
-license=(GPL)
-depends=(glib2)
-makedepends=(gobject-introspection git meson gi-docgen docbook-xsl)
-_commit=3cf2b53667a73376c852e08dcadd197a5f8325b9  # tags/1.6.6^0
-source=("git+https://gitlab.gnome.org/GNOME/json-glib.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd json-glib
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd json-glib
-}
-
-build() {
-  arch-meson json-glib build -D man=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_json-glib() {
-  depends+=(libg{lib,object,io}-2.0.so)
-  provides+=(libjson-glib-1.0.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-  
-  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
-}
-
-package_json-glib-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: json-glib/repos/extra-x86_64/PKGBUILD (from rev 441196, 
json-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 19:20:33 UTC (rev 441197)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=json-glib
+pkgname=(json-glib json-glib-docs)
+pkgver=1.6.6
+pkgrel=2
+pkgdesc="JSON library built on GLib"
+url="https://wiki.gnome.org/Projects/JsonGlib;
+arch=(x86_64)
+license=(GPL)
+depends=(glib2)
+makedepends=(gobject-introspection git meson gi-docgen docbook-xsl)
+options=(debug)
+_commit=3cf2b53667a73376c852e08dcadd197a5f8325b9  # tags/1.6.6^0
+source=("git+https://gitlab.gnome.org/GNOME/json-glib.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd json-glib
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd json-glib
+}
+
+build() {
+  arch-meson json-glib build -D man=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_json-glib() {
+  depends+=(libg{lib,object,io}-2.0.so)
+  provides+=(libjson-glib-1.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+  
+  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
+}
+
+package_json-glib-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 et:



[arch-commits] Commit in chromium/repos/extra-x86_64 (9 files)

2022-04-01 Thread Evangelos Foutras via arch-commits
Date: Friday, April 1, 2022 @ 19:20:16
  Author: foutrelis
Revision: 441196

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 441194, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 441194, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 441194, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
  chromium/repos/extra-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
(from rev 441194, 
chromium/trunk/webcodecs-stop-using-AudioOpusEncoder.patch)
  chromium/repos/extra-x86_64/webrtc-check-existence-of-cursor-metadata.patch
(from rev 441194, 
chromium/trunk/webrtc-check-existence-of-cursor-metadata.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
  chromium/repos/extra-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch

---+
 PKGBUILD  |  519 ++--
 sql-make-VirtualCursor-standard-layout-type.patch |  476 +-
 use-oauth2-client-switches-as-default.patch   |   34 -
 webcodecs-stop-using-AudioOpusEncoder.patch   |   98 +--
 webrtc-check-existence-of-cursor-metadata.patch   |   31 +
 5 files changed, 596 insertions(+), 562 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 19:20:15 UTC (rev 441195)
+++ PKGBUILD2022-04-01 19:20:16 UTC (rev 441196)
@@ -1,258 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=100.0.4896.60
-pkgrel=1
-_launcher_ver=8
-_gcc_patchset=4
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-webcodecs-stop-using-AudioOpusEncoder.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('0e5ea5f3061ad090cf6bd57ca037496d95ea8956de021aff902f7d0ded7bffdc'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'a6120e7d4eb5e131b87b6ab3b922e0c6cd78e15501e54cfb2019875173688d80'
-'064daaa2b9d95b96ec04d8ddebf4af441f92263d123365b58fe73966866080af'
-'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-#
-# Starting with Chromium 89 (2021-03-02) the OAuth2 credentials have been left
-# out: https://archlinux.org/news/chromium-losing-sync-support-in-early-march/
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Allow building 

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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 19:20:15
  Author: heftig
Revision: 441195

1.6.6-2: debug on

Modified:
  json-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 19:20:08 UTC (rev 441194)
+++ PKGBUILD2022-04-01 19:20:15 UTC (rev 441195)
@@ -4,7 +4,7 @@
 pkgbase=json-glib
 pkgname=(json-glib json-glib-docs)
 pkgver=1.6.6
-pkgrel=1
+pkgrel=2
 pkgdesc="JSON library built on GLib"
 url="https://wiki.gnome.org/Projects/JsonGlib;
 arch=(x86_64)
@@ -11,6 +11,7 @@
 license=(GPL)
 depends=(glib2)
 makedepends=(gobject-introspection git meson gi-docgen docbook-xsl)
+options=(debug)
 _commit=3cf2b53667a73376c852e08dcadd197a5f8325b9  # tags/1.6.6^0
 source=("git+https://gitlab.gnome.org/GNOME/json-glib.git#commit=$_commit;)
 sha256sums=('SKIP')
@@ -17,7 +18,7 @@
 
 pkgver() {
   cd json-glib
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2022-04-01 Thread Evangelos Foutras via arch-commits
Date: Friday, April 1, 2022 @ 19:20:08
  Author: foutrelis
Revision: 441194

upgpkg: chromium 100.0.4896.60-2: fix desktop capture on wayland

https://bugs.archlinux.org/task/74289
https://bugs.chromium.org/p/chromium/issues/detail?id=1311437

Added:
  chromium/trunk/webrtc-check-existence-of-cursor-metadata.patch
Modified:
  chromium/trunk/PKGBUILD

-+
 PKGBUILD|5 ++-
 webrtc-check-existence-of-cursor-metadata.patch |   31 ++
 2 files changed, 35 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 19:09:57 UTC (rev 441193)
+++ PKGBUILD2022-04-01 19:20:08 UTC (rev 441194)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=100.0.4896.60
-pkgrel=1
+pkgrel=2
 _launcher_ver=8
 _gcc_patchset=4
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -26,6 +26,7 @@
 
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
 
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
 webcodecs-stop-using-AudioOpusEncoder.patch
+webrtc-check-existence-of-cursor-metadata.patch
 sql-make-VirtualCursor-standard-layout-type.patch
 use-oauth2-client-switches-as-default.patch)
 sha256sums=('0e5ea5f3061ad090cf6bd57ca037496d95ea8956de021aff902f7d0ded7bffdc'
@@ -32,6 +33,7 @@
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'a6120e7d4eb5e131b87b6ab3b922e0c6cd78e15501e54cfb2019875173688d80'
 '064daaa2b9d95b96ec04d8ddebf4af441f92263d123365b58fe73966866080af'
+'88b2c8d9c6c1917f6632453f18aad7a3fd94d605eecb6c77ae2394ac5856ba95'
 'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
 
@@ -90,6 +92,7 @@
 
   # Upstream fixes
   patch -Np1 -i ../webcodecs-stop-using-AudioOpusEncoder.patch
+  patch -Np1 -d third_party/webrtc 
<../webrtc-check-existence-of-cursor-metadata.patch
 
   # https://chromium-review.googlesource.com/c/chromium/src/+/2862724
   patch -Np1 -i ../sql-make-VirtualCursor-standard-layout-type.patch

Added: webrtc-check-existence-of-cursor-metadata.patch
===
--- webrtc-check-existence-of-cursor-metadata.patch 
(rev 0)
+++ webrtc-check-existence-of-cursor-metadata.patch 2022-04-01 19:20:08 UTC 
(rev 441194)
@@ -0,0 +1,31 @@
+From c2cd814cdd8cbf8dda6ccec2266327a5321fbde8 Mon Sep 17 00:00:00 2001
+From: Jan Grulich 
+Date: Tue, 15 Mar 2022 14:31:55 +0100
+Subject: [PATCH] PipeWire capturer: check existence of cursor metadata
+
+Check whether there are any cursor metadata before we try to validate
+and use them, otherwise we might crash on this.
+
+Bug: webrtc:13429
+Change-Id: I365da59a189b6b974cebafc94fec49d5b942efae
+Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/255601
+Reviewed-by: Alexander Cooper 
+Commit-Queue: Alexander Cooper 
+Cr-Commit-Position: refs/heads/main@{#36240}
+---
+ .../desktop_capture/linux/wayland/shared_screencast_stream.cc   | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/modules/desktop_capture/linux/wayland/shared_screencast_stream.cc 
b/modules/desktop_capture/linux/wayland/shared_screencast_stream.cc
+index a8c86e26..9e81df4c 100644
+--- a/modules/desktop_capture/linux/wayland/shared_screencast_stream.cc
 b/modules/desktop_capture/linux/wayland/shared_screencast_stream.cc
+@@ -650,7 +650,7 @@ void 
SharedScreenCastStreamPrivate::ProcessBuffer(pw_buffer* buffer) {
+ const struct spa_meta_cursor* cursor =
+ static_cast(spa_buffer_find_meta_data(
+ spa_buffer, SPA_META_Cursor, sizeof(*cursor)));
+-if (spa_meta_cursor_is_valid(cursor)) {
++if (cursor && spa_meta_cursor_is_valid(cursor)) {
+   struct spa_meta_bitmap* bitmap = nullptr;
+ 
+   if (cursor->bitmap_offset)



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 19:19:49
  Author: heftig
Revision: 1180696

1.6.6-2: debug on

Modified:
  lib32-json-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 19:05:10 UTC (rev 1180695)
+++ PKGBUILD2022-04-01 19:19:49 UTC (rev 1180696)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-json-glib
 pkgver=1.6.6
-pkgrel=1
+pkgrel=2
 pkgdesc='JSON library built on GLib'
 arch=(x86_64)
 url=https://wiki.gnome.org/Projects/JsonGlib
@@ -16,6 +16,7 @@
   git
   meson
 )
+options=(debug)
 _tag=7ef38457e12810b1f01da236cf04d4bdc1f551fa
 source=(git+https://gitlab.gnome.org/GNOME/json-glib.git#tag=${_tag})
 sha256sums=(SKIP)



[arch-commits] Commit in (davfs2)

2022-04-01 Thread Antonio Rojas via arch-commits
Date: Friday, April 1, 2022 @ 19:09:57
  Author: arojas
Revision: 441193

Spring cleanup

Deleted:
  davfs2/



[arch-commits] Commit in lib32-libcanberra/repos/multilib-x86_64 (4 files)

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 19:05:10
  Author: heftig
Revision: 1180695

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libcanberra/repos/multilib-x86_64/PKGBUILD
(from rev 1180694, lib32-libcanberra/trunk/PKGBUILD)
  lib32-libcanberra/repos/multilib-x86_64/libcanberra-multi-backend.patch
(from rev 1180694, lib32-libcanberra/trunk/libcanberra-multi-backend.patch)
Deleted:
  lib32-libcanberra/repos/multilib-x86_64/PKGBUILD
  lib32-libcanberra/repos/multilib-x86_64/libcanberra-multi-backend.patch

-+
 PKGBUILD|  131 +++---
 libcanberra-multi-backend.patch |   52 +++
 2 files changed, 92 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 19:04:45 UTC (rev 1180694)
+++ PKGBUILD2022-04-01 19:05:10 UTC (rev 1180695)
@@ -1,65 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Jan de Groot 
-
-pkgname=lib32-libcanberra
-pkgver=0.30+2+gc0620e4
-pkgrel=5
-pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification (32-bit)"
-url="http://0pointer.de/lennart/projects/libcanberra;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-libvorbis lib32-libltdl lib32-alsa-lib lib32-libpulse lib32-tdb
- libcanberra)
-makedepends=(gtk-doc lib32-gtk2 lib32-gtk3 git)
-provides=("lib32-libcanberra-pulse=$pkgver-$pkgrel" 
libcanberra{,-gtk,-gtk3}.so)
-replaces=("lib32-libcanberra-pulse<0.30+2+gc0620e4-4")
-options=(libtool)
-_commit=c0620e432650e81062c1967cc669829dbd29b310  # master
-source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit;
-libcanberra-multi-backend.patch)
-sha256sums=('SKIP'
-'de146cae3e40a16b38c8edb4f1a3a423c64eb9c5000e36c316b677e9909c9b06')
-
-pkgver() {
-  cd libcanberra
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd libcanberra
-
-  # https://bugs.archlinux.org/task/71341
-  # https://bugs.freedesktop.org/show_bug.cgi?id=51662
-  patch -Np1 -i ../libcanberra-multi-backend.patch
-
-  ./autogen.sh
-}
-
-build() {
-  cd libcanberra
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-
-  ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
-  --libdir=/usr/lib32 \
-  --disable-static --with-builtin=dso --enable-null --disable-oss \
-  --enable-alsa --enable-pulse \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_lib32-libcanberra() {
-  cd libcanberra
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/lib32/*.la
-  rm "$pkgdir"/usr/lib32/gtk-{2,3}.0/modules/*.la
-
-  rm -r "$pkgdir"/usr/{include,share,bin,lib,lib32/gnome-settings-daemon-3.0}
-}
-
-# vim:set sw=2 et:

Copied: lib32-libcanberra/repos/multilib-x86_64/PKGBUILD (from rev 1180694, 
lib32-libcanberra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 19:05:10 UTC (rev 1180695)
@@ -0,0 +1,66 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jan de Groot 
+
+pkgname=lib32-libcanberra
+pkgver=0.30+r2+gc0620e4
+pkgrel=1
+epoch=1
+pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification (32-bit)"
+url="http://0pointer.de/lennart/projects/libcanberra;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-libvorbis lib32-libltdl lib32-alsa-lib lib32-libpulse lib32-tdb
+ libcanberra)
+makedepends=(gtk-doc lib32-gtk2 lib32-gtk3 git)
+provides=(lib32-libcanberra-pulse libcanberra{,-gtk,-gtk3}.so)
+replaces=("lib32-libcanberra-pulse<0.30+2+gc0620e4-4")
+options=(libtool debug)
+_commit=c0620e432650e81062c1967cc669829dbd29b310  # master
+source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit;
+libcanberra-multi-backend.patch)
+sha256sums=('SKIP'
+'de146cae3e40a16b38c8edb4f1a3a423c64eb9c5000e36c316b677e9909c9b06')
+
+pkgver() {
+  cd libcanberra
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libcanberra
+
+  # https://bugs.archlinux.org/task/71341
+  # https://bugs.freedesktop.org/show_bug.cgi?id=51662
+  git apply -3 ../libcanberra-multi-backend.patch
+
+  ./autogen.sh
+}
+
+build() {
+  cd libcanberra
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+  ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
+  --libdir=/usr/lib32 \
+  --disable-static --with-builtin=dso --enable-null --disable-oss \
+  --enable-alsa --enable-pulse \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_lib32-libcanberra() {
+  cd libcanberra
+
+  make -j1 DESTDIR="$pkgdir" install
+
+  

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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 19:05:10
  Author: heftig
Revision: 441191

archrelease: copy trunk to extra-x86_64

Added:
  libcanberra/repos/extra-x86_64/40-libcanberra-gtk-module.sh
(from rev 441190, libcanberra/trunk/40-libcanberra-gtk-module.sh)
  libcanberra/repos/extra-x86_64/PKGBUILD
(from rev 441190, libcanberra/trunk/PKGBUILD)
  libcanberra/repos/extra-x86_64/libcanberra-multi-backend.patch
(from rev 441190, libcanberra/trunk/libcanberra-multi-backend.patch)
Deleted:
  libcanberra/repos/extra-x86_64/40-libcanberra-gtk-module.sh
  libcanberra/repos/extra-x86_64/PKGBUILD
  libcanberra/repos/extra-x86_64/libcanberra-multi-backend.patch

-+
 40-libcanberra-gtk-module.sh|   26 +++
 PKGBUILD|  128 +++---
 libcanberra-multi-backend.patch |   52 +++
 3 files changed, 104 insertions(+), 102 deletions(-)

Deleted: 40-libcanberra-gtk-module.sh
===
--- 40-libcanberra-gtk-module.sh2022-04-01 19:04:46 UTC (rev 441190)
+++ 40-libcanberra-gtk-module.sh2022-04-01 19:05:10 UTC (rev 441191)
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-case "${DESKTOP_SESSION-}" in
-  gnome*) # Done by gnome-settings-daemon
-  ;;
-  *)
-# Extra check in case DESKTOP_SESSION is not set correctly
-if [ -z "${GNOME_DESKTOP_SESSION_ID-}" ]; then
-  GTK_MODULES="${GTK_MODULES:+$GTK_MODULES:}canberra-gtk-module"
-  export GTK_MODULES
-fi
-  ;;
-esac

Copied: libcanberra/repos/extra-x86_64/40-libcanberra-gtk-module.sh (from rev 
441190, libcanberra/trunk/40-libcanberra-gtk-module.sh)
===
--- 40-libcanberra-gtk-module.sh(rev 0)
+++ 40-libcanberra-gtk-module.sh2022-04-01 19:05:10 UTC (rev 441191)
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+case "${DESKTOP_SESSION-}" in
+  gnome*) # Done by gnome-settings-daemon
+  ;;
+  *)
+# Extra check in case DESKTOP_SESSION is not set correctly
+if [ -z "${GNOME_DESKTOP_SESSION_ID-}" ]; then
+  GTK_MODULES="${GTK_MODULES:+$GTK_MODULES:}canberra-gtk-module"
+  export GTK_MODULES
+fi
+  ;;
+esac

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-01 19:04:46 UTC (rev 441190)
+++ PKGBUILD2022-04-01 19:05:10 UTC (rev 441191)
@@ -1,63 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=libcanberra
-pkgver=0.30+2+gc0620e4
-pkgrel=5
-pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification"
-url="http://0pointer.de/lennart/projects/libcanberra;
-arch=(x86_64)
-license=(LGPL)
-depends=(libvorbis libltdl alsa-lib libpulse tdb sound-theme-freedesktop)
-makedepends=(gtk-doc gtk2 gtk3 git)
-provides=("libcanberra-pulse=$pkgver-$pkgrel" libcanberra{,-gtk,-gtk3}.so)
-replaces=("libcanberra-pulse<0.30+2+gc0620e4-4")
-options=(libtool)
-_commit=c0620e432650e81062c1967cc669829dbd29b310  # master
-source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit;
-40-libcanberra-gtk-module.sh
-libcanberra-multi-backend.patch)
-sha256sums=('SKIP'
-'a0d0b135d3fea5c703a5f84208b79d66f671b082ae85f67b629ee2568a7ddc30'
-'de146cae3e40a16b38c8edb4f1a3a423c64eb9c5000e36c316b677e9909c9b06')
-
-pkgver() {
-  cd libcanberra
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd libcanberra
-
-  # https://bugs.archlinux.org/task/71341
-  # https://bugs.freedesktop.org/show_bug.cgi?id=51662
-  patch -Np1 -i ../libcanberra-multi-backend.patch
-
-  ./autogen.sh
-}
-
-build() {
-  cd libcanberra
-  ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
-  --disable-static --with-builtin=dso --enable-null --disable-oss \
-  --enable-alsa --enable-pulse \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_libcanberra() {
-  cd libcanberra
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/lib/*.la
-  rm "$pkgdir"/usr/lib/gtk-{2,3}.0/modules/*.la
-
-  # FS#52370: Remove login, logout and system-ready sounds.
-  # We have no sound themes that include these so do not play them.
-  rm -r "$pkgdir"/usr/share/{gnome,gdm}
-
-  install -Dt "$pkgdir/etc/X11/xinit/xinitrc.d" ../40-libcanberra-gtk-module.sh
-}
-
-# vim:set sw=2 et:

Copied: libcanberra/repos/extra-x86_64/PKGBUILD (from rev 441190, 
libcanberra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-01 19:05:10 UTC (rev 441191)
@@ -0,0 +1,65 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=libcanberra
+pkgver=0.30+r2+gc0620e4
+pkgrel=1
+epoch=1
+pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification"

[arch-commits] Commit in (nx)

2022-04-01 Thread Antonio Rojas via arch-commits
Date: Friday, April 1, 2022 @ 19:04:46
  Author: arojas
Revision: 441190

Spring cleanup

Deleted:
  nx/



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 19:04:45
  Author: heftig
Revision: 1180694

0.30+r2+gc0620e4-1: debug on

Modified:
  lib32-libcanberra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 19:00:49 UTC (rev 1180693)
+++ PKGBUILD2022-04-01 19:04:45 UTC (rev 1180694)
@@ -2,8 +2,9 @@
 # Contributor: Jan de Groot 
 
 pkgname=lib32-libcanberra
-pkgver=0.30+2+gc0620e4
-pkgrel=5
+pkgver=0.30+r2+gc0620e4
+pkgrel=1
+epoch=1
 pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification (32-bit)"
 url="http://0pointer.de/lennart/projects/libcanberra;
 arch=(x86_64)
@@ -11,9 +12,9 @@
 depends=(lib32-libvorbis lib32-libltdl lib32-alsa-lib lib32-libpulse lib32-tdb
  libcanberra)
 makedepends=(gtk-doc lib32-gtk2 lib32-gtk3 git)
-provides=("lib32-libcanberra-pulse=$pkgver-$pkgrel" 
libcanberra{,-gtk,-gtk3}.so)
+provides=(lib32-libcanberra-pulse libcanberra{,-gtk,-gtk3}.so)
 replaces=("lib32-libcanberra-pulse<0.30+2+gc0620e4-4")
-options=(libtool)
+options=(libtool debug)
 _commit=c0620e432650e81062c1967cc669829dbd29b310  # master
 source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit;
 libcanberra-multi-backend.patch)
@@ -22,7 +23,7 @@
 
 pkgver() {
   cd libcanberra
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
@@ -30,7 +31,7 @@
 
   # https://bugs.archlinux.org/task/71341
   # https://bugs.freedesktop.org/show_bug.cgi?id=51662
-  patch -Np1 -i ../libcanberra-multi-backend.patch
+  git apply -3 ../libcanberra-multi-backend.patch
 
   ./autogen.sh
 }



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

2022-04-01 Thread Jan Steffens via arch-commits
Date: Friday, April 1, 2022 @ 19:04:38
  Author: heftig
Revision: 441189

0.30+r2+gc0620e4-1: debug on

Modified:
  libcanberra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-01 19:04:28 UTC (rev 441188)
+++ PKGBUILD2022-04-01 19:04:38 UTC (rev 441189)
@@ -1,8 +1,10 @@
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 
 pkgname=libcanberra
-pkgver=0.30+2+gc0620e4
-pkgrel=5
+pkgver=0.30+r2+gc0620e4
+pkgrel=1
+epoch=1
 pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification"
 url="http://0pointer.de/lennart/projects/libcanberra;
 arch=(x86_64)
@@ -9,9 +11,9 @@
 license=(LGPL)
 depends=(libvorbis libltdl alsa-lib libpulse tdb sound-theme-freedesktop)
 makedepends=(gtk-doc gtk2 gtk3 git)
-provides=("libcanberra-pulse=$pkgver-$pkgrel" libcanberra{,-gtk,-gtk3}.so)
+provides=(libcanberra-pulse libcanberra{,-gtk,-gtk3}.so)
 replaces=("libcanberra-pulse<0.30+2+gc0620e4-4")
-options=(libtool)
+options=(libtool debug)
 _commit=c0620e432650e81062c1967cc669829dbd29b310  # master
 source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit;
 40-libcanberra-gtk-module.sh
@@ -22,7 +24,7 @@
 
 pkgver() {
   cd libcanberra
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
@@ -30,7 +32,7 @@
 
   # https://bugs.archlinux.org/task/71341
   # https://bugs.freedesktop.org/show_bug.cgi?id=51662
-  patch -Np1 -i ../libcanberra-multi-backend.patch
+  git apply -3 ../libcanberra-multi-backend.patch
 
   ./autogen.sh
 }



[arch-commits] Commit in (yaws)

2022-04-01 Thread Antonio Rojas via arch-commits
Date: Friday, April 1, 2022 @ 19:00:49
  Author: arojas
Revision: 1180693

Spring cleanup

Deleted:
  yaws/



  1   2   3   4   5   6   7   8   >