[Git][archlinux/packaging/packages/gnome-shell-extension-arc-menu][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-shell-extension-arc-menu


Commits:
ef92bf1c by Balló György at 2024-05-12T15:41:59+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,9 +5,10 @@ pkgbase = gnome-shell-extension-arc-menu
url = https://gitlab.com/arcmenu/ArcMenu
arch = any
license = GPL-2.0-or-later
+   makedepends = git
depends = gnome-menus
depends = gnome-shell
-   source = 
https://gitlab.com/arcmenu/ArcMenu/-/archive/v56/ArcMenu-v56.tar.gz
-   sha256sums = 
dd7bfbec3b811e3a6340532b74d1a3a95db89cb76267ae4a7c8953ed0e3b4b9a
+   source = git+https://gitlab.com/arcmenu/ArcMenu.git#tag=v56
+   b2sums = 
9e892b259764943f171087df50efb6720228ee73f7886e45b15a76da36392b65d88bc5ec4e622341bd281547b6ab0696c12081f8711eef43b29ea260c1750436
 
 pkgname = gnome-shell-extension-arc-menu


=
PKGBUILD
=
@@ -11,15 +11,16 @@ arch=('any')
 url='https://gitlab.com/arcmenu/ArcMenu'
 license=('GPL-2.0-or-later')
 depends=('gnome-menus' 'gnome-shell')
-source=("https://gitlab.com/arcmenu/ArcMenu/-/archive/v$pkgver/$_pkgname-v$pkgver.tar.gz";)
-sha256sums=('dd7bfbec3b811e3a6340532b74d1a3a95db89cb76267ae4a7c8953ed0e3b4b9a')
+makedepends=('git')
+source=("git+https://gitlab.com/arcmenu/$_pkgname.git#tag=v$pkgver";)
+b2sums=('9e892b259764943f171087df50efb6720228ee73f7886e45b15a76da36392b65d88bc5ec4e622341bd281547b6ab0696c12081f8711eef43b29ea260c1750436')
 
 build() {
-  cd $_pkgname-v$pkgver
+  cd $_pkgname
   make
 }
 
 package() {
-  cd $_pkgname-v$pkgver
+  cd $_pkgname
   make VERSION="$pkgver" DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-arc-menu/-/commit/ef92bf1cb631d8e8f1205b75f175d2d8b41b74a3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-arc-menu/-/commit/ef92bf1cb631d8e8f1205b75f175d2d8b41b74a3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-shell-extension-desktop-icons-ng][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-shell-extension-desktop-icons-ng


Commits:
f419b512 by Balló György at 2024-05-12T15:48:16+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,6 +5,7 @@ pkgbase = gnome-shell-extension-desktop-icons-ng
url = https://www.rastersoft.com/programas/ding.html
arch = any
license = GPL-3.0-only
+   makedepends = git
makedepends = meson
depends = cairo
depends = gdk-pixbuf2
@@ -16,7 +17,7 @@ pkgbase = gnome-shell-extension-desktop-icons-ng
depends = gtk3
depends = nautilus
depends = pango
-   source = 
https://gitlab.com/rastersoft/desktop-icons-ng/-/archive/47.0.9/desktop-icons-ng-47.0.9.tar.gz
-   sha256sums = 
3fe94f0dc4d0cdcd84b586908d6ec285065c046229ea5c73ceb4b4f3ea9c50db
+   source = 
git+https://gitlab.com/rastersoft/desktop-icons-ng.git#tag=47.0.9
+   b2sums = 
5fd0f2bb046538d68b05fe58db328923f14d593c4b4e9b0a368b35a3d853f97d3f32a75a367d533c6deaa76c1cd35dfa3539dfe3666f6e0112a05526d75474a4
 
 pkgname = gnome-shell-extension-desktop-icons-ng


=
PKGBUILD
=
@@ -13,12 +13,12 @@ url='https://www.rastersoft.com/programas/ding.html'
 license=('GPL-3.0-only')
 depends=('cairo' 'gdk-pixbuf2' 'glib2' 'gjs' 'gnome-autoar' 'gnome-desktop' 
'gnome-shell' 'gtk3'
  'nautilus' 'pango')
-makedepends=('meson')
-source=("https://gitlab.com/rastersoft/$_pkgname/-/archive/$pkgver/$_pkgname-$pkgver.tar.gz";)
-sha256sums=('3fe94f0dc4d0cdcd84b586908d6ec285065c046229ea5c73ceb4b4f3ea9c50db')
+makedepends=('git' 'meson')
+source=("git+https://gitlab.com/rastersoft/$_pkgname.git#tag=$pkgver";)
+b2sums=('5fd0f2bb046538d68b05fe58db328923f14d593c4b4e9b0a368b35a3d853f97d3f32a75a367d533c6deaa76c1cd35dfa3539dfe3666f6e0112a05526d75474a4')
 
 build() {
-  arch-meson $_pkgname-$pkgver build
+  arch-meson $_pkgname build
   meson compile -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-desktop-icons-ng/-/commit/f419b5127280ae18020fa4ca776807249916a602

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-desktop-icons-ng/-/commit/f419b5127280ae18020fa4ca776807249916a602
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-shell-extension-caffeine][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-shell-extension-caffeine


Commits:
3697a7a8 by Balló György at 2024-05-12T18:28:37+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,8 +5,9 @@ pkgbase = gnome-shell-extension-caffeine
url = https://github.com/eonpatapon/gnome-shell-extension-caffeine
arch = any
license = GPL-3.0-or-later
+   makedepends = git
depends = gnome-shell
-   source = 
https://github.com/eonpatapon/gnome-shell-extension-caffeine/archive/v53/gnome-shell-extension-caffeine-53.tar.gz
-   sha256sums = 
c35c3a3b52c18aca9f101257f1c7f4f492f9d4fa146ca6a74d1b141311cab8c5
+   source = 
git+https://github.com/eonpatapon/gnome-shell-extension-caffeine.git#tag=v53
+   b2sums = 
5f00c8ba0cb7b02d9f946bd2e5c98c9c4b0b21f43e8d831065e50fce6b9c31cdb78ae76a00f1f38c54dffebd876648682b75accfd9a0eeb76d1c49716b999311
 
 pkgname = gnome-shell-extension-caffeine


=
PKGBUILD
=
@@ -10,16 +10,17 @@ arch=('any')
 url='https://github.com/eonpatapon/gnome-shell-extension-caffeine'
 license=('GPL-3.0-or-later')
 depends=('gnome-shell')
-source=("https://github.com/eonpatapon/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('c35c3a3b52c18aca9f101257f1c7f4f492f9d4fa146ca6a74d1b141311cab8c5')
+makedepends=('git')
+source=("git+https://github.com/eonpatapon/gnome-shell-extension-caffeine.git#tag=v$pkgver";)
+b2sums=('5f00c8ba0cb7b02d9f946bd2e5c98c9c4b0b21f43e8d831065e50fce6b9c31cdb78ae76a00f1f38c54dffebd876648682b75accfd9a0eeb76d1c49716b999311')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make build
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   install -dm755 "$pkgdir/usr/share/gnome-shell/extensions/$_uuid"
   bsdtar -xf $_uuid.zip -C "$pkgdir/usr/share/gnome-shell/extensions/$_uuid" 
--no-same-owner
   install -dm755 "$pkgdir/usr/share/glib-2.0"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-caffeine/-/commit/3697a7a82cf466a99561195afc74c67c5e7579da

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-caffeine/-/commit/3697a7a82cf466a99561195afc74c67c5e7579da
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-shell-extension-dash-to-panel][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-shell-extension-dash-to-panel


Commits:
1060a52e by Balló György at 2024-05-12T18:38:32+02:00
Switch to git source

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − gnome-shell-extension-dash-to-panel-menu-button.patch


Changes:

=
.SRCINFO
=
@@ -5,14 +5,13 @@ pkgbase = gnome-shell-extension-dash-to-panel
url = https://github.com/home-sweet-gnome/dash-to-panel
arch = any
license = GPL-2.0-or-later
+   makedepends = git
depends = gnome-shell
-   source = 
https://github.com/home-sweet-gnome/dash-to-panel/archive/v62/dash-to-panel-62.tar.gz
+   source = 
git+https://github.com/home-sweet-gnome/dash-to-panel.git#tag=v62
source = gnome-shell-extension-dash-to-panel-system-install-paths.patch
source = gnome-shell-extension-dash-to-panel-fix-crash-on-close.patch
-   source = gnome-shell-extension-dash-to-panel-menu-button.patch
-   sha256sums = 
b3b23fbcfd37fa6b9bae84820aaa364b1fa2c8acf599d5e3038e242eaac7a74b
-   sha256sums = 
b9c247fc8ab7f1ee18ce2c98f8312f86da0340622d4c5daadd3a4579f4213fc5
-   sha256sums = 
d772d9aa2995602e5b11fa9624586d7a1c485fde9b21f046f2cf52e5fb099735
-   sha256sums = 
3c06765d11e1df3e8b73b96042c1034e7ea153378076293cee8efe2ae7996e43
+   b2sums = 
6ff7ed4d7a1c4b15458a00b81835f0e901af921be155b8245fad29189ccf6768671d96710e4db1ae5fb72fb55c183f8ad0c17edd2018c1ac6ef60e3f70f36349
+   b2sums = 
002f42ce10ee78d9feadfed965036600ba4d12904e7ca2d67fda5dbc2c623544fab5c8df644ea371b65dccee1a676d4841ca20e7d0bf04a9ef3e5926feef96f6
+   b2sums = 
d899985e4a704196463e33808880dccb1227cfb6a5ef0ec3ca1dc8d392299d13842338f7e90ad1f3a89670cacbb7083c7b3b5c429ea245ac6545853c574a6e4d
 
 pkgname = gnome-shell-extension-dash-to-panel


=
PKGBUILD
=
@@ -11,33 +11,33 @@ arch=('any')
 url='https://github.com/home-sweet-gnome/dash-to-panel'
 license=('GPL-2.0-or-later')
 depends=('gnome-shell')
-source=("https://github.com/home-sweet-gnome/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz";
+makedepends=('git')
+source=("git+https://github.com/home-sweet-gnome/dash-to-panel.git#tag=v$pkgver";
 'gnome-shell-extension-dash-to-panel-system-install-paths.patch'
-'gnome-shell-extension-dash-to-panel-fix-crash-on-close.patch'
-'gnome-shell-extension-dash-to-panel-menu-button.patch')
-sha256sums=('b3b23fbcfd37fa6b9bae84820aaa364b1fa2c8acf599d5e3038e242eaac7a74b'
-'b9c247fc8ab7f1ee18ce2c98f8312f86da0340622d4c5daadd3a4579f4213fc5'
-'d772d9aa2995602e5b11fa9624586d7a1c485fde9b21f046f2cf52e5fb099735'
-'3c06765d11e1df3e8b73b96042c1034e7ea153378076293cee8efe2ae7996e43')
+'gnome-shell-extension-dash-to-panel-fix-crash-on-close.patch')
+b2sums=('6ff7ed4d7a1c4b15458a00b81835f0e901af921be155b8245fad29189ccf6768671d96710e4db1ae5fb72fb55c183f8ad0c17edd2018c1ac6ef60e3f70f36349'
+
'002f42ce10ee78d9feadfed965036600ba4d12904e7ca2d67fda5dbc2c623544fab5c8df644ea371b65dccee1a676d4841ca20e7d0bf04a9ef3e5926feef96f6'
+
'd899985e4a704196463e33808880dccb1227cfb6a5ef0ec3ca1dc8d392299d13842338f7e90ad1f3a89670cacbb7083c7b3b5c429ea245ac6545853c574a6e4d')
 
 prepare() {
-  cd $_pkgname-$pkgver
+  cd $_pkgname
+
+  # Fix added panel menu button detection
+  git cherry-pick -n 12675269a860728adea9c962ba67d613376dc397
+
   # https://github.com/home-sweet-gnome/dash-to-panel/pull/1948
   patch -Np1 -i 
../gnome-shell-extension-dash-to-panel-system-install-paths.patch
 
   # https://github.com/home-sweet-gnome/dash-to-panel/pull/1969
   patch -Np1 -i ../gnome-shell-extension-dash-to-panel-fix-crash-on-close.patch
-
-  # 
https://github.com/home-sweet-gnome/dash-to-panel/commit/12675269a860728adea9c962ba67d613376dc397
-  patch -Np1 -i ../gnome-shell-extension-dash-to-panel-menu-button.patch
 }
 
 build() {
-  cd $_pkgname-$pkgver
+  cd $_pkgname
   make
 }
 
 package() {
-  cd $_pkgname-$pkgver
+  cd $_pkgname
   make VERSION="$pkgver" DESTDIR="$pkgdir" install
 }


=
gnome-shell-extension-dash-to-panel-menu-button.patch deleted
=
@@ -1,28 +0,0 @@
-From 12675269a860728adea9c962ba67d613376dc397 Mon Sep 17 00:00:00 2001
-From: Charles Gagnon 
-Date: Wed, 3 Apr 2024 21:01:02 -0400
-Subject: [PATCH] Fix added panel menu button detection
-

- panelManager.js | 8 +---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-diff --git a/panelManager.js b/panelManager.js
-index c76a2720..917c91dd 100755
 a/panelManager.js
-+++ b/panelManager.js
-@@ -202,9 +202,11 @@ export const PanelManager = class {
- [
- Main.panel[c], 
- 'child-added', 
--(parent, child) => 
--this.primaryPanel && 
--
this.

[Git][archlinux/packaging/packages/gnome-shell-extension-weather-oclock][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-shell-extension-weather-oclock


Commits:
3a77312d by Balló György at 2024-05-12T18:47:12+02:00
Switch to git source

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − gnome-shell-extension-weather-oclock-icon-size.patch


Changes:

=
.SRCINFO
=
@@ -5,11 +5,10 @@ pkgbase = gnome-shell-extension-weather-oclock
url = https://github.com/CleoMenezesJr/weather-oclock
arch = any
license = GPL-3.0-or-later
+   makedepends = git
depends = gnome-shell
optdepends = gnome-weather: configure location
-   source = 
https://github.com/CleoMenezesJr/weather-oclock/archive/46.2/weather-oclock-46.2.tar.gz
-   source = gnome-shell-extension-weather-oclock-icon-size.patch
-   sha256sums = 
7542b9888aafa81ebb942b0962ee2690f007eae82e86aee02fd8675b08e23bd9
-   sha256sums = 
1b7c39af7ad851f42430951e3fc896dc5aec3048f1f4bf45544c6b0cdbfd82a4
+   source = 
git+https://github.com/CleoMenezesJr/weather-oclock.git#tag=46.2
+   b2sums = 
dce579ca0440947bcc0a086cf99c9749ab21e37088fedbe60ec860c0348c014756b5bc4a588d13c10c33d3454b1bd94b75b85c2b106fb60aae69f8f39d930774
 
 pkgname = gnome-shell-extension-weather-oclock


=
PKGBUILD
=
@@ -10,19 +10,18 @@ arch=('any')
 url='https://github.com/CleoMenezesJr/weather-oclock'
 license=('GPL-3.0-or-later')
 depends=('gnome-shell')
+makedepends=('git')
 optdepends=('gnome-weather: configure location')
-source=("https://github.com/CleoMenezesJr/$_pkgname/archive/$pkgver/$_pkgname-$pkgver.tar.gz";
-'gnome-shell-extension-weather-oclock-icon-size.patch')
-sha256sums=('7542b9888aafa81ebb942b0962ee2690f007eae82e86aee02fd8675b08e23bd9'
-'1b7c39af7ad851f42430951e3fc896dc5aec3048f1f4bf45544c6b0cdbfd82a4')
+source=("git+https://github.com/CleoMenezesJr/weather-oclock.git#tag=$pkgver";)
+b2sums=('dce579ca0440947bcc0a086cf99c9749ab21e37088fedbe60ec860c0348c014756b5bc4a588d13c10c33d3454b1bd94b75b85c2b106fb60aae69f8f39d930774')
 
 prepare() {
-  cd $_pkgname-$pkgver
+  cd $_pkgname
   
-  # 
https://github.com/CleoMenezesJr/weather-oclock/commit/64a3f9911a0e87ff5c2ef16a79b30820a40d0654
-  patch -Np1 -i ../gnome-shell-extension-weather-oclock-icon-size.patch
+  # remove hardcoded icon size
+  git cherry-pick -n 64a3f9911a0e87ff5c2ef16a79b30820a40d0654
 }
 
 package() {
-  install -Dm644 -t "$pkgdir/usr/share/gnome-shell/extensions/$_uuid" 
$_pkgname-$pkgver/$_uuid/*
+  install -Dm644 -t "$pkgdir/usr/share/gnome-shell/extensions/$_uuid" 
$_pkgname/$_uuid/*
 }


=
gnome-shell-extension-weather-oclock-icon-size.patch deleted
=
@@ -1,38 +0,0 @@
-From 64a3f9911a0e87ff5c2ef16a79b30820a40d0654 Mon Sep 17 00:00:00 2001
-From: "Cleo Menezes Jr." 
-Date: Thu, 4 Apr 2024 21:53:16 -0300
-Subject: [PATCH] feat: remove hardcoded icon size
-
-brings back #26 but with fixes on icon spacing

- weatherocl...@cleomenezesjr.github.io/extension.js   | 2 +-
- weatherocl...@cleomenezesjr.github.io/stylesheet.css | 5 +
- 2 files changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/weatherocl...@cleomenezesjr.github.io/extension.js 
b/weatherocl...@cleomenezesjr.github.io/extension.js
-index b50d78b..4f1a088 100644
 a/weatherocl...@cleomenezesjr.github.io/extension.js
-+++ b/weatherocl...@cleomenezesjr.github.io/extension.js
-@@ -87,8 +87,8 @@ const PanelWeather = GObject.registerClass(
-   this._signals = [];
- 
-   this._icon = new St.Icon({
--icon_size: 16,
- y_align: Clutter.ActorAlign.CENTER,
-+style_class: "system-status-icon custom-weather-icon-spacing",
-   });
- 
-   this.add_child(this._icon);
-diff --git a/weatherocl...@cleomenezesjr.github.io/stylesheet.css 
b/weatherocl...@cleomenezesjr.github.io/stylesheet.css
-index 7d4df3f..2b84409 100644
 a/weatherocl...@cleomenezesjr.github.io/stylesheet.css
-+++ b/weatherocl...@cleomenezesjr.github.io/stylesheet.css
-@@ -2,3 +2,8 @@
-   margin-right: 0.7em;
-   margin-left: 0.3em;
- }
-+
-+.custom-weather-icon-spacing {
-+  padding: 0;
-+  margin: 0;
-+}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-weather-oclock/-/commit/3a77312dab6065be284bdc85ed5609ca7e744860

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-weather-oclock/-/commit/3a77312dab6065be284bdc85ed5609ca7e744860
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-shell-extension-vitals][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-shell-extension-vitals


Commits:
5d4ebfed by Balló György at 2024-05-12T19:08:37+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,9 +5,10 @@ pkgbase = gnome-shell-extension-vitals
url = https://github.com/corecoding/Vitals
arch = any
license = GPL-2.0-or-later
+   makedepends = git
depends = gnome-shell
optdepends = libgtop: show storage stats
-   source = 
gnome-shell-extension-vitals-66.0.1.zip::https://github.com/corecoding/Vitals/releases/download/v66.0.1/vitals.zip
-   sha256sums = 
b039982c67929add4e7fd906768df7f07bbdb64bc1a100315995a2887852960f
+   source = git+https://github.com/corecoding/Vitals.git#tag=v66.0.1
+   b2sums = 
83828ac77d5c4e2c0e12c0b4185448092e07bfe2a39d272c89267d1813769986ad22375342a2229973da0037a19f7ec1a4c722e54456244ee7fdaaadf29651ac
 
 pkgname = gnome-shell-extension-vitals


=
PKGBUILD
=
@@ -9,16 +9,26 @@ arch=('any')
 url='https://github.com/corecoding/Vitals'
 license=('GPL-2.0-or-later')
 depends=('gnome-shell')
+makedepends=('git')
 optdepends=('libgtop: show storage stats')
-source=("$pkgname-$pkgver.zip::https://github.com/corecoding/Vitals/releases/download/v$pkgver/vitals.zip";)
-sha256sums=('b039982c67929add4e7fd906768df7f07bbdb64bc1a100315995a2887852960f')
+source=("git+https://github.com/corecoding/Vitals.git#tag=v$pkgver";)
+b2sums=('83828ac77d5c4e2c0e12c0b4185448092e07bfe2a39d272c89267d1813769986ad22375342a2229973da0037a19f7ec1a4c722e54456244ee7fdaaadf29651ac')
+
+
+build() {
+  cd Vitals
+  for i in locale/*/; do
+msgfmt $i/LC_MESSAGES/vitals.po -o $i/LC_MESSAGES/vitals.mo
+  done
+}
 
 package() {
+  cd Vitals
   install -dm755 "$pkgdir/usr/share/gnome-shell/extensions/$_uuid"
-  cp -a * "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/"
-  install -dm755 "$pkgdir/usr/share/glib-2.0"
-  mv "$pkgdir"/usr/share/gnome-shell/extensions/*/schemas 
"$pkgdir/usr/share/glib-2.0"
-  mv "$pkgdir"/usr/share/gnome-shell/extensions/*/locale "$pkgdir/usr/share"
-  rm "$pkgdir/usr/share/glib-2.0/schemas/gschemas.compiled"
-  rm "$pkgdir"/usr/share/gnome-shell/extensions/$_uuid/*.zip
+  cp -a helpers icons metadata.json *.css *.js *.ui LICENSE 
"$pkgdir/usr/share/gnome-shell/extensions/$_uuid/"
+  install -Dm644 -t "$pkgdir/usr/share/glib-2.0/schemas" 
schemas/org.gnome.shell.extensions.vitals.gschema.xml
+
+  for i in locale/*/; do
+install -Dm644 -t "$pkgdir"/usr/share/$i/LC_MESSAGES 
$i/LC_MESSAGES/vitals.mo
+  done
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-vitals/-/commit/5d4ebfedda3493293e6f3e681449529ab27a9339

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-vitals/-/commit/5d4ebfedda3493293e6f3e681449529ab27a9339
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/wildmidi][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
wildmidi


Commits:
fccc4e10 by Balló György at 2024-05-12T20:36:33+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -6,10 +6,11 @@ pkgbase = wildmidi
arch = x86_64
license = GPL-3.0-or-later AND LGPL-3.0-or-later
makedepends = cmake
+   makedepends = git
makedepends = ninja
depends = alsa-lib
depends = glibc
-   source = 
https://github.com/Mindwerks/wildmidi/archive/wildmidi-0.4.6.tar.gz
-   sha256sums = 
051b8c51699af594ddd3e4e3b06bad3564e9499c3c6b9e6f880cb2f92bcfa9c8
+   source = 
git+https://github.com/Mindwerks/wildmidi.git#tag=wildmidi-0.4.6
+   b2sums = 
33100dfb9a7df1ee516083f90d7a2600e1c79117093dba568df540fd602da408cfe8373bea7363efbc893b1db943c681887e44b00f0861c1b29ac037d4b019f7
 
 pkgname = wildmidi


=
PKGBUILD
=
@@ -11,12 +11,12 @@ arch=('x86_64')
 url='https://github.com/Mindwerks/wildmidi'
 license=('GPL-3.0-or-later AND LGPL-3.0-or-later')
 depends=('alsa-lib' 'glibc')
-makedepends=('cmake' 'ninja')
-source=("https://github.com/Mindwerks/wildmidi/archive/$pkgname-$pkgver.tar.gz";)
-sha256sums=('051b8c51699af594ddd3e4e3b06bad3564e9499c3c6b9e6f880cb2f92bcfa9c8')
+makedepends=('cmake' 'git' 'ninja')
+source=("git+https://github.com/Mindwerks/wildmidi.git#tag=$pkgname-$pkgver";)
+b2sums=('33100dfb9a7df1ee516083f90d7a2600e1c79117093dba568df540fd602da408cfe8373bea7363efbc893b1db943c681887e44b00f0861c1b29ac037d4b019f7')
 
 build() {
-  cmake -S $pkgname-$pkgname-$pkgver -B build -G Ninja 
-DCMAKE_INSTALL_PREFIX='/usr'
+  cmake -S $pkgname -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
   cmake --build build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wildmidi/-/commit/fccc4e103ae520e3b574661304388aba86631b15

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wildmidi/-/commit/fccc4e103ae520e3b574661304388aba86631b15
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libgme][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / libgme


Commits:
d485899a by Balló György at 2024-05-12T20:48:11+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -6,12 +6,13 @@ pkgbase = libgme
arch = x86_64
license = LGPL-2.1-or-later
makedepends = cmake
+   makedepends = git
makedepends = ninja
depends = gcc-libs
depends = glibc
depends = zlib
-   source = 
https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.3.tar.xz
+   source = 
git+https://github.com/libgme/game-music-emu.git?signed#tag=0.6.3
validpgpkeys = 5406ECE83665DA9D201D35720BAF0C9C7B6AE9F2
-   sha256sums = 
aba34e53ef0ec6a34b58b84e28bf8cfbccee6585cebca25333604c35db3e051d
+   b2sums = 
e83e52c259d50e360c2b2878e581410346fc84d5e9479875acdb657fdbe1a3c592672c8237c34dfebb2f960ab57d0d4596fe16655cb96b1d9fc8ddd9a7c39f51
 
 pkgname = libgme


=
PKGBUILD
=
@@ -10,13 +10,13 @@ arch=('x86_64')
 url='https://github.com/libgme/game-music-emu'
 license=('LGPL-2.1-or-later')
 depends=('gcc-libs' 'glibc' 'zlib')
-makedepends=('cmake' 'ninja')
-source=("https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-$pkgver.tar.xz";)
-sha256sums=('aba34e53ef0ec6a34b58b84e28bf8cfbccee6585cebca25333604c35db3e051d')
+makedepends=('cmake' 'git' 'ninja')
+source=("git+https://github.com/libgme/game-music-emu.git?signed#tag=$pkgver";)
+b2sums=('e83e52c259d50e360c2b2878e581410346fc84d5e9479875acdb657fdbe1a3c592672c8237c34dfebb2f960ab57d0d4596fe16655cb96b1d9fc8ddd9a7c39f51')
 validpgpkeys=(5406ECE83665DA9D201D35720BAF0C9C7B6AE9F2) # Michael Pyne 

 
 build() {
-  cmake -S game-music-emu-$pkgver -B build -G Ninja 
-DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE=Release
+  cmake -S game-music-emu -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
   cmake --build build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgme/-/commit/d485899a85cede452e97f6142b17b406bac15e3e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgme/-/commit/d485899a85cede452e97f6142b17b406bac15e3e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libplist][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libplist


Commits:
4854d550 by Balló György at 2024-05-12T21:00:36+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -6,12 +6,13 @@ pkgbase = libplist
arch = x86_64
license = LGPL-2.1-or-later
makedepends = cython
+   makedepends = git
makedepends = python
makedepends = python-setuptools
depends = gcc-libs
depends = glibc
optdepends = python: Python bindings
-   source = 
https://github.com/libimobiledevice/libplist/releases/download/2.5.0/libplist-2.5.0.tar.bz2
-   sha256sums = 
72742f20a73e0a6367fbcadaf48cf903bfa45a3642a11f2224ed850d1f1e5683
+   source = git+https://github.com/libimobiledevice/libplist.git#tag=2.5.0
+   b2sums = 
6e0219ede2b230d2242975d7efa6a5461d11d6b086e5378600d83ce885d6cb99b75b7e498fcbafd47b33c75d8e985414a6d27c509ea97ddaa780d118858d1929
 
 pkgname = libplist


=
PKGBUILD
=
@@ -11,24 +11,29 @@ arch=('x86_64')
 url='https://libimobiledevice.org/'
 license=('LGPL-2.1-or-later')
 depends=('gcc-libs' 'glibc')
-makedepends=('cython' 'python' 'python-setuptools')
+makedepends=('cython' 'git' 'python' 'python-setuptools')
 optdepends=('python: Python bindings')
-source=("https://github.com/libimobiledevice/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('72742f20a73e0a6367fbcadaf48cf903bfa45a3642a11f2224ed850d1f1e5683')
+source=("git+https://github.com/libimobiledevice/libplist.git#tag=$pkgver";)
+b2sums=('6e0219ede2b230d2242975d7efa6a5461d11d6b086e5378600d83ce885d6cb99b75b7e498fcbafd47b33c75d8e985414a6d27c509ea97ddaa780d118858d1929')
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check  
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/4854d5500864969c28b2d9f2ef336c80ff54d1d5

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/4854d5500864969c28b2d9f2ef336c80ff54d1d5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libimobiledevice-glue][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libimobiledevice-glue


Commits:
8f64e682 by Balló György at 2024-05-12T21:06:48+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,9 +5,10 @@ pkgbase = libimobiledevice-glue
url = https://libimobiledevice.org/
arch = x86_64
license = LGPL-2.1-or-later
+   makedepends = git
depends = glibc
depends = libplist
-   source = 
https://github.com/libimobiledevice/libimobiledevice-glue/releases/download/1.2.0/libimobiledevice-glue-1.2.0.tar.bz2
-   sha256sums = 
ff9cbc240c9780edfa43914a057b86362054053721b65fb04f54a25023b92b62
+   source = 
git+https://github.com/libimobiledevice/libimobiledevice-glue.git#tag=1.2.0
+   b2sums = 
a5c2e1a64b559eacb2ad988f4caf06fcb6b8f0ae653ea5e1738f7b41bc143e3327ef1bd3718b0364911c0b2c549b8188a66c59c81583e0392acc5e10f6e16167
 
 pkgname = libimobiledevice-glue


=
PKGBUILD
=
@@ -8,17 +8,23 @@ arch=('x86_64')
 url='https://libimobiledevice.org/'
 license=('LGPL-2.1-or-later')
 depends=('glibc' 'libplist')
-source=("https://github.com/libimobiledevice/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('ff9cbc240c9780edfa43914a057b86362054053721b65fb04f54a25023b92b62')
+makedepends=('git')
+source=("git+https://github.com/libimobiledevice/libimobiledevice-glue.git#tag=$pkgver";)
+b2sums=('a5c2e1a64b559eacb2ad988f4caf06fcb6b8f0ae653ea5e1738f7b41bc143e3327ef1bd3718b0364911c0b2c549b8188a66c59c81583e0392acc5e10f6e16167')
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
 
 build() (
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 )
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libimobiledevice-glue/-/commit/8f64e682e80f35f85b2dd2d6af50ae8de76491ae

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libimobiledevice-glue/-/commit/8f64e682e80f35f85b2dd2d6af50ae8de76491ae
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libplist] Pushed new tag 2.5.0-2

2024-05-12 Thread @bgyorgy


Balló György pushed new tag 2.5.0-2 at Arch Linux / Packaging / Packages / 
libplist

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/tree/2.5.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libplist][main] Rename patch

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libplist


Commits:
8138335b by Balló György at 2024-05-12T21:37:49+02:00
Rename patch

The patch was needed to fix compatibility with older API to fix build dependent 
projects like libusbmuxd.

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- libplist-fix-abi-break.patch → libplist-fix-api-break.patch


Changes:

=
.SRCINFO
=
@@ -13,7 +13,7 @@ pkgbase = libplist
depends = glibc
optdepends = python: Python bindings
source = git+https://github.com/libimobiledevice/libplist.git#tag=2.5.0
-   source = libplist-fix-abi-break.patch
+   source = libplist-fix-api-break.patch
b2sums = 
6e0219ede2b230d2242975d7efa6a5461d11d6b086e5378600d83ce885d6cb99b75b7e498fcbafd47b33c75d8e985414a6d27c509ea97ddaa780d118858d1929
b2sums = 
c5243f38bc27680962bc12d30ec3c015bf22194c8696134b7f8ec5550fea9ea6c7eaf54333a59556809ceea119e76d07321c9b2a83377d02b8ef76d652d2c2cc
 


=
PKGBUILD
=
@@ -14,7 +14,7 @@ depends=('gcc-libs' 'glibc')
 makedepends=('cython' 'git' 'python' 'python-setuptools')
 optdepends=('python: Python bindings')
 source=("git+https://github.com/libimobiledevice/libplist.git#tag=$pkgver";
-'libplist-fix-abi-break.patch')
+'libplist-fix-api-break.patch')
 
b2sums=('6e0219ede2b230d2242975d7efa6a5461d11d6b086e5378600d83ce885d6cb99b75b7e498fcbafd47b33c75d8e985414a6d27c509ea97ddaa780d118858d1929'
 
'c5243f38bc27680962bc12d30ec3c015bf22194c8696134b7f8ec5550fea9ea6c7eaf54333a59556809ceea119e76d07321c9b2a83377d02b8ef76d652d2c2cc')
 
@@ -23,7 +23,7 @@ prepare() {
 
   # restore compatibility with older API after breakage by libplist-2.5.0
   # https://github.com/libimobiledevice/libplist/pull/261
-  patch -Np1 -i ../libplist-fix-abi-break.patch
+  patch -Np1 -i ../libplist-fix-api-break.patch
 
   NOCONFIGURE=1 ./autogen.sh
 }


=
libplist-fix-abi-break.patch → libplist-fix-api-break.patch
=



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/8138335bce8f3d15631d7f09b8a075128a55a16c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/8138335bce8f3d15631d7f09b8a075128a55a16c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libusbmuxd][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libusbmuxd


Commits:
51ecb8bb by Balló György at 2024-05-12T21:43:57+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,11 +5,12 @@ pkgbase = libusbmuxd
url = https://libimobiledevice.org/
arch = x86_64
license = GPL-2.0-or-later AND LGPL-2.1-or-later
+   makedepends = git
depends = gcc-libs
depends = glibc
depends = libimobiledevice-glue
depends = libplist
-   source = 
https://github.com/libimobiledevice/libusbmuxd/releases/download/2.1.0/libusbmuxd-2.1.0.tar.bz2
-   sha256sums = 
c35bf68f8e248434957bd5b234c389b02206a06ecd9303a7fb931ed7a5636b16
+   source = 
git+https://github.com/libimobiledevice/libusbmuxd.git#tag=2.1.0
+   b2sums = 
6497cf5ac4a3af89ec41f8e9bc19540124d759404737af832d87fd99a7ad1781d83fc6524a16fb64196dc1615a58a73c8e8913627220d55eecff68db34feed0c
 
 pkgname = libusbmuxd


=
PKGBUILD
=
@@ -11,16 +11,22 @@ arch=('x86_64')
 url='https://libimobiledevice.org/'
 license=('GPL-2.0-or-later AND LGPL-2.1-or-later')
 depends=('gcc-libs' 'glibc' 'libimobiledevice-glue' 'libplist')
-source=("https://github.com/libimobiledevice/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('c35bf68f8e248434957bd5b234c389b02206a06ecd9303a7fb931ed7a5636b16')
+makedepends=('git')
+source=("git+https://github.com/libimobiledevice/libusbmuxd.git#tag=$pkgver";)
+b2sums=('6497cf5ac4a3af89ec41f8e9bc19540124d759404737af832d87fd99a7ad1781d83fc6524a16fb64196dc1615a58a73c8e8913627220d55eecff68db34feed0c')
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libusbmuxd/-/commit/51ecb8bbd3fea9bd6f5bb4b47ee1a0420b190a1d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libusbmuxd/-/commit/51ecb8bbd3fea9bd6f5bb4b47ee1a0420b190a1d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libimobiledevice][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libimobiledevice


Commits:
fc54beda by Balló György at 2024-05-12T21:57:53+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -6,20 +6,21 @@ pkgbase = libimobiledevice
arch = x86_64
license = LGPL-2.1-or-later
makedepends = cython
-   makedepends = python
+   makedepends = doxygen
+   makedepends = git
makedepends = python-setuptools
depends = glibc
depends = libplist
depends = libusbmuxd
depends = openssl
optdepends = python: Python bindings
-   source = 
https://github.com/libimobiledevice/libimobiledevice/releases/download/1.3.0/libimobiledevice-1.3.0.tar.bz2
+   source = 
git+https://github.com/libimobiledevice/libimobiledevice.git#tag=1.3.0
source = libimobiledevice-libplist-2.3.0.patch
source = libimobiledevice-cython3.patch
source = libimobiledevice-python3.patch
-   sha256sums = 
53f2640c6365cd9f302a6248f531822dc94a6cced3f17128d4479a77bd75b0f6
-   sha256sums = 
57fb4616c68c240aad47df52168fa30e4bf43845bfbe53df23cc412003ae64fd
-   sha256sums = 
cb6e7feb779f8a414551ecc90423dee1e654fab3acc5fdd15c61d5cea410bff4
-   sha256sums = 
3b706669b52d51cd7dff6c12f244ef6421eaa68c9ac5001e5f38fae1876f8b16
+   b2sums = 
49d7d01a78a618860b774db835e4f0a7fb37743dc8f4b0b1a1fbefe71c3590d07de04616de2129c2a6090ac4211826004227c28dacff0e61e130e1c4c87c3072
+   b2sums = 
136390910a57e70c3ce458ab5c6def4e079b7eb4c2946447102078ca511f8d112caf9460c074ecbb6c8a4f526e0aa50015d2f92acf66dbbb666bd007e361ee5e
+   b2sums = 
6e0d5edfd1888e2f24a4bf9ccb97e2761b9ae44d07a238f3235f4b61ad7d12918c801620e2c0f1f23aebb1754411f7f7e81a3a10126a0a0f1b8f4057d9b5
+   b2sums = 
0c6ee9f22baf8258e097411a0857f8a902b839a694d0c4ed790b054a0b5f63da3168883953e7302d2c942c0db42a340e8e9948bcdc95412d882d465869f5d878
 
 pkgname = libimobiledevice


=
PKGBUILD
=
@@ -11,19 +11,19 @@ arch=('x86_64')
 url='https://libimobiledevice.org/'
 license=('LGPL-2.1-or-later')
 depends=('glibc' 'libplist' 'libusbmuxd' 'openssl')
-makedepends=('cython' 'python' 'python-setuptools')
+makedepends=('cython' 'doxygen' 'git' 'python-setuptools')
 optdepends=('python: Python bindings')
-source=("https://github.com/libimobiledevice/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2";
+source=("git+https://github.com/libimobiledevice/libimobiledevice.git#tag=$pkgver";
 'libimobiledevice-libplist-2.3.0.patch'
 'libimobiledevice-cython3.patch'
 'libimobiledevice-python3.patch')
-sha256sums=('53f2640c6365cd9f302a6248f531822dc94a6cced3f17128d4479a77bd75b0f6'
-'57fb4616c68c240aad47df52168fa30e4bf43845bfbe53df23cc412003ae64fd'
-'cb6e7feb779f8a414551ecc90423dee1e654fab3acc5fdd15c61d5cea410bff4'
-'3b706669b52d51cd7dff6c12f244ef6421eaa68c9ac5001e5f38fae1876f8b16')
+b2sums=('49d7d01a78a618860b774db835e4f0a7fb37743dc8f4b0b1a1fbefe71c3590d07de04616de2129c2a6090ac4211826004227c28dacff0e61e130e1c4c87c3072'
+
'136390910a57e70c3ce458ab5c6def4e079b7eb4c2946447102078ca511f8d112caf9460c074ecbb6c8a4f526e0aa50015d2f92acf66dbbb666bd007e361ee5e'
+
'6e0d5edfd1888e2f24a4bf9ccb97e2761b9ae44d07a238f3235f4b61ad7d12918c801620e2c0f1f23aebb1754411f7f7e81a3a10126a0a0f1b8f4057d9b5'
+
'0c6ee9f22baf8258e097411a0857f8a902b839a694d0c4ed790b054a0b5f63da3168883953e7302d2c942c0db42a340e8e9948bcdc95412d882d465869f5d878')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname
 
   # Fix build with libplist 2.3.0
   patch -Np1 -i ../libimobiledevice-libplist-2.3.0.patch
@@ -34,18 +34,19 @@ prepare() {
   # Fix compatibility with python 3
   patch -Np1 -i ../libimobiledevice-python3.patch
 
-  autoreconf -fi
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() (
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
+  make docs
 )
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 
   # Include documentation



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libimobiledevice/-/commit/fc54beda1efab7264afaa2074ec4534ed680a033

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libimobiledevice/-/commit/fc54beda1efab7264afaa2074ec4534ed680a033
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gperftools][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gperftools


Commits:
b7b3786c by Balló György at 2024-05-13T00:28:23+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,12 +5,13 @@ pkgbase = gperftools
url = https://github.com/gperftools/gperftools
arch = x86_64
license = BSD-3-Clause
+   makedepends = git
depends = gcc-libs
depends = glibc
depends = libunwind
optdepends = graphviz: pprof graph generation
optdepends = perl: pprof and pprof-symbolize commands
-   source = 
https://github.com/gperftools/gperftools/releases/download/gperftools-2.15/gperftools-2.15.tar.gz
-   sha256sums = 
c69fef855628c81ef56f12e3c58f2b7ce1f326c0a1fe783e5cae0b88cbbe9a80
+   source = 
git+https://github.com/gperftools/gperftools.git#tag=gperftools-2.15
+   b2sums = 
3e13c2ae5a367d9fa6d6bd21954b21ba3139c642b90285df195ce88d41eab79abbb2a59fdc2c7d4a89fb8706382cb66420f47f224e866ab6f88d9fbaa4825a0f
 
 pkgname = gperftools


=
PKGBUILD
=
@@ -14,25 +14,31 @@ arch=('x86_64')
 url='https://github.com/gperftools/gperftools'
 license=('BSD-3-Clause')
 depends=('gcc-libs' 'glibc' 'libunwind')
+makedepends=('git')
 optdepends=('graphviz: pprof graph generation'
 'perl: pprof and pprof-symbolize commands')
-source=("https://github.com/gperftools/gperftools/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('c69fef855628c81ef56f12e3c58f2b7ce1f326c0a1fe783e5cae0b88cbbe9a80')
+source=("git+https://github.com/gperftools/gperftools.git#tag=$pkgname-$pkgver";)
+b2sums=('3e13c2ae5a367d9fa6d6bd21954b21ba3139c642b90285df195ce88d41eab79abbb2a59fdc2c7d4a89fb8706382cb66420f47f224e866ab6f88d9fbaa4825a0f')
+
+prepare() {
+  cd $pkgname
+  autoreconf -i
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --enable-frame-pointers --enable-libunwind
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gperftools/-/commit/b7b3786c5e4b2bb9f44cb3ba0691f9b64f2a8db3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gperftools/-/commit/b7b3786c5e4b2bb9f44cb3ba0691f9b64f2a8db3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/neon][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / neon


Commits:
893bc775 by Balló György at 2024-05-13T00:48:40+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,14 +5,17 @@ pkgbase = neon
url = https://notroj.github.io/neon/
arch = x86_64
license = LGPL-2.0-or-later
+   makedepends = docbook-xsl
+   makedepends = git
+   makedepends = xmlto
depends = ca-certificates
depends = expat
depends = glibc
depends = krb5
depends = openssl
depends = zlib
-   source = https://notroj.github.io/neon/neon-0.33.0.tar.gz
+   source = git+https://github.com/notroj/neon.git#tag=0.33.0
validpgpkeys = 190555472DCC589BEF01609C608A86DF9833CC49
-   sha256sums = 
659a5cc9cea05e6e7864094f1e13a77abbbdbab452f04d751a8c16a9447cf4b8
+   b2sums = 
6f40999cca23e0379c1fb28b790ae5df34790a7da5826b1256167b86950aaceaaa99ef358df8610aa6d91e21c379c20da33dafced5b8b201e067b5d3d8ed8e3c
 
 pkgname = neon


=
PKGBUILD
=
@@ -11,25 +11,32 @@ arch=('x86_64')
 url='https://notroj.github.io/neon/'
 license=('LGPL-2.0-or-later')
 depends=('ca-certificates' 'expat' 'glibc' 'krb5' 'openssl' 'zlib')
-source=("https://notroj.github.io/neon/$pkgname-$pkgver.tar.gz";)
-sha256sums=('659a5cc9cea05e6e7864094f1e13a77abbbdbab452f04d751a8c16a9447cf4b8')
+makedepends=('docbook-xsl' 'git' 'xmlto')
+source=("git+https://github.com/notroj/neon.git#tag=$pkgver";)
+b2sums=('6f40999cca23e0379c1fb28b790ae5df34790a7da5826b1256167b86950aaceaaa99ef358df8610aa6d91e21c379c20da33dafced5b8b201e067b5d3d8ed8e3c')
 validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
 
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr \
 --enable-shared \
 --with-ssl=openssl \
 --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
   make
+  make docs compile-gmo
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neon/-/commit/893bc775aa88c023b489836a7a860459af409909

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neon/-/commit/893bc775aa88c023b489836a7a860459af409909
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libiptcdata][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libiptcdata


Commits:
765dc3b4 by Balló György at 2024-05-13T01:09:02+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,11 +5,12 @@ pkgbase = libiptcdata
url = https://libiptcdata.sourceforge.net/
arch = x86_64
license = LGPL-2.0-or-later
-   makedepends = python
+   makedepends = git
+   makedepends = gtk-doc
makedepends = python-setuptools
depends = glibc
optdepends = python: Python bindings
-   source = 
https://github.com/ianw/libiptcdata/releases/download/release_1_0_5/libiptcdata-1.0.5.tar.gz
-   sha256sums = 
c094d0df4595520f194f6f47b13c7652b7ecd67284ac27ab5f219bc3985ea29e
+   source = git+https://github.com/ianw/libiptcdata.git#tag=release_1_0_5
+   b2sums = 
def76cf757f9c4b8f0d4f2e406e14fe3bb98364bcc8d4307609e0cf3927e0befe514389795401a83a867ca4b5f0407d097b22dc0ecb82166aa4f8a3c88241db9
 
 pkgname = libiptcdata


=
PKGBUILD
=
@@ -9,18 +9,23 @@ arch=('x86_64')
 url='https://libiptcdata.sourceforge.net/'
 license=('LGPL-2.0-or-later')
 depends=('glibc')
-makedepends=('python' 'python-setuptools')
+makedepends=('git' 'gtk-doc' 'python-setuptools')
 optdepends=('python: Python bindings')
-source=("https://github.com/ianw/libiptcdata/releases/download/release_${pkgver//./_}/$pkgname-$pkgver.tar.gz";)
-sha256sums=('c094d0df4595520f194f6f47b13c7652b7ecd67284ac27ab5f219bc3985ea29e')
+source=("git+https://github.com/ianw/libiptcdata.git#tag=release_${pkgver//./_}";)
+b2sums=('def76cf757f9c4b8f0d4f2e406e14fe3bb98364bcc8d4307609e0cf3927e0befe514389795401a83a867ca4b5f0407d097b22dc0ecb82166aa4f8a3c88241db9')
+
+prepare() {
+  cd $pkgname
+  AUTOGEN_SUBDIR_MODE=0 ./autogen.sh
+}
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-python
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --enable-python
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiptcdata/-/commit/765dc3b44c4cc2e772cbc46e62ea2c621a5f9ea5

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiptcdata/-/commit/765dc3b44c4cc2e772cbc46e62ea2c621a5f9ea5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/startup-notification][main] Minor change

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
startup-notification


Commits:
895c2258 by Balló György at 2024-05-13T01:16:08+02:00
Minor change

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -11,7 +11,7 @@ 
url='https://www.freedesktop.org/wiki/Software/startup-notification/'
 license=('LGPL-2.0-or-later')
 depends=('glibc' 'libx11' 'libxcb' 'xcb-util')
 makedepends=('git')
-source=("git+https://gitlab.freedesktop.org/xdg/$pkgname.git?signed#tag=STARTUP_NOTIFICATION_${pkgver/./_}";)
+source=("git+https://gitlab.freedesktop.org/xdg/$pkgname.git?signed#tag=STARTUP_NOTIFICATION_${pkgver//./_}";)
 
b2sums=('669d5d2eec7879a6b8385449c01fdaa66f76c06e7f07df429e8c0f1d5dba2fe6822995fa8798e0f6dc4ccea7645603d706fad701b9222e1e027cebbbc143ead8')
 validpgpkeys=('5361BD40015B74382739101A611BA9508B78A5C2') # Julien Danjou 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/startup-notification/-/commit/895c2258ee1d6a23d00361160a5ae2c09c4c67e2

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/startup-notification/-/commit/895c2258ee1d6a23d00361160a5ae2c09c4c67e2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/liblouis][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
liblouis


Commits:
1fc82dc8 by Balló György at 2024-05-13T01:26:59+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,6 +5,7 @@ pkgbase = liblouis
url = https://liblouis.io/
arch = x86_64
license = GPL-3.0-or-later AND LGPL-2.1-or-later
+   makedepends = git
makedepends = help2man
makedepends = python-build
makedepends = python-installer
@@ -13,7 +14,8 @@ pkgbase = liblouis
depends = glibc
depends = libyaml
optdepends = python: Python bindings
-   source = 
https://github.com/liblouis/liblouis/releases/download/v3.29.0/liblouis-3.29.0.tar.gz
-   sha256sums = 
4e73d86bbfe1a9af5447b3ddd607243b50414989ec290bfb467b9b774675c8f5
+   source = git+https://github.com/liblouis/liblouis.git?signed#tag=v3.29.0
+   validpgpkeys = E9DDC8901A42F78B79CDC46042A55BD5EA40AB1A
+   b2sums = 
f1a0a83314f9e8b8fff8ad9e1747a2fecbcd6bacc1f075df0006db5beab263985a00f81d1abf37eb9d2dc805549f4a0bfa803b16478137c0e16967da7f3f3af0
 
 pkgname = liblouis


=
PKGBUILD
=
@@ -10,13 +10,19 @@ arch=('x86_64')
 url='https://liblouis.io/'
 license=('GPL-3.0-or-later AND LGPL-2.1-or-later')
 depends=('glibc' 'libyaml')
-makedepends=('help2man' 'python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+makedepends=('git' 'help2man' 'python-build' 'python-installer' 
'python-setuptools' 'python-wheel')
 optdepends=('python: Python bindings')
-source=("https://github.com/liblouis/liblouis/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('4e73d86bbfe1a9af5447b3ddd607243b50414989ec290bfb467b9b774675c8f5')
+source=("git+https://github.com/liblouis/liblouis.git?signed#tag=v$pkgver";)
+b2sums=('f1a0a83314f9e8b8fff8ad9e1747a2fecbcd6bacc1f075df0006db5beab263985a00f81d1abf37eb9d2dc805549f4a0bfa803b16478137c0e16967da7f3f3af0')
+validpgpkeys=('E9DDC8901A42F78B79CDC46042A55BD5EA40AB1A') # Christian Egli 

+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --enable-ucs4
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
@@ -26,12 +32,12 @@ build() {
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 
   cd python



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liblouis/-/commit/1fc82dc8462f568f4913e3c7bb3bb3208b5cb135

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liblouis/-/commit/1fc82dc8462f568f4913e3c7bb3bb3208b5cb135
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libpgm][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / libpgm


Commits:
0ab25c0e by Balló György at 2024-05-13T01:35:10+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,9 +5,10 @@ pkgbase = libpgm
url = https://github.com/steve-o/openpgm
arch = x86_64
license = LGPL-2.1-or-later
+   makedepends = git
makedepends = python
depends = glibc
-   source = 
https://github.com/steve-o/openpgm/archive/release-5-3-128/openpgm-5.3.128.tar.gz
-   sha256sums = 
8d707ef8dda45f4a7bc91016d7f2fed6a418637185d76c7ab30b306499c6d393
+   source = git+https://github.com/steve-o/openpgm.git#tag=release-5-3-128
+   b2sums = 
3718430386e4ca8b9e51dbd69a17d4bb71ef0169b8f78f66865aae3d5cca09f4bd63d18bac714b4e5a89ad09ecdb73a3fd8f7163c1806c0c1ff2f109a8898dcd
 
 pkgname = libpgm


=
PKGBUILD
=
@@ -11,26 +11,26 @@ arch=('x86_64')
 url='https://github.com/steve-o/openpgm'
 license=('LGPL-2.1-or-later')
 depends=('glibc')
-makedepends=('python')
-source=("https://github.com/steve-o/openpgm/archive/release-${pkgver//./-}/openpgm-$pkgver.tar.gz";)
-sha256sums=('8d707ef8dda45f4a7bc91016d7f2fed6a418637185d76c7ab30b306499c6d393')
+makedepends=('git' 'python')
+source=("git+https://github.com/steve-o/openpgm.git#tag=release-${pkgver//./-}";)
+b2sums=('3718430386e4ca8b9e51dbd69a17d4bb71ef0169b8f78f66865aae3d5cca09f4bd63d18bac714b4e5a89ad09ecdb73a3fd8f7163c1806c0c1ff2f109a8898dcd')
 
 prepare() {
-  cd openpgm-release-${pkgver//./-}/openpgm/pgm
+  cd openpgm/openpgm/pgm
 
   # https://github.com/steve-o/openpgm/pull/66
-  mv openpgm-5.2.pc.in openpgm-5.3.pc.in
+  git cherry-pick -n 240634b1afb968a051f8c68696eae2a582a02450
 
   ./bootstrap.sh
 }
 
 build() {
-  cd openpgm-release-${pkgver//./-}/openpgm/pgm
+  cd openpgm/openpgm/pgm
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd openpgm-release-${pkgver//./-}/openpgm/pgm
+  cd openpgm/openpgm/pgm
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpgm/-/commit/0ab25c0ed70fb5156c573a631b8035ebfc913399

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpgm/-/commit/0ab25c0ed70fb5156c573a631b8035ebfc913399
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gperftools][main] Minor change

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gperftools


Commits:
3b0c3e87 by Balló György at 2024-05-13T01:44:05+02:00
Minor change

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,7 +22,7 @@ 
b2sums=('3e13c2ae5a367d9fa6d6bd21954b21ba3139c642b90285df195ce88d41eab79abbb2a59
 
 prepare() {
   cd $pkgname
-  autoreconf -i
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gperftools/-/commit/3b0c3e87d22c901524c73b70ffe272c1a4d73af0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gperftools/-/commit/3b0c3e87d22c901524c73b70ffe272c1a4d73af0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libcdio-paranoia][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libcdio-paranoia


Commits:
d0aa2656 by Balló György at 2024-05-13T01:46:33+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,10 +5,11 @@ pkgbase = libcdio-paranoia
url = https://www.gnu.org/software/libcdio/
arch = x86_64
license = GPL-3.0-or-later
+   makedepends = git
depends = glibc
depends = libcdio
-   source = 
https://github.com/rocky/libcdio-paranoia/releases/download/release-10.2+2.0.2/libcdio-paranoia-10.2+2.0.2.tar.gz
+   source = 
git+https://github.com/rocky/libcdio-paranoia.git#tag=release-10.2+2.0.2
validpgpkeys = DAA63BC2582034A02B923D521A8DE5008275EC21
-   sha256sums = 
b875d45c3f788fce82a5091c7e87869dd4298cd945e7fb873b61b3e613a32e43
+   b2sums = 
c7badd7b7fa2c65df0b328a9aacc001ff970ea9cc4212ea6b68ffc13f4e301bbed7239f50e52ff453dc78ce1bb0a69ecfd3efb0801c1af8556f926daf822562e
 
 pkgname = libcdio-paranoia


=
PKGBUILD
=
@@ -10,23 +10,29 @@ arch=('x86_64')
 url='https://www.gnu.org/software/libcdio/'
 license=('GPL-3.0-or-later')
 depends=('glibc' 'libcdio')
-source=("https://github.com/rocky/$pkgname/releases/download/release-$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('b875d45c3f788fce82a5091c7e87869dd4298cd945e7fb873b61b3e613a32e43')
+makedepends=('git')
+source=("git+https://github.com/rocky/libcdio-paranoia.git#tag=release-$pkgver";)
+b2sums=('c7badd7b7fa2c65df0b328a9aacc001ff970ea9cc4212ea6b68ffc13f4e301bbed7239f50e52ff453dc78ce1bb0a69ecfd3efb0801c1af8556f926daf822562e')
 validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein 

 
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcdio-paranoia/-/commit/d0aa2656a19582cad2e74362db09ec85c4cbd2fc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcdio-paranoia/-/commit/d0aa2656a19582cad2e74362db09ec85c4cbd2fc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libtheora][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libtheora


Commits:
a0732f7b by Balló György at 2024-05-13T02:10:21+02:00
Switch to git source

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − libtheora-1.1.1-libpng16.patch


Changes:

=
.SRCINFO
=
@@ -5,14 +5,15 @@ pkgbase = libtheora
url = https://www.theora.org/
arch = x86_64
license = BSD-3-Clause
+   makedepends = doxygen
+   makedepends = git
makedepends = libpng
makedepends = libvorbis
makedepends = sdl
depends = glibc
depends = libogg
-   source = 
https://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.xz
-   source = libtheora-1.1.1-libpng16.patch
-   sha256sums = 
f36da409947aa2b3dcc6af0a8c2e3144bc19db2ed547d64e9171c59c66561c61
-   sha256sums = 
e4c9a8dc798c596ed32a2a720020ae27a0e72f5add1a47cb8fadebe0e7180d7e
+   source = git+https://github.com/xiph/theora.git?signed#tag=v1.1.1
+   validpgpkeys = 17E78AB6BD65A91EE811D60947000F7BB1441DEF
+   b2sums = 
b7eb9a0ebc83c84eac0049b7dbfea63a2da6c8913251e24229c6d32b048bcca64e2ec5a1c0caa9763f93d7e134ad7c95b54a0c86f8c6631437a5fe7bfd198251
 
 pkgname = libtheora


=
PKGBUILD
=
@@ -10,30 +10,36 @@ arch=('x86_64')
 url='https://www.theora.org/'
 license=('BSD-3-Clause')
 depends=('glibc' 'libogg')
-makedepends=('libpng' 'libvorbis' 'sdl')
-source=("https://downloads.xiph.org/releases/theora/$pkgname-$pkgver.tar.xz";
-'libtheora-1.1.1-libpng16.patch')
-sha256sums=('f36da409947aa2b3dcc6af0a8c2e3144bc19db2ed547d64e9171c59c66561c61'
-'e4c9a8dc798c596ed32a2a720020ae27a0e72f5add1a47cb8fadebe0e7180d7e')
+makedepends=('doxygen' 'git' 'libpng' 'libvorbis' 'sdl')
+source=("git+https://github.com/xiph/theora.git?signed#tag=v$pkgver";)
+b2sums=('b7eb9a0ebc83c84eac0049b7dbfea63a2da6c8913251e24229c6d32b048bcca64e2ec5a1c0caa9763f93d7e134ad7c95b54a0c86f8c6631437a5fe7bfd198251')
+validpgpkeys=('17E78AB6BD65A91EE811D60947000F7BB1441DEF') # Ralph Giles 

 
 prepare() {
-  cd $pkgname-$pkgver
-  patch -Np0 -i ../libtheora-1.1.1-libpng16.patch
+  cd theora
+
+  # Fix build with libpng 1.6
+  git cherry-pick -n 7288b539c52e99168488dc3a343845c9365617c8
+
+  # Don't run configure from autogen.sh
+  sed -i '/\$srcdir\/configure/d' autogen.sh
+
+  ./autogen.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd theora
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd theora
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd theora
   make DESTDIR="$pkgdir" install
   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE COPYING
 }


=
libtheora-1.1.1-libpng16.patch deleted
=
@@ -1,17 +0,0 @@
-http://bugs.gentoo.org/465450
-http://trac.xiph.org/ticket/1947
-
 examples/png2theora.c
-+++ examples/png2theora.c
-@@ -462,9 +462,9 @@
-   png_set_strip_alpha(png_ptr);
- 
-   row_data = (png_bytep)png_malloc(png_ptr,
--3*height*width*png_sizeof(*row_data));
-+3*height*width*sizeof(*row_data));
-   row_pointers = (png_bytep *)png_malloc(png_ptr,
--height*png_sizeof(*row_pointers));
-+height*sizeof(*row_pointers));
-   for(y = 0; y < height; y++) {
- row_pointers[y] = row_data + y*(3*width);
-   }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libtheora/-/commit/a0732f7b9de5de4642798c4dbebdfdbee5b3fb01

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libtheora/-/commit/a0732f7b9de5de4642798c4dbebdfdbee5b3fb01
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libcaca][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libcaca


Commits:
d3d61013 by Balló György at 2024-05-13T02:28:09+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -6,6 +6,7 @@ pkgbase = libcaca
arch = x86_64
license = WTFPL
makedepends = doxygen
+   makedepends = git
makedepends = pango
makedepends = python
depends = freeglut
@@ -19,9 +20,9 @@ pkgbase = libcaca
depends = slang
depends = zlib
optdepends = python: Python bindings
-   source = 
https://github.com/cacalabs/libcaca/releases/download/v0.99.beta20/libcaca-0.99.beta20.tar.bz2
+   source = git+https://github.com/cacalabs/libcaca.git#tag=v0.99.beta20
source = libcaca-0.99.beta20-CVE-2022-0856.patch
-   sha256sums = 
ff9aa641af180a59acedc7fc9e663543fb397ff758b5122093158fd628125ac1
-   sha256sums = 
242308d530e20f018c1a275a90c0697b107bf2bfd28e928610bbbe80707bdeef
+   b2sums = 
2965c38a6ecb8f9384741ac707f60ba7c6b7e290303f0f2c5f5b9dd28ce89580012c7db647dff15f9dc012fe3e47caa713162d40ffb29f428739db3a66a94e6b
+   b2sums = 
82bc7243844238089c5f513738bd9e95ac6cb88b16202db0655592e4037732a8353b72e5bd26ad73cdb32ad2da5d864bbb9ee5196bc0c3d2805c397e7686f728
 
 pkgname = libcaca


=
PKGBUILD
=
@@ -10,34 +10,37 @@ arch=('x86_64')
 url='http://caca.zoy.org/wiki/libcaca'
 license=('WTFPL')
 depends=('freeglut' 'gcc-libs' 'glibc' 'glu' 'imlib2' 'libglvnd' 'libx11' 
'ncurses' 'slang' 'zlib')
-makedepends=('doxygen' 'pango' 'python')
+makedepends=('doxygen' 'git' 'pango' 'python')
 optdepends=('python: Python bindings')
-source=("https://github.com/cacalabs/libcaca/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2";
+source=("git+https://github.com/cacalabs/libcaca.git#tag=v$pkgver";
 'libcaca-0.99.beta20-CVE-2022-0856.patch')
-sha256sums=('ff9aa641af180a59acedc7fc9e663543fb397ff758b5122093158fd628125ac1'
-'242308d530e20f018c1a275a90c0697b107bf2bfd28e928610bbbe80707bdeef')
+b2sums=('2965c38a6ecb8f9384741ac707f60ba7c6b7e290303f0f2c5f5b9dd28ce89580012c7db647dff15f9dc012fe3e47caa713162d40ffb29f428739db3a66a94e6b'
+
'82bc7243844238089c5f513738bd9e95ac6cb88b16202db0655592e4037732a8353b72e5bd26ad73cdb32ad2da5d864bbb9ee5196bc0c3d2805c397e7686f728')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname
+
   # Prevent a divide-by-zero by checking for a zero width or height
   # https://github.com/cacalabs/libcaca/pull/66
   patch -Np1 -i ../libcaca-0.99.beta20-CVE-2022-0856.patch
+
+  ./bootstrap
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/commit/d3d6101315e6bb30c4da57c247b14628ba893629

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/commit/d3d6101315e6bb30c4da57c247b14628ba893629
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/jbigkit][main] Use git instead of regex for version check

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
jbigkit


Commits:
50fed9eb by Balló György at 2024-05-13T02:53:45+02:00
Use git instead of regex for version check

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -1,4 +1,4 @@
 [jbigkit]
-source = "regex"
-url = "https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/";
-regex = "jbigkit-([^\"]*).tar.gz"
+source = "git"
+git = "https://www.cl.cam.ac.uk/~mgk25/git/jbigkit";
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jbigkit/-/commit/50fed9eb0ab4928b05696187fa6d03e2cb5d9f37

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jbigkit/-/commit/50fed9eb0ab4928b05696187fa6d03e2cb5d9f37
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sensors-applet] Pushed new tag 1-3.0.0-4

2024-05-13 Thread @bgyorgy


Balló György pushed new tag 1-3.0.0-4 at Arch Linux / Packaging / Packages / 
sensors-applet

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sensors-applet/-/tree/1-3.0.0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mythes-hu][main] Add pkgver(), use b2sums

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
mythes-hu


Commits:
8d8ffbe8 by Balló György at 2024-05-13T10:20:44+02:00
Add pkgver(), use b2sums

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -10,6 +10,6 @@ pkgbase = mythes-hu
makedepends = libmythes
optdepends = libmythes: offers thesaurus library functions
source = 
libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=a4473e06b56bfe35187e302754f6baaa8d75e54f
-   sha256sums = 
e4d6d54282eb5fa8b1b2b23171382029832c976ed442f5f982a0c5bb7b6db96f
+   b2sums = 
73ee00045596ce279d8d26bdb60c7bdb9ff4e9c3ac172a0e5d356a69949f60cb496f546fce6b388918fc2e3bd1030de0409553c9cd81d622511210a045469070
 
 pkgname = mythes-hu


=
PKGBUILD
=
@@ -13,7 +13,12 @@ makedepends=('git' 'libmythes')
 optdepends=('libmythes: offers thesaurus library functions')
 _commit=a4473e06b56bfe35187e302754f6baaa8d75e54f
 
source=("libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=$_commit";)
-sha256sums=('e4d6d54282eb5fa8b1b2b23171382029832c976ed442f5f982a0c5bb7b6db96f')
+b2sums=('73ee00045596ce279d8d26bdb60c7bdb9ff4e9c3ac172a0e5d356a69949f60cb496f546fce6b388918fc2e3bd1030de0409553c9cd81d622511210a045469070')
+
+pkgver() {
+  cd libreoffice-dictionaries/hu_HU/
+  sed -n "s/.*Hungarian Thesaurus, version \(.*\) (.*/\1/p" 
README_th_hu_HU_v2.txt
+}
 
 build() {
   cd libreoffice-dictionaries/hu_HU/



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mythes-hu/-/commit/8d8ffbe8ff9eb7a910a8577ca887cb7727050186

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mythes-hu/-/commit/8d8ffbe8ff9eb7a910a8577ca887cb7727050186
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hyphen-hu][main] Add pkgver(), use b2sums

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
hyphen-hu


Commits:
9d68a2ea by Balló György at 2024-05-13T10:32:36+02:00
Add pkgver(), use b2sums

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -8,6 +8,6 @@ pkgbase = hyphen-hu
makedepends = git
optdepends = hyphen: offers hyphenation library functions
source = 
libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=491736b0e775f7d4a0bfd9ed9ce94ec296e3e988
-   sha256sums = 
4ce7d02ee15c5b01f1d6281f817473db5bd89c41323c8c6b91abc96b08783653
+   b2sums = 
7185f4b88e140a5022f3fa5d5ece52effa19ae72d2c6a313ccb664d5800263fcb9758f6340aedb34238c3483a185702993dccb9eba657d244d16ce12f1fc0d14
 
 pkgname = hyphen-hu


=
PKGBUILD
=
@@ -12,7 +12,12 @@ makedepends=('git')
 optdepends=('hyphen: offers hyphenation library functions')
 _commit=491736b0e775f7d4a0bfd9ed9ce94ec296e3e988
 
source=("libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=$_commit";)
-sha256sums=('4ce7d02ee15c5b01f1d6281f817473db5bd89c41323c8c6b91abc96b08783653')
+b2sums=('7185f4b88e140a5022f3fa5d5ece52effa19ae72d2c6a313ccb664d5800263fcb9758f6340aedb34238c3483a185702993dccb9eba657d244d16ce12f1fc0d14')
+
+pkgver() {
+  cd libreoffice-dictionaries/hu_HU/
+  sed -n "s/.*Patch version: \(.*\).*/\1/p" README_hyph_hu_HU.txt | sed 
's/-//g'
+}
 
 package() {
   cd libreoffice-dictionaries/hu_HU/



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyphen-hu/-/commit/9d68a2eac117ba4bed7215c80fa14437722f4fe1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyphen-hu/-/commit/9d68a2eac117ba4bed7215c80fa14437722f4fe1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hunspell-hu][main] Add pkgver(), use b2sums

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
hunspell-hu


Commits:
ff87e585 by Balló György at 2024-05-13T10:38:29+02:00
Add pkgver(), use b2sums

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -10,6 +10,6 @@ pkgbase = hunspell-hu
optdepends = hunspell: the spell checking libraries and apps
provides = hunspell-dictionary
source = 
libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=c5b2a36bde02841590b8ccc490ca88bfdb69f153
-   sha256sums = 
3205f30c06d03403c50d5ed6adc9f98c1156ebcf2294bd8e2bf23909fa055964
+   b2sums = 
ba7663edd9a77df9cd3462f3f86089311f0d85b7b53d8928f8e4c539b4ef1fe6a710b7464e772909c0c3d3dac7099848071d64a044af1e3ca2c2adfffbf8d626
 
 pkgname = hunspell-hu


=
PKGBUILD
=
@@ -13,7 +13,12 @@ optdepends=('hunspell: the spell checking libraries and 
apps')
 provides=('hunspell-dictionary')
 _commit=c5b2a36bde02841590b8ccc490ca88bfdb69f153
 
source=("libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=$_commit";)
-sha256sums=('3205f30c06d03403c50d5ed6adc9f98c1156ebcf2294bd8e2bf23909fa055964')
+b2sums=('ba7663edd9a77df9cd3462f3f86089311f0d85b7b53d8928f8e4c539b4ef1fe6a710b7464e772909c0c3d3dac7099848071d64a044af1e3ca2c2adfffbf8d626')
+
+pkgver() {
+  cd libreoffice-dictionaries/hu_HU/
+  sed -n "s/.*Hungarian Hunspell dictionaries version \(.*\) with 
morphological data.*/\1/p" README_hu_HU.txt
+}
 
 package() {
   cd libreoffice-dictionaries/hu_HU/



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hunspell-hu/-/commit/ff87e5852699a4393f6112c5fad18dcd7ab386aa

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hunspell-hu/-/commit/ff87e5852699a4393f6112c5fad18dcd7ab386aa
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/djvulibre][main] Switch to git source

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
djvulibre


Commits:
9bce73f2 by Balló György at 2024-05-13T11:27:20+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,13 +5,14 @@ pkgbase = djvulibre
url = https://djvu.sourceforge.net/
arch = x86_64
license = GPL-2.0-or-later
+   makedepends = git
depends = bash
depends = gcc-libs
depends = glibc
depends = hicolor-icon-theme
depends = libjpeg-turbo
depends = libtiff
-   source = https://downloads.sourceforge.net/djvu/djvulibre-3.5.28.tar.gz
+   source = 
djvulibre::git+https://git.code.sf.net/p/djvu/djvulibre-git#tag=release.3.5.28
source = djvulibre-check-image-size.patch
source = djvulibre-integer-overflow.patch
source = djvulibre-check-input-pool.patch
@@ -20,14 +21,14 @@ pkgbase = djvulibre
source = djvulibre-out-of-bound-write-2.patch
source = djvulibre-CVE-2021-46310.patch
source = djvulibre-CVE-2021-46312.patch
-   sha256sums = 
fcd009ea7654fde5a83600eb80757bd3a76998e47d13c66b54c8db849f8f2edc
-   sha256sums = 
5cd3bdedc9ba82af541e1fc0bb6fabdc77c7fc43ee6bd15f9c7cca9d39d53c82
-   sha256sums = 
9e6d8b94d922ba382702ec4f878c06293eb546827e40a7de5221cb21c52d3d23
-   sha256sums = 
d938cb05ac37b2f3f9602de6d148307e4164ee8a6f89fb6d81d5ed100fbc368b
-   sha256sums = 
73e476cdb8af46bf94b208b9170679aaba165d54247d435e6a58e874ae85109c
-   sha256sums = 
7ea0926757adaaff61b5622b2ee88d4af55fec5235183828337005852118f97f
-   sha256sums = 
bfc2c89b86d1ab60b4fc8f48270c178269b619fee20df37ab08a1fda7432
-   sha256sums = 
94ec83abf505a24edeabdbeac20338e880bde3b9828ab969b41acd540a2689c8
-   sha256sums = 
2391cb6c65c2bc0f71188b05431cda4918deb9adf32a902f0fff6c2c9e3093dd
+   b2sums = 
a9e6b9e0effb2252732bfa5dc50cd3172569dcdc0b6d48422f5547af87904470b35b9189fecb47c3b94cede8c416fb300a9cd123b017c117b599042c624fc5ee
+   b2sums = 
633a814a4c23718be93a4e8f18d67dde1f8800143113090e857c0cd8429458ff17c8040ad3092fee30621bd4093bb96947f1571d7c2309062f81eb2682533e0c
+   b2sums = 
2bfad00bc3c5054055476eca18aecf1978cfa1f1ca101e122c013977af9725fd9cf5069e9deb1f9eeb6852b8f6f7d41aa73791a810bf68538045df90b615d14d
+   b2sums = 
81d2b459a558768105f99e7446a40b4b56bf4c10ea408e8f58caaecb7c3e0e9ccf7c6d0db620f98b3dca235b16402903a7fbbb8a8992c89356bd09aba03f3b72
+   b2sums = 
fd23d7aa448e631ff53da01a74cae4f49cc389c908f249e35f881142daf4303b49cfbe20a34521b1d4ea8733ca4136537dd128f59f5dd224313d9b71130c0057
+   b2sums = 
d4fc2c25e113a4f41931a02cc1ed669bcbfa2d7af475463ce63f931a93665aa582c2d6f51ae9c74e1ffdf067325f03a0b1b4c989b5b24a4c1bd422f5bf2dbada
+   b2sums = 
cc1b5fbef66b3b72f774bfa783e8ee62245eb07bb32f46fd623049e6565878de7d6fae9eea13718954fa1101d93e728613d0029df845b25bd54b3e15e5c3cbdf
+   b2sums = 
c824679d275662ca27a35bf61bba316cbf960ec9790b5d0ea93f416bcedc88dad38ec5c7d7b2cb73d4e9964715cc08a1c66d59faabbb825911b4a567fcfb864f
+   b2sums = 
1ddabef166b96009de832de4e791a0d7a35c5b337bba579fd76f2f0aed60995028f123d4d4388f1440a26bc39739f5dc824b641d7508e8f09d8028d5e01bd2b7
 
 pkgname = djvulibre


=
PKGBUILD
=
@@ -11,7 +11,8 @@ arch=('x86_64')
 url='https://djvu.sourceforge.net/'
 license=('GPL-2.0-or-later')
 depends=('bash' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libjpeg-turbo' 
'libtiff')
-source=("https://downloads.sourceforge.net/djvu/$pkgname-$pkgver.tar.gz";
+makedepends=('git')
+source=("$pkgname::git+https://git.code.sf.net/p/djvu/djvulibre-git#tag=release.$pkgver";
 'djvulibre-check-image-size.patch'
 'djvulibre-integer-overflow.patch'
 'djvulibre-check-input-pool.patch'
@@ -20,18 +21,18 @@ 
source=("https://downloads.sourceforge.net/djvu/$pkgname-$pkgver.tar.gz";
 'djvulibre-out-of-bound-write-2.patch'
 'djvulibre-CVE-2021-46310.patch'
 'djvulibre-CVE-2021-46312.patch')
-sha256sums=('fcd009ea7654fde5a83600eb80757bd3a76998e47d13c66b54c8db849f8f2edc'
-'5cd3bdedc9ba82af541e1fc0bb6fabdc77c7fc43ee6bd15f9c7cca9d39d53c82'
-'9e6d8b94d922ba382702ec4f878c06293eb546827e40a7de5221cb21c52d3d23'
-'d938cb05ac37b2f3f9602de6d148307e4164ee8a6f89fb6d81d5ed100fbc368b'
-'73e476cdb8af46bf94b208b9170679aaba165d54247d435e6a58e874ae85109c'
-'7ea0926757adaaff61b5622b2ee88d4af55fec5235183828337005852118f97f'
-'bfc2c89b86d1ab60b4fc8f48270c178269b619fee20df37ab08a1fda7432'
-'94ec83abf505a24edeabdbeac20338e880bde3b9828ab969b41acd540a2689c8'
-'2391cb6c65c2bc0f71188b05431cda4918deb9adf32a902f0fff6c2c9e3093dd')
+b2sums=('a9e6b9e0effb2252732bfa5dc50cd3172569dcdc0b6d48422f5547af87904470b35b9189fecb47c3b94cede8c416fb300a9cd123b017c117b599042c624fc5ee'
+
'633a

[Git][archlinux/packaging/packages/libthai][main] Switch to git source

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libthai


Commits:
7ff1a432 by Balló György at 2024-05-13T12:14:26+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,10 +5,12 @@ pkgbase = libthai
url = https://linux.thai.net/projects/libthai
arch = x86_64
license = LGPL-2.1-or-later
+   makedepends = autoconf-archive
makedepends = doxygen
+   makedepends = git
depends = glibc
depends = libdatrie
-   source = 
https://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.29.tar.xz
-   sha256sums = 
fc80cc7dcb50e11302b417cebd24f2d30a8b987292e77e003267b9100d0f4bcd
+   source = git+https://github.com/tlwg/libthai.git#tag=v0.1.29
+   b2sums = 
b312913d8c8e1cbf4fec869db8314e8239939759e7f8ca421e0aee814aa952849d8f34ccf77c9f23e9746bf9b73d3c369bba0f9ad622d3b227a40bc4b028cfbf
 
 pkgname = libthai


=
PKGBUILD
=
@@ -10,22 +10,27 @@ arch=('x86_64')
 url='https://linux.thai.net/projects/libthai'
 license=('LGPL-2.1-or-later')
 depends=('glibc' 'libdatrie')
-makedepends=('doxygen')
-source=("https://linux.thai.net/pub/thailinux/software/libthai/$pkgname-$pkgver.tar.xz";)
-sha256sums=('fc80cc7dcb50e11302b417cebd24f2d30a8b987292e77e003267b9100d0f4bcd')
+makedepends=('autoconf-archive' 'doxygen' 'git')
+source=("git+https://github.com/tlwg/libthai.git#tag=v$pkgver";)
+b2sums=('b312913d8c8e1cbf4fec869db8314e8239939759e7f8ca421e0aee814aa952849d8f34ccf77c9f23e9746bf9b73d3c369bba0f9ad622d3b227a40bc4b028cfbf')
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libthai/-/commit/7ff1a432836fcba6412180a228f9f4ab0a681718

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libthai/-/commit/7ff1a432836fcba6412180a228f9f4ab0a681718
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libdatrie][main] Switch to git source

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libdatrie


Commits:
dcd1245f by Balló György at 2024-05-13T12:18:16+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,9 +5,11 @@ pkgbase = libdatrie
url = https://linux.thai.net/projects/datrie
arch = x86_64
license = LGPL-2.1-or-later
+   makedepends = autoconf-archive
makedepends = doxygen
+   makedepends = git
depends = glibc
-   source = 
https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-0.2.13.tar.xz
-   sha256sums = 
12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be
+   source = git+https://github.com/tlwg/libdatrie.git#tag=v0.2.13
+   b2sums = 
3f726110c37b379d0fbf7fff5de534e46da75642baa848f72514fc98e4af0a80d8b7f0bc1a5f797eeef6e4505bb839a65b9d44019b3523270a414df4363e7003
 
 pkgname = libdatrie


=
PKGBUILD
=
@@ -10,22 +10,27 @@ arch=('x86_64')
 url='https://linux.thai.net/projects/datrie'
 license=('LGPL-2.1-or-later')
 depends=('glibc')
-makedepends=('doxygen')
-source=("https://linux.thai.net/pub/thailinux/software/libthai/$pkgname-$pkgver.tar.xz";)
-sha256sums=('12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be')
+makedepends=('autoconf-archive' 'doxygen' 'git')
+source=("git+https://github.com/tlwg/libdatrie.git#tag=v$pkgver";)
+b2sums=('3f726110c37b379d0fbf7fff5de534e46da75642baa848f72514fc98e4af0a80d8b7f0bc1a5f797eeef6e4505bb839a65b9d44019b3523270a414df4363e7003')
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdatrie/-/commit/dcd1245f643e91bdca56aa7e94070743f8098052

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdatrie/-/commit/dcd1245f643e91bdca56aa7e94070743f8098052
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libatasmart][main] Switch to git source

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libatasmart


Commits:
87fc8590 by Balló György at 2024-05-13T12:32:57+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,13 +5,14 @@ pkgbase = libatasmart
url = https://0pointer.de/blog/projects/being-smart.html
arch = x86_64
license = LGPL-2.1-or-later
+   makedepends = git
depends = glibc
depends = systemd-libs
-   source = https://0pointer.de/public/libatasmart-0.19.tar.xz
+   source = git+https://git.0pointer.net/clone/libatasmart.git#tag=v0.19
source = 0001-Dont-test-undefined-bits.patch
source = 0002-Drop-our-own-many-bad-sectors-heuristic.patch
-   sha256sums = 
61f0ea345f63d28ab2ff0dc352c22271661b66bf09642db3a4049ac9dbdb0f8d
-   sha256sums = 
ab19d6985bb524774607280a2ee62c48de01785660ff5206d80f778b6404188c
-   sha256sums = 
9bb5ca3431f76c182c5b076e2db9378d696608c2ff1d53d01e55c530ba293ce1
+   b2sums = 
9a43568707da97163000bdc97f428993c5fc3dc9490e47e42d3ef315dc1f06e39c1f71cdf9bcaccfee44201fd47be4d5df16a30a35ee6aaf729b1bbda24aeb1d
+   b2sums = 
826c9ebce4aa299d57a9c3c410fa3fb0875f2eb92c9a4c5e27e384e78c316a86947dfbf5fa065b7cf9bc84a71948d8df47aa4a47129d4c316fa8f11815b8adcb
+   b2sums = 
6c96188d7cad73b8a7c6be8fa27ae297d6a6b32245bdde01050bbe5d1536b7e9618b7b2c5ffed41ca95d79b878dd84e2b9af7f1f2422e70fde54132646c93f8b
 
 pkgname = libatasmart


=
PKGBUILD
=
@@ -9,26 +9,29 @@ arch=('x86_64')
 url='https://0pointer.de/blog/projects/being-smart.html'
 license=('LGPL-2.1-or-later')
 depends=('glibc' 'systemd-libs')
-source=("https://0pointer.de/public/$pkgname-$pkgver.tar.xz";
+makedepends=('git')
+source=("git+https://git.0pointer.net/clone/libatasmart.git#tag=v$pkgver";
 '0001-Dont-test-undefined-bits.patch'
 '0002-Drop-our-own-many-bad-sectors-heuristic.patch')
-sha256sums=('61f0ea345f63d28ab2ff0dc352c22271661b66bf09642db3a4049ac9dbdb0f8d'
-'ab19d6985bb524774607280a2ee62c48de01785660ff5206d80f778b6404188c'
-'9bb5ca3431f76c182c5b076e2db9378d696608c2ff1d53d01e55c530ba293ce1')
+b2sums=('9a43568707da97163000bdc97f428993c5fc3dc9490e47e42d3ef315dc1f06e39c1f71cdf9bcaccfee44201fd47be4d5df16a30a35ee6aaf729b1bbda24aeb1d'
+
'826c9ebce4aa299d57a9c3c410fa3fb0875f2eb92c9a4c5e27e384e78c316a86947dfbf5fa065b7cf9bc84a71948d8df47aa4a47129d4c316fa8f11815b8adcb'
+
'6c96188d7cad73b8a7c6be8fa27ae297d6a6b32245bdde01050bbe5d1536b7e9618b7b2c5ffed41ca95d79b878dd84e2b9af7f1f2422e70fde54132646c93f8b')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   patch -Np1 -i ../0001-Dont-test-undefined-bits.patch
   patch -Np1 -i ../0002-Drop-our-own-many-bad-sectors-heuristic.patch
+
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sbindir=/usr/bin
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libatasmart/-/commit/87fc8590fe4f35231bfea37d4a7e584feed32804

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libatasmart/-/commit/87fc8590fe4f35231bfea37d4a7e584feed32804
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mod_dnssd][main] Switch to git source

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
mod_dnssd


Commits:
2df39c43 by Balló György at 2024-05-13T12:41:58+02:00
Switch to git source

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − fix_undefined_reference.patch


Changes:

=
.SRCINFO
=
@@ -5,13 +5,12 @@ pkgbase = mod_dnssd
url = https://0pointer.de/lennart/projects/mod_dnssd/
arch = x86_64
license = Apache-2.0
+   makedepends = git
depends = apache
depends = apr
depends = avahi
depends = glibc
-   source = 
http://0pointer.de/lennart/projects/mod_dnssd/mod_dnssd-0.6.tar.gz
-   source = fix_undefined_reference.patch
-   sha256sums = 
2cd171d76eba398f03c1d5bcc468a1756f4801cd8ed5bd065086e4374997c5aa
-   sha256sums = 
fc7db6067cb8bb9feb0a3f17f291a1e245fce0a45beac2b7ba5e280020f9b43d
+   source = git+https://git.0pointer.net/clone/mod_dnssd.git#tag=v0.6
+   b2sums = 
c8c941091acdb9c514f687bca614209a9650d9a0e5b62d0073e5a8c827249a89efaba5817b81d626c44820db12ab3a2ee0bc4c552c660cefe3309672cd293d54
 
 pkgname = mod_dnssd


=
PKGBUILD
=
@@ -11,24 +11,26 @@ arch=('x86_64')
 url='https://0pointer.de/lennart/projects/mod_dnssd/'
 license=('Apache-2.0')
 depends=('apache' 'apr' 'avahi' 'glibc')
-source=("http://0pointer.de/lennart/projects/$pkgname/$pkgname-$pkgver.tar.gz";
-'fix_undefined_reference.patch')
-sha256sums=('2cd171d76eba398f03c1d5bcc468a1756f4801cd8ed5bd065086e4374997c5aa'
-'fc7db6067cb8bb9feb0a3f17f291a1e245fce0a45beac2b7ba5e280020f9b43d')
+makedepends=('git')
+source=("git+https://git.0pointer.net/clone/mod_dnssd.git#tag=v$pkgver";)
+b2sums=('c8c941091acdb9c514f687bca614209a9650d9a0e5b62d0073e5a8c827249a89efaba5817b81d626c44820db12ab3a2ee0bc4c552c660cefe3309672cd293d54')
 
 prepare() {
-  cd $pkgname-$pkgver
-  # 
http://git.0pointer.net/mod_dnssd.git/commit/?id=be2fb9f6158f800685de7a1bc01c39b6cf1fa12c
-  patch -Np1 -i ../fix_undefined_reference.patch
+  cd $pkgname
+
+  # Fix build
+  git cherry-pick -n be2fb9f6158f800685de7a1bc01c39b6cf1fa12c
+
+  NOCONFIGURE=1 ./bootstrap.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --disable-lynx
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   install -Dm755 src/.libs/mod_dnssd.so 
"$pkgdir/usr/lib/httpd/modules/mod_dnssd.so"
 }


=
fix_undefined_reference.patch deleted
=
@@ -1,21 +0,0 @@
-diff --git a/src/mod_dnssd.c b/src/mod_dnssd.c
-index 6179276..3363701 100644 (file)
 a/src/mod_dnssd.c
-+++ b/src/mod_dnssd.c
-@@ -24,6 +24,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- 
-@@ -576,7 +577,7 @@ static void child_process(apr_pool_t *p, server_rec 
*server, struct global_confi
- 
- ap_assert(d);
- 
--unixd_setup_child();
-+ap_unixd_setup_child();
- 
- if (pipe(sigterm_pipe_fds) < 0) {
- ap_log_error(APLOG_MARK, APLOG_ERR, 0, r.main_server, "pipe() failed: 
%s", strerror(errno));



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mod_dnssd/-/commit/2df39c43e8d6bf4b029a75f4b1d1d6d630cfcbfc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mod_dnssd/-/commit/2df39c43e8d6bf4b029a75f4b1d1d6d630cfcbfc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sensors-applet][main] Minor change (use git tag)

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
sensors-applet


Commits:
818d94f5 by Balló György at 2024-05-13T14:46:27+02:00
Minor change (use git tag)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -30,7 +30,7 @@ prepare() {
   cd $pkgname
 
   # Various fixes from upstream
-  git cherry-pick -n 
9b8ca0e2e368c40fdfb64565e45eb1aa3cdeccf9..07284262768e3a7066da09845370d78526be6bc1
+  git cherry-pick -n 3.0.0..07284262768e3a7066da09845370d78526be6bc1
 
   # Port to libgnome-panel
   patch -Np1 -i ../port-to-libgnome-panel.patch



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sensors-applet/-/commit/818d94f55db9a9483a102874ce847104a6e11130

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sensors-applet/-/commit/818d94f55db9a9483a102874ce847104a6e11130
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libdca][main] Switch to git source

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / libdca


Commits:
566e3c82 by Balló György at 2024-05-13T15:16:13+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,9 +5,11 @@ pkgbase = libdca
url = https://www.videolan.org/developers/libdca.html
arch = x86_64
license = GPL-2.0-or-later
+   makedepends = git
depends = bash
depends = glibc
-   source = 
https://download.videolan.org/pub/videolan/libdca/0.0.7/libdca-0.0.7.tar.bz2
-   sha256sums = 
3a0b13815f582c661d2388ffcabc2f1ea82f471783c400f765f2ec6c81065f6a
+   source = 
git+https://code.videolan.org/videolan/libdca.git?signed#tag=0.0.7
+   validpgpkeys = 9477E0D31426892D23619994DF8480A4E3CF72EB
+   b2sums = 
0c290c4fcebe4b3ff4131ba9cc6ce5e77ce77a84ee034640edcbfa151bc980885caa2369406e504345391b17cd3f37bbc9cdd036556210848199b5f781132e57
 
 pkgname = libdca


=
PKGBUILD
=
@@ -9,23 +9,30 @@ arch=('x86_64')
 url='https://www.videolan.org/developers/libdca.html'
 license=('GPL-2.0-or-later')
 depends=('bash' 'glibc')
-source=("https://download.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('3a0b13815f582c661d2388ffcabc2f1ea82f471783c400f765f2ec6c81065f6a')
+makedepends=('git')
+source=("git+https://code.videolan.org/videolan/libdca.git?signed#tag=$pkgver";)
+b2sums=('0c290c4fcebe4b3ff4131ba9cc6ce5e77ce77a84ee034640edcbfa151bc980885caa2369406e504345391b17cd3f37bbc9cdd036556210848199b5f781132e57')
+validpgpkeys=('9477E0D31426892D23619994DF8480A4E3CF72EB') # Hugo 
Beauzée-Luyssen 
 
 prepare() {
-  cd $pkgname-$pkgver
-  sed -i '/DESTDIR/ s/\.1/.1.gz/g' src/Makefile.am
+  cd $pkgname
+
+  # Don't install symlink for libdts.a
   sed -i '/libdts.a/d' libdca/Makefile.am
-  ./bootstrap
+
+  # Update symlinks to use compressed man pages
+  sed -i '/DESTDIR/ s/\.1/.1.gz/g' src/Makefile.am
+
+  NOCONFIGURE=1 ./bootstrap
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdca/-/commit/566e3c8252dd71c4f455d9a2283407bd3d52faa7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdca/-/commit/566e3c8252dd71c4f455d9a2283407bd3d52faa7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libdvdnav][main] Switch to git source

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libdvdnav


Commits:
dbbd9344 by Balló György at 2024-05-13T15:24:44+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,12 +5,11 @@ pkgbase = libdvdnav
url = https://www.videolan.org/developers/libdvdnav.html
arch = x86_64
license = GPL-2.0-or-later
+   makedepends = git
depends = glibc
depends = libdvdread
-   source = 
https://download.videolan.org/pub/videolan/libdvdnav/6.1.1/libdvdnav-6.1.1.tar.bz2
-   source = 
https://download.videolan.org/pub/videolan/libdvdnav/6.1.1/libdvdnav-6.1.1.tar.bz2.asc
+   source = git+https://code.videolan.org/videolan/libdvdnav.git#tag=6.1.1
validpgpkeys = 65F7C6B4206BD057A7EB73787180713BE58D1ADC
-   sha256sums = 
c191a7475947d323ff7680cf92c0fb1be8237701885f37656c64d04e98d18d48
-   sha256sums = SKIP
+   b2sums = 
923e3171a7b5d488e77bbe8411827568c89cc85b2bb4d5434fc044b27274ef6c7e5987c4f2900f3a26371531603dcc66a7d40a7b4a9574fd8a4e677a482f7004
 
 pkgname = libdvdnav


=
PKGBUILD
=
@@ -11,18 +11,23 @@ arch=('x86_64')
 url='https://www.videolan.org/developers/libdvdnav.html'
 license=('GPL-2.0-or-later')
 depends=('glibc' 'libdvdread')
-source=("https://download.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2"{,.asc})
-sha256sums=('c191a7475947d323ff7680cf92c0fb1be8237701885f37656c64d04e98d18d48'
-'SKIP')
+makedepends=('git')
+source=("git+https://code.videolan.org/videolan/libdvdnav.git#tag=$pkgver";)
+b2sums=('923e3171a7b5d488e77bbe8411827568c89cc85b2bb4d5434fc044b27274ef6c7e5987c4f2900f3a26371531603dcc66a7d40a7b4a9574fd8a4e677a482f7004')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdvdnav/-/commit/dbbd934466df916750cf0068f318a392f7a4ebf4

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdvdnav/-/commit/dbbd934466df916750cf0068f318a392f7a4ebf4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libdvdread][main] Switch to git source

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libdvdread


Commits:
b7c1fece by Balló György at 2024-05-13T15:29:39+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,12 +5,11 @@ pkgbase = libdvdread
url = https://www.videolan.org/developers/libdvdnav.html
arch = x86_64
license = GPL-2.0-or-later
+   makedepends = git
depends = glibc
optdepends = libdvdcss: Decoding encrypted DVDs
-   source = 
https://download.videolan.org/pub/videolan/libdvdread/6.1.3/libdvdread-6.1.3.tar.bz2
-   source = 
https://download.videolan.org/pub/videolan/libdvdread/6.1.3/libdvdread-6.1.3.tar.bz2.asc
+   source = git+https://code.videolan.org/videolan/libdvdread.git#tag=6.1.3
validpgpkeys = 65F7C6B4206BD057A7EB73787180713BE58D1ADC
-   sha256sums = 
ce35454997a208cbe50e91232f0e73fb1ac3471965813a13b8730a8f18a15369
-   sha256sums = SKIP
+   b2sums = 
bdc0a6fcbc75dfe000f618cab1e2c736762a1d54c68851207c471a7177080c48964d2b7e4dc96dbdbacdadb42f022a2d3c6e097e83b612b9bbe2641240c5f38d
 
 pkgname = libdvdread


=
PKGBUILD
=
@@ -11,19 +11,24 @@ arch=('x86_64')
 url='https://www.videolan.org/developers/libdvdnav.html'
 license=('GPL-2.0-or-later')
 depends=('glibc')
+makedepends=('git')
 optdepends=('libdvdcss: Decoding encrypted DVDs')
-source=("https://download.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2"{,.asc})
-sha256sums=('ce35454997a208cbe50e91232f0e73fb1ac3471965813a13b8730a8f18a15369'
-'SKIP')
+source=("git+https://code.videolan.org/videolan/libdvdread.git#tag=$pkgver";)
+b2sums=('bdc0a6fcbc75dfe000f618cab1e2c736762a1d54c68851207c471a7177080c48964d2b7e4dc96dbdbacdadb42f022a2d3c6e097e83b612b9bbe2641240c5f38d')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key (2015)
 
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdvdread/-/commit/b7c1fece31cb4d13c34131435f85e9a311e02fc3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdvdread/-/commit/b7c1fece31cb4d13c34131435f85e9a311e02fc3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/a52dec][main] Switch to git source

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / a52dec


Commits:
0d68b23e by Balló György at 2024-05-13T15:36:33+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,8 +5,9 @@ pkgbase = a52dec
url = https://git.adelielinux.org/community/a52dec/
arch = x86_64
license = GPL-2.0-or-later
+   makedepends = git
depends = glibc
-   source = 
https://distfiles.adelielinux.org/source/a52dec/a52dec-0.8.0.tar.gz
-   sha256sums = 
03c181ce9c3fe0d2f5130de18dab9bd8bc63c354071515aa56983c74a9cffcc9
+   source = git+https://git.adelielinux.org/community/a52dec.git#tag=v0.8.0
+   b2sums = 
3d40824f3aaf949facd428105a6f2213e8f1663a10bd4251a15791e0bbca2b10cbccae1baeff24fd6bc03d5b2b2a6798da5311da796becda4f8d88c4dc7b00b9
 
 pkgname = a52dec


=
PKGBUILD
=
@@ -12,17 +12,23 @@ arch=('x86_64')
 url='https://git.adelielinux.org/community/a52dec/'
 license=('GPL-2.0-or-later')
 depends=('glibc')
-source=("https://distfiles.adelielinux.org/source/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('03c181ce9c3fe0d2f5130de18dab9bd8bc63c354071515aa56983c74a9cffcc9')
+makedepends=('git')
+source=("git+https://git.adelielinux.org/community/a52dec.git#tag=v$pkgver";)
+b2sums=('3d40824f3aaf949facd428105a6f2213e8f1663a10bd4251a15791e0bbca2b10cbccae1baeff24fd6bc03d5b2b2a6798da5311da796becda4f8d88c4dc7b00b9')
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --enable-shared
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
   install -m644 liba52/a52_internal.h "$pkgdir"/usr/include/a52dec/
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/a52dec/-/commit/0d68b23e9a39e09342c51d9f638f536dce94d9b6

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/a52dec/-/commit/0d68b23e9a39e09342c51d9f638f536dce94d9b6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libdca][main] Call autoreconf directly

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / libdca


Commits:
821bcf79 by Balló György at 2024-05-13T15:38:36+02:00
Call autoreconf directly

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -23,7 +23,7 @@ prepare() {
   # Update symlinks to use compressed man pages
   sed -i '/DESTDIR/ s/\.1/.1.gz/g' src/Makefile.am
 
-  NOCONFIGURE=1 ./bootstrap
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdca/-/commit/821bcf793a9905a0ee4eed0da30a16daa8a20603

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdca/-/commit/821bcf793a9905a0ee4eed0da30a16daa8a20603
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/jbigkit][main] Switch to git source

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
jbigkit


Commits:
b8a567de by Balló György at 2024-05-13T15:47:25+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,20 +5,21 @@ pkgbase = jbigkit
url = https://www.cl.cam.ac.uk/~mgk25/jbigkit/
arch = x86_64
license = GPL-2.0-or-later
+   makedepends = git
depends = glibc
-   source = https://www.cl.cam.ac.uk/~mgk25/download/jbigkit-2.1.tar.gz
+   source = git+https://www.cl.cam.ac.uk/~mgk25/git/jbigkit#tag=v2.1
source = jbigkit-2.1-shared_lib.patch
source = jbigkit-2.1-build_warnings.patch
source = jbigkit-2.1-ldflags.patch
source = jbigkit-2.1-coverity.patch
source = 0013-new-jbig.c-limit-s-maxmem-maximum-decoded-image-size.patch
source = 0015-jbg_newlen-check-for-end-of-file-within-MARKER_NEWLE.patch
-   sha256sums = 
de7106b6bfaf495d6865c7dd7ac6ca1381bd12e0d81405ea81e7f2167263d932
-   sha256sums = 
cb404e8c1d67d0788368a58f2c3da83bcf5c7049139461b16c144d1018e83174
-   sha256sums = 
e9616f9eccfa567738b0c470708d60b086b4e0c5c6017449c7f09d0ba9335e28
-   sha256sums = 
dc44325606c1c22f075e87e81091fbf1543c6792dda311c071b0d50d7786ff17
-   sha256sums = 
6abe6e18d830e811ff6d386e899f9a6bce1da7f5ed5613930e8e0c79d16c52ea
-   sha256sums = 
6dcddabc07864435a3c65227309e43cb66c27e08cb33851d7a7ef123fda08e29
-   sha256sums = 
bc3924f03446dba996a192deab7c41293ef2bcc7aef61edcbc3223fc10a0
+   b2sums = 
7c086da97fa6e5dbcaf88fef56b0cad881ce1356fb96ef9ea0b150efe78a69e7d05eeb9a3c3898949fd3a3f572006b41b72f5c27e73401cadfd01eb544b42d24
+   b2sums = 
52c5f7384f499e15a636b8e0089153750ac02da4ac850260a3243ee06d1194133f1264abc3457e52c5a15ee1a4bfad0b31042975d80273bf741b75e634845745
+   b2sums = 
6114609e5186e5fae1678de00f8c7336970c18923d3d3c01fbc431e95387bfe5696fe7914947ea3903c972eb54dfd24efe0d9ac3c7f4512de26f6ab138ce590c
+   b2sums = 
a8e36381543c0f701a589c115577da2509f02f3002926ab86b62e29e9f8a12db65b5d56387a61aa7a053e49d59e79e968c477ce096c73aa24ad3f94e28dff6b5
+   b2sums = 
2650020ba8ef433a3b935917297c034f01f0296a2a7c9c23c47521b823cc79ac32df8a3695f57e885b91604b138fedc1fcfea1cda8d2a79e9fd3c9680f0c06a8
+   b2sums = 
e1deb611727db51a72c5b7cef0155832198e5575b3e5ea50eedc7fa52f40114d8443302d6df593d87307b6e3c490c12d2278ca088ca5f8e7bb47196e6540
+   b2sums = 
b6b624cb5601dc6694bc9d6b5807f3efa0b9aa8eb8b50749c59a890e951fce6d86da0370ce7b7ecad549e207aec5d68c8abcb8b1946f02a427ebbc38008d4918
 
 pkgname = jbigkit


=
PKGBUILD
=
@@ -11,23 +11,24 @@ arch=('x86_64')
 url='https://www.cl.cam.ac.uk/~mgk25/jbigkit/'
 license=('GPL-2.0-or-later')
 depends=('glibc')
-source=("https://www.cl.cam.ac.uk/~mgk25/download/$pkgname-$pkgver.tar.gz";
+makedepends=('git')
+source=("git+https://www.cl.cam.ac.uk/~mgk25/git/jbigkit#tag=v$pkgver";
 'jbigkit-2.1-shared_lib.patch'
 'jbigkit-2.1-build_warnings.patch'
 'jbigkit-2.1-ldflags.patch'
 'jbigkit-2.1-coverity.patch'
 '0013-new-jbig.c-limit-s-maxmem-maximum-decoded-image-size.patch'
 '0015-jbg_newlen-check-for-end-of-file-within-MARKER_NEWLE.patch')
-sha256sums=('de7106b6bfaf495d6865c7dd7ac6ca1381bd12e0d81405ea81e7f2167263d932'
-'cb404e8c1d67d0788368a58f2c3da83bcf5c7049139461b16c144d1018e83174'
-'e9616f9eccfa567738b0c470708d60b086b4e0c5c6017449c7f09d0ba9335e28'
-'dc44325606c1c22f075e87e81091fbf1543c6792dda311c071b0d50d7786ff17'
-'6abe6e18d830e811ff6d386e899f9a6bce1da7f5ed5613930e8e0c79d16c52ea'
-'6dcddabc07864435a3c65227309e43cb66c27e08cb33851d7a7ef123fda08e29'
-'bc3924f03446dba996a192deab7c41293ef2bcc7aef61edcbc3223fc10a0')
+b2sums=('7c086da97fa6e5dbcaf88fef56b0cad881ce1356fb96ef9ea0b150efe78a69e7d05eeb9a3c3898949fd3a3f572006b41b72f5c27e73401cadfd01eb544b42d24'
+
'52c5f7384f499e15a636b8e0089153750ac02da4ac850260a3243ee06d1194133f1264abc3457e52c5a15ee1a4bfad0b31042975d80273bf741b75e634845745'
+
'6114609e5186e5fae1678de00f8c7336970c18923d3d3c01fbc431e95387bfe5696fe7914947ea3903c972eb54dfd24efe0d9ac3c7f4512de26f6ab138ce590c'
+
'a8e36381543c0f701a589c115577da2509f02f3002926ab86b62e29e9f8a12db65b5d56387a61aa7a053e49d59e79e968c477ce096c73aa24ad3f94e28dff6b5'
+
'2650020ba8ef433a3b935917297c034f01f0296a2a7c9c23c47521b823cc79ac32df8a3695f57e885b91604b138fedc1fcfea1cda8d2a79e9fd3c9680f0c06a8'
+
'e1deb611727db51a72c5b7cef0155832198e5575b3e5ea50eedc7fa52f40114d8443302d6df593d87307b6e3c490c12d2278ca088ca5f8e7bb47196e6540'
+
'b6b624cb5601dc6694bc9d6b5807f3efa0b9aa8eb8b50749c59a890e951fce6d86da0370ce7b7ecad549e207aec5d68c8abcb8b1946f02a427ebbc38008d4918')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   # instead of a stati

[Git][archlinux/packaging/packages/libdc1394][main] Switch to git source

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libdc1394


Commits:
64891c4a by Balló György at 2024-05-13T16:35:53+02:00
Switch to git source

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -6,10 +6,13 @@ pkgbase = libdc1394
arch = x86_64
license = LGPL-2.1-or-later
makedepends = doxygen
+   makedepends = git
+   makedepends = libxv
+   makedepends = sdl
depends = glibc
depends = libraw1394
depends = libusb
-   source = 
https://downloads.sourceforge.net/libdc1394/libdc1394-2.2.7.tar.gz
-   sha256sums = 
537ceb78dd3cef271a183f4a176191d1cecf85f025520e6bd3758b0e19e6609f
+   source = 
libdc1394::git+https://git.code.sf.net/p/libdc1394/code#tag=V_2_2_7
+   b2sums = 
2e4c03c6f7c96734230e452e9088abcc54907eabd81eebb0862f192e2d1c3c6d3f65d92a75cc95323f9bf4d1490b52043bbb0c1776619cac8cace44306e354d2
 
 pkgname = libdc1394


=
.nvchecker.toml
=
@@ -1,4 +1,4 @@
 [libdc1394]
-source = "regex"
-url = "https://sourceforge.net/projects/libdc1394/best_release.json";
-regex = ".*/libdc1394-([^\"]*).tar.gz"
+source = "git"
+git = "https://git.code.sf.net/p/libdc1394/code";
+prefix = "V_"


=
PKGBUILD
=
@@ -9,19 +9,24 @@ arch=('x86_64')
 url='https://damien.douxchamps.net/ieee1394/libdc1394/'
 license=('LGPL-2.1-or-later')
 depends=('glibc' 'libraw1394' 'libusb')
-makedepends=('doxygen')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('537ceb78dd3cef271a183f4a176191d1cecf85f025520e6bd3758b0e19e6609f')
+makedepends=('doxygen' 'git' 'libxv' 'sdl')
+source=("$pkgname::git+https://git.code.sf.net/p/libdc1394/code#tag=V_${pkgver//./_}";)
+b2sums=('2e4c03c6f7c96734230e452e9088abcc54907eabd81eebb0862f192e2d1c3c6d3f65d92a75cc95323f9bf4d1490b52043bbb0c1776619cac8cace44306e354d2')
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --enable-doxygen-html
   make
   make doc
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 
   install -dm755 "$pkgdir/usr/share/doc/$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdc1394/-/commit/64891c4a8936ab181c9bd5a6974ead007e924877

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdc1394/-/commit/64891c4a8936ab181c9bd5a6974ead007e924877
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/musepack] Pushed new tag 1-0.1+r475-5

2024-05-13 Thread @bgyorgy


Balló György pushed new tag 1-0.1+r475-5 at Arch Linux / Packaging / Packages / 
musepack

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/musepack/-/tree/1-0.1+r475-5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/musepack][main] upgpkg: 1:0.1+r475-5 - Fix build wit gcc 14

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
musepack


Commits:
076019d6 by Balló György at 2024-05-13T17:06:56+02:00
upgpkg: 1:0.1+r475-5 - Fix build wit gcc 14

Don't fail on incompatible-pointer-types. Upstream is dead.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = musepack
pkgdesc = MusePack commandline utilities and decoder library
pkgver = 0.1+r475
-   pkgrel = 4
+   pkgrel = 5
epoch = 1
url = https://musepack.net/
arch = x86_64
@@ -17,14 +17,14 @@ pkgbase = musepack
source = 05_visibility.patch
source = 1001_missing_extern_kw.patch
source = add_subdir-objects.patch
-   sha256sums = 
a4b1742f997f83e1056142d556a8c20845ba764b70365ff9ccf2e3f81c427b2b
-   sha256sums = 
76b5b7295f5e0be5de7edeb2ef481fe912cef349be5bd26f8b0870572a1ed5ee
-   sha256sums = 
cf7ded3474ecefbe877a672539996b99dd6d62be546b74b70c4d56a7b943952d
-   sha256sums = 
c6ef8e91b8e4450854d14e47fb4b4bde643b3f22a0d30cd0fae79d1897feb9f7
-   sha256sums = 
b184df85c164cb6f37e077b5511bee994e767f25f641d5a44ad3877db0e7eba1
-   sha256sums = 
db78faeb4944ab443c89a1da058693e419a8eef1ca4859550afcc6232ec407fb
-   sha256sums = 
b736438a93fa5cc10bde753e82a0ce432db5c8c9a4a0689baa738d421166bff4
-   sha256sums = 
88e2d7df269c8f19daccb98bd9d1a2bdc9002c7ea03ca093e2dc68b0fb04e636
+   b2sums = 
601762738199bd67278d934d927c35d6ba1d286be9fd57ebf2e89dca271f563e85cf023f8860bfd30b501039bba5fd68eaf2d65dce65d0dcf5ce6d75a6e692aa
+   b2sums = 
940b71df9e4d582a0da733174048168aacd1f80c69d9cf2f163545cf1cdd83165eca5c18597c4f271c52f55b8085f69079a9df4e3fee3875d2853062afbbb1cd
+   b2sums = 
65a3b3c2fd6e265d88075834f8d479fc40c0bf11d674c4d2ffce12b595460327bcf33931ae7c16a5b78273de10e962144764e950f2cb0ae74ece01b892526456
+   b2sums = 
9c10c33bcf991facf959d41a4f24a32162631db26d2aa33e969e7d1884094cef39103bcd9d0422af2d29ca1f5963cd8d91137ffcdbb31f36c221a2c4d74715ef
+   b2sums = 
a5c96c5a80d76cbbb25a5647c6d754d82203936949f2720772776267f6752811f2c511e8df59a58570bba9ffe3b9482b0294eeed4364e2a4602a15d142759add
+   b2sums = 
e96e7928ad05bc0713ede3fbc8b5053cf1a456067faa481fa17f5156d61f6c1052b47ff27fe0e7e70d4e40fd62fae9cd0c57c5e28b149501a37dc323031a8bb5
+   b2sums = 
5204b8b9596ef5663f7678cdd533a227df9722f3d66f66ea9fe151a76de6070e3801f51be657588cb14839239d6d2ed8c5a5f7e80a61f79a1eda22b72026658a
+   b2sums = 
366e7a668d9c47be947b3ae785db7e0804d3d3537aa5df4c833386e8b04fc98f3c4dc1f32a0beaabf7721deae853ad6bce9acd7bae1ad1621dae1bb908a200c2
 
 pkgname = musepack-tools
pkgdesc = MusePack commandline tools


=
PKGBUILD
=
@@ -5,7 +5,7 @@ pkgbase=musepack
 pkgname=('musepack-tools' 'libmpcdec')
 _revision=475
 pkgver=0.1+r$_revision
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc='MusePack commandline utilities and decoder library'
 arch=('x86_64')
@@ -20,14 +20,14 @@ 
source=("https://files.musepack.net/source/musepack_src_r$_revision.tar.gz";
'05_visibility.patch'
'1001_missing_extern_kw.patch'
'add_subdir-objects.patch')
-sha256sums=('a4b1742f997f83e1056142d556a8c20845ba764b70365ff9ccf2e3f81c427b2b'
-'76b5b7295f5e0be5de7edeb2ef481fe912cef349be5bd26f8b0870572a1ed5ee'
-'cf7ded3474ecefbe877a672539996b99dd6d62be546b74b70c4d56a7b943952d'
-'c6ef8e91b8e4450854d14e47fb4b4bde643b3f22a0d30cd0fae79d1897feb9f7'
-'b184df85c164cb6f37e077b5511bee994e767f25f641d5a44ad3877db0e7eba1'
-'db78faeb4944ab443c89a1da058693e419a8eef1ca4859550afcc6232ec407fb'
-'b736438a93fa5cc10bde753e82a0ce432db5c8c9a4a0689baa738d421166bff4'
-'88e2d7df269c8f19daccb98bd9d1a2bdc9002c7ea03ca093e2dc68b0fb04e636')
+b2sums=('601762738199bd67278d934d927c35d6ba1d286be9fd57ebf2e89dca271f563e85cf023f8860bfd30b501039bba5fd68eaf2d65dce65d0dcf5ce6d75a6e692aa'
+
'940b71df9e4d582a0da733174048168aacd1f80c69d9cf2f163545cf1cdd83165eca5c18597c4f271c52f55b8085f69079a9df4e3fee3875d2853062afbbb1cd'
+
'65a3b3c2fd6e265d88075834f8d479fc40c0bf11d674c4d2ffce12b595460327bcf33931ae7c16a5b78273de10e962144764e950f2cb0ae74ece01b892526456'
+
'9c10c33bcf991facf959d41a4f24a32162631db26d2aa33e969e7d1884094cef39103bcd9d0422af2d29ca1f5963cd8d91137ffcdbb31f36c221a2c4d74715ef'
+
'a5c96c5a80d76cbbb25a5647c6d754d82203936949f2720772776267f6752811f2c511e8df59a58570bba9ffe3b9482b0294eeed4364e2a4602a15d142759add'
+
'e96e7928ad05bc0713ede3fbc8b5053cf1a456067faa481fa17f5156d61f6c1052b47ff27fe0e7e70d4e40fd62fae9cd0c57c5e28b149501a37dc323031a8bb5'
+
'5204b8b9596ef5663f7678cdd533a227df9722f3d66f66ea9fe151a76de6070e3801f51be657588cb14839239d6d2ed8c5a5f7e80a61f79a1eda22b72026658a'
+
'366e7a668d9c47be947b3ae785db7e0804d3d3537aa5df4c833386e8b04fc98f3c4dc1f32a0beaabf7721deae85

[Git][archlinux/packaging/packages/musepack][main] Minor change

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
musepack


Commits:
719eb789 by Balló György at 2024-05-13T17:09:21+02:00
Minor change

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -38,7 +38,7 @@ prepare() {
   patch -Np1 -i ../05_visibility.patch
   patch -Np1 -i ../1001_missing_extern_kw.patch
   patch -Np1 -i ../add_subdir-objects.patch
-  mv configure.in configure.ac
+
   autoreconf -fi
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/musepack/-/commit/719eb789ac281c65daceacad553f282a51a9830c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/musepack/-/commit/719eb789ac281c65daceacad553f282a51a9830c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libdv][main] Run autoreconf

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / libdv


Commits:
2be2de8a by Balló György at 2024-05-13T17:16:08+02:00
Run autoreconf

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,9 +5,10 @@ pkgbase = libdv
url = https://libdv.sourceforge.net/
arch = x86_64
license = LGPL-2.1-or-later
+   makedepends = sdl
depends = glibc
depends = popt
source = https://downloads.sourceforge.net/libdv/libdv-1.0.0.tar.gz
-   sha256sums = 
a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba
+   b2sums = 
42d17b07501fa508630afd1cdbaee9378f657a4ee4b77666f1a147ddfcf5a9d67d90e0a6da53bfe4f2b5418984579322565c9e8c76516e8193e75bd4751a731c
 
 pkgname = libdv


=
PKGBUILD
=
@@ -10,8 +10,14 @@ arch=('x86_64')
 url='https://libdv.sourceforge.net/'
 license=('LGPL-2.1-or-later')
 depends=('glibc' 'popt')
+makedepends=('sdl')
 source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba')
+b2sums=('42d17b07501fa508630afd1cdbaee9378f657a4ee4b77666f1a147ddfcf5a9d67d90e0a6da53bfe4f2b5418984579322565c9e8c76516e8193e75bd4751a731c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdv/-/commit/2be2de8a364e6997239952fdea0ba724630eb47c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdv/-/commit/2be2de8a364e6997239952fdea0ba724630eb47c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mjpegtools][main] Run autoreconf

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
mjpegtools


Commits:
5c422f8f by Balló György at 2024-05-13T17:21:50+02:00
Run autoreconf

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -12,6 +12,6 @@ pkgbase = mjpegtools
depends = libjpeg-turbo
depends = libpng
source = https://downloads.sourceforge.net/mjpeg/mjpegtools-2.2.1.tar.gz
-   sha256sums = 
b180536d7d9960b05e0023a197b00dcb100929a49aab71d19d55f4a1b210f49a
+   b2sums = 
a6f2698dda6b7c92a1a786f39bfb1989587b2c35a1f94e435247f04a01f405808d464470fddf1eddaee73df75daaef460bd62e901b89b2b2e0b095332492b20b
 
 pkgname = mjpegtools


=
PKGBUILD
=
@@ -11,7 +11,12 @@ url='https://mjpeg.sourceforge.io/'
 license=('GPL-2.0-or-later')
 depends=('bash' 'gcc-libs' 'glibc' 'libdv' 'libjpeg-turbo' 'libpng')
 source=("https://downloads.sourceforge.net/mjpeg/$pkgname-$pkgver.tar.gz";)
-sha256sums=('b180536d7d9960b05e0023a197b00dcb100929a49aab71d19d55f4a1b210f49a')
+b2sums=('a6f2698dda6b7c92a1a786f39bfb1989587b2c35a1f94e435247f04a01f405808d464470fddf1eddaee73df75daaef460bd62e901b89b2b2e0b095332492b20b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mjpegtools/-/commit/5c422f8f32799329b8bc365efd061ba55a91a4b8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mjpegtools/-/commit/5c422f8f32799329b8bc365efd061ba55a91a4b8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libavc1394][main] Run autoreconf

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libavc1394


Commits:
6da78baa by Balló György at 2024-05-13T17:24:34+02:00
Run autoreconf

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -8,6 +8,6 @@ pkgbase = libavc1394
depends = glibc
depends = libraw1394
source = 
https://downloads.sourceforge.net/libavc1394/libavc1394-0.5.4.tar.gz
-   sha256sums = 
7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53
+   b2sums = 
c27cf10b8769c1602488fa1a9a2536dee169e0e07185090e719946ca1da4b210aa61b37d816fb5b019d8b199b1c9285e2b212545f4332c8aad48af39c2dadf20
 
 pkgname = libavc1394


=
PKGBUILD
=
@@ -11,7 +11,12 @@ url='https://sourceforge.net/projects/libavc1394/'
 license=('GPL-2.0-or-later AND LGPL-2.1-or-later')
 depends=('glibc' 'libraw1394')
 source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53')
+b2sums=('c27cf10b8769c1602488fa1a9a2536dee169e0e07185090e719946ca1da4b210aa61b37d816fb5b019d8b199b1c9285e2b212545f4332c8aad48af39c2dadf20')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libavc1394/-/commit/6da78baa9b4475d641a2a9e38d36f37c3c9d620e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libavc1394/-/commit/6da78baa9b4475d641a2a9e38d36f37c3c9d620e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aalib][main] Use b2sums

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / aalib


Commits:
47711dd4 by Balló György at 2024-05-13T17:26:25+02:00
Use b2sums

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -22,15 +22,15 @@ pkgbase = aalib
source = aalib-opaque-ncurses-fix.patch
source = aalib-fix-aarender.patch
source = aalib-mouse.patch
-   sha256sums = 
fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee
-   sha256sums = 
f40742677a3e0d58c99a09da7574635411156586acd22867e71dd46c88088bce
-   sha256sums = 
0202545881ec34bd637c04b5896b9b3093609530cc4f85e1d5ffe9a3136d9483
-   sha256sums = 
a1b61cfc717a23bd4976f03c80b87a1de641f44c26c8133e248006bcbf6c87ea
-   sha256sums = 
f6c63a145f9844d6b9e2dc96fa35616ef86278eb1f2fe5ce1d2c6f93f128
-   sha256sums = 
28f2e4148b6987974631e2a2d628422ef9de5ba9ff011a84b79255ccbf8d023a
-   sha256sums = 
1fbba4b022e2d14981e6595d2eecc8f97f979b25acee4e6871bb415a5bf5da89
-   sha256sums = 
da45bd012e0a966ab57158808642441c9c328c9e01a2780e5429f60621f685b5
-   sha256sums = 
6695a057a21da1c7a5d0a578be76a0d0f052a33bef77e7767ccba76427dc3ea5
-   sha256sums = 
24be60c5faa3629983d42c979b3bc6f8c2896823417dbf510388683974199a49
+   b2sums = 
fd527716c0484d45fa3b75712a24301bd485fab8191ac1d5c6d35f8af093a00e11f0f8d2797ddcc32f4d87a39649fd50145dcc557e5ba98e67336cff2bb79002
+   b2sums = 
8f77f4c0414810f467c39f7b3b0e0e2022afd873fb46feacca5ec6bdaa66678c00137039ba8e85631680bf941384eec91c9ec388ca8b79369d45187ca46c4d48
+   b2sums = 
a23713da2dc362b4eb0cd12f00e61b27cbb92e2fb8df98a387f694b613baa16ca1b7f74ddbd9c082fd5fcbf7ee90a8c019771e94da11d99a4210f7e11743fcbf
+   b2sums = 
a4699313e7c097a5122bd1adff99a25e9e3072db1cd09abd87854121ab7c10898300e32f9c2c610025287151437eabde3c34b6995c9510fefd0c3e24637b6871
+   b2sums = 
dee15643e51c9d6c481215b5d8135a3e0b31ebb061432fc36bd6d45992b36cd767aa44d262d8ebfd7ca8c600b9418843eb384d4c3ed4de5255df39c6b177ce24
+   b2sums = 
169e40064cb7f4f640fb104f0a7642d2c29527f769738d33c765f685c1e243e13737870f948664230e406e82f6dca69540a3a7f51ac9409e36633c24dcae8a0a
+   b2sums = 
1742e3d22889e7faabaf0fcacecc7db4dff4d126361f02d0311e11a93a2a1445de78f1e5a38cb43860bee1809c8350829715b843b52f7354f2ffe22cd21e7e1a
+   b2sums = 
270b3521a6d148337db82bbccefe9f85b1f0425972cdf808adfa553961fd26d750a36a7b3f362b3fb49d5eb125480367340de0ee0323e2df3412e6b0d2f40c37
+   b2sums = 
e9456d951d0ac69685dc79243d1f17abbc304acbe247390a832208c5d9ea691ace9383dd0ce34b8edad254d95857ed729db6f26f16dc82765542981a3f73ef00
+   b2sums = 
ee2d257e46d6a5368a94c5b0b7e8cf3d6babd247878f9842630280d26c39e20c15bb9e4a1645e5058a8483592bda2affe2d286882cae6f7c9780e5468f54a383
 
 pkgname = aalib


=
PKGBUILD
=
@@ -22,16 +22,16 @@ 
source=("https://downloads.sourceforge.net/aa-project/$pkgname-$pkgver.tar.gz";
 'aalib-opaque-ncurses-fix.patch'
 'aalib-fix-aarender.patch'
 'aalib-mouse.patch')
-sha256sums=('fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee'
-'f40742677a3e0d58c99a09da7574635411156586acd22867e71dd46c88088bce'
-'0202545881ec34bd637c04b5896b9b3093609530cc4f85e1d5ffe9a3136d9483'
-'a1b61cfc717a23bd4976f03c80b87a1de641f44c26c8133e248006bcbf6c87ea'
-'f6c63a145f9844d6b9e2dc96fa35616ef86278eb1f2fe5ce1d2c6f93f128'
-'28f2e4148b6987974631e2a2d628422ef9de5ba9ff011a84b79255ccbf8d023a'
-'1fbba4b022e2d14981e6595d2eecc8f97f979b25acee4e6871bb415a5bf5da89'
-'da45bd012e0a966ab57158808642441c9c328c9e01a2780e5429f60621f685b5'
-'6695a057a21da1c7a5d0a578be76a0d0f052a33bef77e7767ccba76427dc3ea5'
-'24be60c5faa3629983d42c979b3bc6f8c2896823417dbf510388683974199a49')
+b2sums=('fd527716c0484d45fa3b75712a24301bd485fab8191ac1d5c6d35f8af093a00e11f0f8d2797ddcc32f4d87a39649fd50145dcc557e5ba98e67336cff2bb79002'
+
'8f77f4c0414810f467c39f7b3b0e0e2022afd873fb46feacca5ec6bdaa66678c00137039ba8e85631680bf941384eec91c9ec388ca8b79369d45187ca46c4d48'
+
'a23713da2dc362b4eb0cd12f00e61b27cbb92e2fb8df98a387f694b613baa16ca1b7f74ddbd9c082fd5fcbf7ee90a8c019771e94da11d99a4210f7e11743fcbf'
+
'a4699313e7c097a5122bd1adff99a25e9e3072db1cd09abd87854121ab7c10898300e32f9c2c610025287151437eabde3c34b6995c9510fefd0c3e24637b6871'
+
'dee15643e51c9d6c481215b5d8135a3e0b31ebb061432fc36bd6d45992b36cd767aa44d262d8ebfd7ca8c600b9418843eb384d4c3ed4de5255df39c6b177ce24'
+
'169e40064cb7f4f640fb104f0a7642d2c29527f769738d33c765f685c1e243e13737870f948664230e406e82f6dca69540a3a7f51ac9409e36633c24dcae8a0a'
+
'1742e3d22889e7faabaf0fcacecc7db4dff4d126361f02d0311e11a93a2a1445de78f1e5a38cb43860bee1809c8350829715b843b52f7354f2ffe22cd21e7e1a'
+
'270b3521a6d148337db82bbccefe9f85b1f0425972cdf808adfa553961fd26d750a36a7b3f362

[Git][archlinux/packaging/packages/libmpeg2][main] Use b2sums

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libmpeg2


Commits:
a60d1552 by Balló György at 2024-05-13T17:29:57+02:00
Use b2sums

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -7,6 +7,6 @@ pkgbase = libmpeg2
license = GPL-2.0-or-later
depends = glibc
source = https://libmpeg2.sourceforge.io/files/libmpeg2-0.5.1.tar.gz
-   sha256sums = 
dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4
+   b2sums = 
29b71740fa601c668a8f5b0a43aa763bda2fc66587f5bff847d4bc6d03dd831abe46428616b770bf2d42877daad8c305ab4dd988cc91a4c90decfcc19c9a
 
 pkgname = libmpeg2


=
PKGBUILD
=
@@ -11,7 +11,7 @@ url='https://libmpeg2.sourceforge.io/'
 license=('GPL-2.0-or-later')
 depends=('glibc')
 source=("https://libmpeg2.sourceforge.io/files/$pkgname-$pkgver.tar.gz";)
-sha256sums=('dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4')
+b2sums=('29b71740fa601c668a8f5b0a43aa763bda2fc66587f5bff847d4bc6d03dd831abe46428616b770bf2d42877daad8c305ab4dd988cc91a4c90decfcc19c9a')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmpeg2/-/commit/a60d155261a9a015a810912392fb00764b555427

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmpeg2/-/commit/a60d155261a9a015a810912392fb00764b555427
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/spandsp][main] Run autoreconf

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
spandsp


Commits:
65aac1e4 by Balló György at 2024-05-13T17:34:38+02:00
Run autoreconf

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -10,7 +10,7 @@ pkgbase = spandsp
depends = glibc
depends = libtiff
source = 
https://www.soft-switch.org/downloads/spandsp/spandsp-0.0.6.tar.gz
-   sha256sums = 
cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465
+   b2sums = 
6ee95501473d5758c9ff96580bb51222f49a230dc6a5f52f5a852781cbb70079bb07f9d7224f5c7ea91c0dd617fa543a37518f68875c76a44b3be1415aece696
 
 pkgname = spandsp
 


=
PKGBUILD
=
@@ -12,7 +12,12 @@ license=('LGPL-2.1-only')
 depends=('glibc' 'libtiff')
 makedepends=('docbook-xsl' 'doxygen')
 
source=("https://www.soft-switch.org/downloads/$pkgbase/$pkgbase-$pkgver.tar.gz";)
-sha256sums=('cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465')
+b2sums=('6ee95501473d5758c9ff96580bb51222f49a230dc6a5f52f5a852781cbb70079bb07f9d7224f5c7ea91c0dd617fa543a37518f68875c76a44b3be1415aece696')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+}
 
 build() {
   cd $pkgbase-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spandsp/-/commit/65aac1e48400100b4d807e8d443d3dfcd0bb87ad

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spandsp/-/commit/65aac1e48400100b4d807e8d443d3dfcd0bb87ad
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libtheora][main] Run autoreconf directly

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libtheora


Commits:
74e70129 by Balló György at 2024-05-13T17:48:43+02:00
Run autoreconf directly

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -18,13 +18,13 @@ validpgpkeys=('17E78AB6BD65A91EE811D60947000F7BB1441DEF') # 
Ralph Giles https://gitlab.archlinux.org/archlinux/packaging/packages/libtheora/-/commit/74e701296d23f7f1908fe33dd9bed48344ecbe14

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libtheora/-/commit/74e701296d23f7f1908fe33dd9bed48344ecbe14
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libcaca][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libcaca


Commits:
7132d858 by Balló György at 2024-05-13T17:53:24+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -24,7 +24,7 @@ prepare() {
   # https://github.com/cacalabs/libcaca/pull/66
   patch -Np1 -i ../libcaca-0.99.beta20-CVE-2022-0856.patch
 
-  ./bootstrap
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/commit/7132d858d8d7aabe78fa14b8999151a896953caa

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/commit/7132d858d8d7aabe78fa14b8999151a896953caa
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libpgm][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / libpgm


Commits:
ddd7041a by Balló György at 2024-05-13T17:55:55+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -21,7 +21,7 @@ prepare() {
   # https://github.com/steve-o/openpgm/pull/66
   git cherry-pick -n 240634b1afb968a051f8c68696eae2a582a02450
 
-  ./bootstrap.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpgm/-/commit/ddd7041a8f8775a03c8c1febd9d01e0d7841243f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpgm/-/commit/ddd7041a8f8775a03c8c1febd9d01e0d7841243f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/startup-notification][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
startup-notification


Commits:
7f7990e0 by Balló György at 2024-05-13T18:00:12+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -17,11 +17,7 @@ validpgpkeys=('5361BD40015B74382739101A611BA9508B78A5C2') # 
Julien Danjou https://gitlab.archlinux.org/archlinux/packaging/packages/startup-notification/-/commit/7f7990e0491152c34196b5526644c9ed28a55642

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/startup-notification/-/commit/7f7990e0491152c34196b5526644c9ed28a55642
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libatasmart][main] Run autoreconf directly

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libatasmart


Commits:
2f177bf2 by Balló György at 2024-05-13T18:02:14+02:00
Run autoreconf directly

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,7 +22,7 @@ prepare() {
   patch -Np1 -i ../0001-Dont-test-undefined-bits.patch
   patch -Np1 -i ../0002-Drop-our-own-many-bad-sectors-heuristic.patch
 
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libatasmart/-/commit/2f177bf24cb6281ffaeaceb63f7ed0dec0b59b9c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libatasmart/-/commit/2f177bf24cb6281ffaeaceb63f7ed0dec0b59b9c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sensors-applet][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
sensors-applet


Commits:
1efad6e0 by Balló György at 2024-05-13T18:06:14+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -47,7 +47,7 @@ prepare() {
   # Port to udisks2
   patch -Np1 -i ../sensors-applet-3.0.0-udisks2-plugin.patch
 
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sensors-applet/-/commit/1efad6e02c9c05e84dee903371b91ba6b0bd7abb

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sensors-applet/-/commit/1efad6e02c9c05e84dee903371b91ba6b0bd7abb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/djvulibre][main] Run autoreconf directly

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
djvulibre


Commits:
add999f2 by Balló György at 2024-05-13T18:15:51+02:00
Run autoreconf directly

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -43,7 +43,7 @@ prepare() {
   patch -Np1 -i ../djvulibre-CVE-2021-46310.patch
   patch -Np1 -i ../djvulibre-CVE-2021-46312.patch
 
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/djvulibre/-/commit/add999f2b02cd27e18bc00ccd913c89c4dc1a274

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/djvulibre/-/commit/add999f2b02cd27e18bc00ccd913c89c4dc1a274
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libpwquality][main] Run autoreconf directly

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libpwquality


Commits:
e515306f by Balló György at 2024-05-13T18:18:01+02:00
Run autoreconf directly

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,7 +22,7 @@ prepare() {
   # https://github.com/libpwquality/libpwquality/pull/74
   git cherry-pick -n 7b5e0f0097faebdcc6a8b783237bbba7a983147a
 
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpwquality/-/commit/e515306fe4bc3cab0b4deb0ae789a5f763522f2a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpwquality/-/commit/e515306fe4bc3cab0b4deb0ae789a5f763522f2a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/liblouis][main] Run autoreconf directly

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
liblouis


Commits:
57e9cb9a by Balló György at 2024-05-13T18:20:36+02:00
Run autoreconf directly

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -18,7 +18,7 @@ validpgpkeys=('E9DDC8901A42F78B79CDC46042A55BD5EA40AB1A') # 
Christian Egli https://gitlab.archlinux.org/archlinux/packaging/packages/liblouis/-/commit/57e9cb9a8d7221afb5a700961766f0f54578034c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liblouis/-/commit/57e9cb9a8d7221afb5a700961766f0f54578034c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libplist][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libplist


Commits:
f6e9287f by Balló György at 2024-05-13T18:22:50+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -25,7 +25,7 @@ prepare() {
   # https://github.com/libimobiledevice/libplist/pull/261
   patch -Np1 -i ../libplist-fix-api-break.patch
 
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/f6e9287f804949341058668922e281488bff907a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/f6e9287f804949341058668922e281488bff907a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libimobiledevice-glue][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libimobiledevice-glue


Commits:
38eed42d by Balló György at 2024-05-13T18:24:40+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,7 +14,7 @@ 
b2sums=('a5c2e1a64b559eacb2ad988f4caf06fcb6b8f0ae653ea5e1738f7b41bc143e3327ef1bd
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() (



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libimobiledevice-glue/-/commit/38eed42df7dfe049a7f69ceb59fecbb76130b29d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libimobiledevice-glue/-/commit/38eed42df7dfe049a7f69ceb59fecbb76130b29d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libusbmuxd][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libusbmuxd


Commits:
05a871fb by Balló György at 2024-05-13T18:26:01+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -17,7 +17,7 @@ 
b2sums=('6497cf5ac4a3af89ec41f8e9bc19540124d759404737af832d87fd99a7ad1781d83fc65
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libusbmuxd/-/commit/05a871fbda00313ba979f992de95c29f45791c8b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libusbmuxd/-/commit/05a871fbda00313ba979f992de95c29f45791c8b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libimobiledevice][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libimobiledevice


Commits:
6ec21e5c by Balló György at 2024-05-13T18:28:06+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -34,7 +34,7 @@ prepare() {
   # Fix compatibility with python 3
   patch -Np1 -i ../libimobiledevice-python3.patch
 
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() (



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libimobiledevice/-/commit/6ec21e5c93ca4f77bcb082e31bce2d926ac4b722

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libimobiledevice/-/commit/6ec21e5c93ca4f77bcb082e31bce2d926ac4b722
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/exempi][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / exempi


Commits:
572611f6 by Balló György at 2024-05-13T18:30:45+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -17,7 +17,7 @@ validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # 
Hubert Figuiere
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/exempi/-/commit/572611f64d4b1c326f46fe80ac2a1e9c5bdefc98

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/exempi/-/commit/572611f64d4b1c326f46fe80ac2a1e9c5bdefc98
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libgtop][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libgtop


Commits:
dec1c1c2 by Balló György at 2024-05-13T18:35:55+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -20,7 +20,7 @@ prepare() {
   # https://gitlab.gnome.org/GNOME/libgtop/-/merge_requests/44
   git cherry-pick -n 6370ad16e7dfcabd1485c2981a006f9cda90a878
 
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgtop/-/commit/dec1c1c2213aaad4a2cf2f5003903c99e827

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgtop/-/commit/dec1c1c2213aaad4a2cf2f5003903c99e827
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libiptcdata][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libiptcdata


Commits:
76d5846e by Balló György at 2024-05-13T18:38:11+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -16,7 +16,7 @@ 
b2sums=('def76cf757f9c4b8f0d4f2e406e14fe3bb98364bcc8d4307609e0cf3927e0befe514389
 
 prepare() {
   cd $pkgname
-  AUTOGEN_SUBDIR_MODE=0 ./autogen.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiptcdata/-/commit/76d5846e8661a53e27ddaae46ee72753f07cf496

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiptcdata/-/commit/76d5846e8661a53e27ddaae46ee72753f07cf496
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/metacity][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
metacity


Commits:
2a951e95 by Balló György at 2024-05-13T18:40:42+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -25,7 +25,7 @@ prepare() {
   # https://gitlab.gnome.org/GNOME/metacity/-/merge_requests/36
   patch -Np1 -i ../0001-frames-Add-basic-color-scheme-support.patch
 
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/metacity/-/commit/2a951e95d38e3646ce72fac4d1ad4e665ee50a84

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/metacity/-/commit/2a951e95d38e3646ce72fac4d1ad4e665ee50a84
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-panel][main] Use autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-panel


Commits:
ecf552db by Balló György at 2024-05-13T18:42:48+02:00
Use autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -37,7 +37,7 @@ prepare() {
   # https://gitlab.gnome.org/GNOME/gnome-panel/-/merge_requests/65
   patch -Np1 -i ../gnome-panel-65.patch
 
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-panel/-/commit/ecf552db479741e03dc986b22cf932576e336ab8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-panel/-/commit/ecf552db479741e03dc986b22cf932576e336ab8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-applets][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-applets


Commits:
910425e0 by Balló György at 2024-05-13T18:45:01+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -26,7 +26,7 @@ prepare() {
   # https://gitlab.gnome.org/GNOME/gnome-applets/-/merge_requests/98
   patch -Np1 -i ../gnome-applets-98.patch
 
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-applets/-/commit/910425e0b1e5180ddf6892d1b37fd982d398c042

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-applets/-/commit/910425e0b1e5180ddf6892d1b37fd982d398c042
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-flashback][main] Add submodule, run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-flashback


Commits:
ba041434 by Balló György at 2024-05-13T18:52:14+02:00
Add submodule, run autoreconf instead of custom script

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -46,12 +46,14 @@ pkgbase = gnome-flashback
optdepends = gnome-control-center: System settings
optdepends = network-manager-applet: Network management
source = 
git+https://gitlab.gnome.org/GNOME/gnome-flashback.git?signed#tag=3.52.1
+   source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
source = 0001-background-Support-dark-wallpapers.patch
source = 0001-application-honor-color-scheme-setting.patch
source = 0001-theme-improve-screensaver-style.patch
source = gnome-flashback.pam
validpgpkeys = 7B44FD78E49334EC10B3B288A3D013EC303E1894
b2sums = 
3292fa67e6ffcad086e49310f222f623cc4af3d8dc9f591aa5b2e90466a6bb0e5544a4916962ccfe6e805216e87e41657023a073b9c9fe5b0b5e1d0e5dba79b0
+   b2sums = SKIP
b2sums = 
06cb62493ea6e5cf17b685fc87f6173462c52a4ac227c08c783f14b995899f7bdcb45648406976fe57e3135ba4eb08b8b3e4abe8a4adf8576cf89483f53db4ea
b2sums = 
c63a2b183ff4404e46a84327f7900c8dc0962bd1b957b45ce030b83c8b3c52729cca650601e6e36143e4f2398af06c4e0f58af38ee7a46729eb2dc3157b7e62d
b2sums = 
17e201a81177742c5226c18ed004b53ff2b86dd134e6101e57f2d20df98bb1860f91f086186dc295d020ad57bfafa4dfa2f37c219bc0a2311d9ce7ccd6ff0d37


=
PKGBUILD
=
@@ -17,11 +17,13 @@ optdepends=('gnome-backgrounds: Default background'
 'gnome-control-center: System settings'
 'network-manager-applet: Network management')
 source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git?signed#tag=$pkgver";
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git";
 '0001-background-Support-dark-wallpapers.patch'
 '0001-application-honor-color-scheme-setting.patch'
 '0001-theme-improve-screensaver-style.patch'
 'gnome-flashback.pam')
 
b2sums=('3292fa67e6ffcad086e49310f222f623cc4af3d8dc9f591aa5b2e90466a6bb0e5544a4916962ccfe6e805216e87e41657023a073b9c9fe5b0b5e1d0e5dba79b0'
+'SKIP'
 
'06cb62493ea6e5cf17b685fc87f6173462c52a4ac227c08c783f14b995899f7bdcb45648406976fe57e3135ba4eb08b8b3e4abe8a4adf8576cf89483f53db4ea'
 
'c63a2b183ff4404e46a84327f7900c8dc0962bd1b957b45ce030b83c8b3c52729cca650601e6e36143e4f2398af06c4e0f58af38ee7a46729eb2dc3157b7e62d'
 
'17e201a81177742c5226c18ed004b53ff2b86dd134e6101e57f2d20df98bb1860f91f086186dc295d020ad57bfafa4dfa2f37c219bc0a2311d9ce7ccd6ff0d37'
@@ -31,6 +33,10 @@ validpgpkeys=('7B44FD78E49334EC10B3B288A3D013EC303E1894') # 
Alberts Muktupāvels
 prepare() {
   cd $pkgname
 
+  git submodule init
+  git submodule set-url gvc/gvc "$srcdir/libgnome-volume-control"
+  git -c protocol.file.allow=always submodule update
+
   # https://gitlab.gnome.org/GNOME/gnome-flashback/-/merge_requests/63
   git cherry-pick -n 86a73ccfc534e08e2513fbc95420bbed9f53ce73
 
@@ -46,7 +52,7 @@ prepare() {
   # https://gitlab.gnome.org/GNOME/gnome-flashback/-/merge_requests/54
   patch -Np1 -i ../0001-theme-improve-screensaver-style.patch
 
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-flashback/-/commit/ba041434baadfd7548c6ad1feaf7699d844911d8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-flashback/-/commit/ba041434baadfd7548c6ad1feaf7699d844911d8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/neon][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / neon


Commits:
a64a0dcd by Balló György at 2024-05-13T19:05:41+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -18,7 +18,9 @@ validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # 
Joe Orton
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+  echo $pkgver > .version
+  echo 'AC_CONFIG_MACRO_DIR([macros])' >> configure.ac
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neon/-/commit/a64a0dcdd9779e9f8323b50b6bf0401cbd363259

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neon/-/commit/a64a0dcdd9779e9f8323b50b6bf0401cbd363259
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libplist] Pushed new tag 2.6.0-1

2024-05-13 Thread @bgyorgy


Balló György pushed new tag 2.6.0-1 at Arch Linux / Packaging / Packages / 
libplist

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/tree/2.6.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/neon][main] Use commit to fix autoreconf

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / neon


Commits:
6426d60f by Balló György at 2024-05-13T22:13:03+02:00
Use commit to fix autoreconf

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -18,8 +18,11 @@ validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # 
Joe Orton
 
 prepare() {
   cd $pkgname
+
+  # Fix for autoreconf
+  git cherry-pick -n 23a4e2fbb1965013fe066255cb60bb318bbfb4f6
+
   echo $pkgver > .version
-  echo 'AC_CONFIG_MACRO_DIR([macros])' >> configure.ac
   autoreconf -fi
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neon/-/commit/6426d60fa75c9733fa4369d81358f3ac6f887428

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neon/-/commit/6426d60fa75c9733fa4369d81358f3ac6f887428
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/plymouth][main] Minor change

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
plymouth


Commits:
60f64ee8 by Balló György at 2024-05-14T08:31:23+02:00
Minor change

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -31,6 +31,7 @@ 
b2sums=('a3d55f4f7be81bdf2ddd5c2b74a3fdb4e368c31fc41e12ab100ce2a7986cb418151b3df
 
 prepare() {
   cd $pkgname
+
   # https://gitlab.freedesktop.org/plymouth/plymouth/-/merge_requests/302
   git cherry-pick -n 792fe7474a02a1facacdd52e0dcf9053da4b1f6e
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/plymouth/-/commit/60f64ee80df99fec7c42d5dfefc0dcfae8b105d5

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/plymouth/-/commit/60f64ee80df99fec7c42d5dfefc0dcfae8b105d5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mod_dnssd][main] Run autoreconf instead of custom script

2024-05-13 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
mod_dnssd


Commits:
9e1044db by Balló György at 2024-05-14T08:34:48+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -21,7 +21,7 @@ prepare() {
   # Fix build
   git cherry-pick -n be2fb9f6158f800685de7a1bc01c39b6cf1fa12c
 
-  NOCONFIGURE=1 ./bootstrap.sh
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mod_dnssd/-/commit/9e1044db02be689b0b373425afe649626693d453

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mod_dnssd/-/commit/9e1044db02be689b0b373425afe649626693d453
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-mplayer] Pushed new tag 1.0.9-9

2024-05-22 Thread @bgyorgy


Balló György pushed new tag 1.0.9-9 at Arch Linux / Packaging / Packages / 
gnome-mplayer

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-mplayer/-/tree/1.0.9-9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/font-manager] Pushed new tag 0.8.8-2

2024-05-22 Thread @bgyorgy


Balló György pushed new tag 0.8.8-2 at Arch Linux / Packaging / Packages / 
font-manager

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/font-manager/-/tree/0.8.8-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libgda6] Pushed new tag 6.0.0+r170+ged6986ed3-1

2024-05-23 Thread @bgyorgy


Balló György pushed new tag 6.0.0+r170+ged6986ed3-1 at Arch Linux / Packaging / 
Packages / libgda6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgda6/-/tree/6.0.0+r170+ged6986ed3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qqc2-breeze-style][main] Fix package description

2024-05-27 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
qqc2-breeze-style


Commits:
b9dc0ba6 by Balló György at 2024-05-27T22:15:50+02:00
Fix package description

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@ pkgname=qqc2-breeze-style
 pkgver=6.0.5
 _dirver=$(echo $pkgver | cut -d. -f1-3)
 pkgrel=1
-pkgdesc='Applications useful for Plasma development'
+pkgdesc='Breeze inspired QQC2 Style'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL-2.0-or-later)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qqc2-breeze-style/-/commit/b9dc0ba61b71362ce4c420632034a5321c2b8d69

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qqc2-breeze-style/-/commit/b9dc0ba61b71362ce4c420632034a5321c2b8d69
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/osinfo-db] Pushed new tag 20240523-1

2024-05-28 Thread @bgyorgy


Balló György pushed new tag 20240523-1 at Arch Linux / Packaging / Packages / 
osinfo-db

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/osinfo-db/-/tree/20240523-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/osinfo-db][main] upgpkg: 20240523-1: Update to new release

2024-05-28 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
osinfo-db


Commits:
bae90b0b by Balló György at 2024-05-29T00:30:13+02:00
upgpkg: 20240523-1: Update to new release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = osinfo-db
pkgdesc = Osinfo database of information about operating systems for 
virtualization provisioning tools
-   pkgver = 20240510
+   pkgver = 20240523
pkgrel = 1
url = https://libosinfo.org/
arch = any
@@ -9,10 +9,10 @@ pkgbase = osinfo-db
checkdepends = python-pytest
makedepends = git
makedepends = osinfo-db-tools
-   source = 
git+https://gitlab.com/libosinfo/osinfo-db.git?signed#tag=v20240510
+   source = 
git+https://gitlab.com/libosinfo/osinfo-db.git?signed#tag=v20240523
validpgpkeys = DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
validpgpkeys = 09B9C8FF223EF113AFA06A39EE926C2BDACC177B
validpgpkeys = 206D3B352F566F3B0E6572E997D9123DE37A484F
-   b2sums = 
da04f81587b14fb8a95ae638ef013de7530ea84e9ad89b7f7c0baa5dad71320311d2da1015be12d6eb2beb997802548e465b1f0437a96840506b3d1334dac1b4
+   b2sums = 
44f87d41e3d93abf56c89296b245c8ea5a4181681f0dd5860e40318521e77659fb826799b7b755754d5fd71f591ac5e2d28a1bad7d35fe71fc5dac053343
 
 pkgname = osinfo-db


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=osinfo-db
-pkgver=20240510
+pkgver=20240523
 pkgrel=1
 pkgdesc='Osinfo database of information about operating systems for 
virtualization provisioning tools'
 arch=('any')
@@ -10,7 +10,7 @@ license=('GPL-2.0-or-later')
 makedepends=('git' 'osinfo-db-tools')
 checkdepends=('python-lxml' 'python-pytest')
 source=("git+https://gitlab.com/libosinfo/$pkgname.git?signed#tag=v$pkgver";)
-b2sums=('da04f81587b14fb8a95ae638ef013de7530ea84e9ad89b7f7c0baa5dad71320311d2da1015be12d6eb2beb997802548e465b1f0437a96840506b3d1334dac1b4')
+b2sums=('44f87d41e3d93abf56c89296b245c8ea5a4181681f0dd5860e40318521e77659fb826799b7b755754d5fd71f591ac5e2d28a1bad7d35fe71fc5dac053343')
 validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
   '09B9C8FF223EF113AFA06A39EE926C2BDACC177B'  # Fabiano Fidêncio
   '206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de 
Carvalho 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/osinfo-db/-/commit/bae90b0bf40d979135eed3221befb4d6b48702bb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/osinfo-db/-/commit/bae90b0bf40d979135eed3221befb4d6b48702bb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/firewalld][main] Remove python-pyqt5 from optdepends

2024-06-03 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
firewalld


Commits:
68feede5 by Balló György at 2024-06-03T14:59:29+02:00
Remove python-pyqt5 from optdepends

There is no reason to depend on the older, legacy version of the Qt toolkit if 
the newer version is already supported.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -9,7 +9,7 @@ pkgbase = firewalld
makedepends = git
makedepends = intltool
makedepends = podman
-   depends = dbus-python
+   depends = python-dbus
depends = glib2
depends = hicolor-icon-theme
depends = nftables
@@ -20,8 +20,7 @@ pkgbase = firewalld
optdepends = libnotify: firewall-applet
optdepends = networkmanager: NetworkManager support
optdepends = polkit: privileged actions
-   optdepends = python-pyqt5: firewall-applet qt5 backend
-   optdepends = python-pyqt6: firewall-applet qt6 backend
+   optdepends = python-pyqt6: firewall-applet
backup = etc/conf.d/firewalld
backup = etc/firewalld/firewalld.conf
source = git+https://github.com/firewalld/firewalld.git#tag=v2.1.2


=
PKGBUILD
=
@@ -10,7 +10,7 @@ pkgdesc="Firewall daemon with D-Bus interface"
 arch=('any')
 url="https://firewalld.org";
 license=('GPL-2.0-or-later')
-depends=('dbus-python' 'glib2' 'hicolor-icon-theme'
+depends=('python-dbus' 'glib2' 'hicolor-icon-theme'
 'nftables' 'python-capng' 'python-gobject')
 makedepends=('docbook-xsl' 'git' 'intltool' 'podman')
 optdepends=('bash-completion: bash completion'
@@ -18,8 +18,7 @@ optdepends=('bash-completion: bash completion'
'libnotify: firewall-applet'
'networkmanager: NetworkManager support'
'polkit: privileged actions'
-   'python-pyqt5: firewall-applet qt5 backend'
-   'python-pyqt6: firewall-applet qt6 backend')
+   'python-pyqt6: firewall-applet')
 backup=('etc/conf.d/firewalld'
 'etc/firewalld/firewalld.conf')
 source=("git+https://github.com/firewalld/firewalld.git#tag=v${pkgver}";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firewalld/-/commit/68feede5f38d1c78429c33f2aa930bae493a05c2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firewalld/-/commit/68feede5f38d1c78429c33f2aa930bae493a05c2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/liblouis][main] upgpkg: 3.30.0-1: Update to new release

2024-06-04 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
liblouis


Commits:
3cb53b90 by Balló György at 2024-06-04T17:32:53+02:00
upgpkg: 3.30.0-1: Update to new release

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + keys/pgp/E9DDC8901A42F78B79CDC46042A55BD5EA40AB1A.asc


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = liblouis
pkgdesc = Braille translator and back-translator library
-   pkgver = 3.29.0
-   pkgrel = 3
+   pkgver = 3.30.0
+   pkgrel = 1
url = https://liblouis.io/
arch = x86_64
license = GPL-3.0-or-later AND LGPL-2.1-or-later
@@ -14,8 +14,8 @@ pkgbase = liblouis
depends = glibc
depends = libyaml
optdepends = python: Python bindings
-   source = git+https://github.com/liblouis/liblouis.git?signed#tag=v3.29.0
+   source = git+https://github.com/liblouis/liblouis.git#tag=v3.30.0
validpgpkeys = E9DDC8901A42F78B79CDC46042A55BD5EA40AB1A
-   b2sums = 
f1a0a83314f9e8b8fff8ad9e1747a2fecbcd6bacc1f075df0006db5beab263985a00f81d1abf37eb9d2dc805549f4a0bfa803b16478137c0e16967da7f3f3af0
+   b2sums = 
647baf24a09130634e283dc3ac87cc745a5d1a2e25466870cf22c8b7c6b5ff28ea288e9c06c1a6a793ecca6649f29a186c58e6633aa0031e04e668f04a14abe4
 
 pkgname = liblouis


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=liblouis
-pkgver=3.29.0
-pkgrel=3
+pkgver=3.30.0
+pkgrel=1
 pkgdesc='Braille translator and back-translator library'
 arch=('x86_64')
 url='https://liblouis.io/'
@@ -12,8 +12,8 @@ license=('GPL-3.0-or-later AND LGPL-2.1-or-later')
 depends=('glibc' 'libyaml')
 makedepends=('git' 'help2man' 'python-build' 'python-installer' 
'python-setuptools' 'python-wheel')
 optdepends=('python: Python bindings')
-source=("git+https://github.com/liblouis/liblouis.git?signed#tag=v$pkgver";)
-b2sums=('f1a0a83314f9e8b8fff8ad9e1747a2fecbcd6bacc1f075df0006db5beab263985a00f81d1abf37eb9d2dc805549f4a0bfa803b16478137c0e16967da7f3f3af0')
+source=("git+https://github.com/liblouis/liblouis.git#tag=v$pkgver";)
+b2sums=('647baf24a09130634e283dc3ac87cc745a5d1a2e25466870cf22c8b7c6b5ff28ea288e9c06c1a6a793ecca6649f29a186c58e6633aa0031e04e668f04a14abe4')
 validpgpkeys=('E9DDC8901A42F78B79CDC46042A55BD5EA40AB1A') # Christian Egli 

 
 prepare() {


=
keys/pgp/E9DDC8901A42F78B79CDC46042A55BD5EA40AB1A.asc
=
@@ -0,0 +1,29 @@
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mQENBFomc2UBCACraBgu3HfFdF3IOYIgnPmJsgAqRsm3wnbf9HH2qehGlMmtoghW
+f9LKWpxs/k2ci9OBxhlWZaMH8B3EQ9YMTcgTDjZs8QqnGl4Ajo8GpNpxYe+tjXV4
+yDpSdFPPZ5+FMAktV7qFBwW73rlxsMjXgDPLM+V7Zr2deND2pbG5r7QDM8knMPov
+JOn/p1ALFaBaXeXXRyu1sLd7CM53TCfvfeU8F1ZbCrUl2l15NTp/VAbUgL2DNkW3
+U9AkrhUI+3j1w3dhbGqkM5HSw8Pld/zhNFj9DTASYIFdmhI/mAAEUVggU3rE+84k
+JEbUcBK6x3YfSVK9ANZLgDZhu7Pt6ZaBjHM5ABEBAAG0JkNocmlzdGlhbiBFZ2xp
+IDxjaHJpc3RpYW4uZWdsaUBzYnMuY2g+iQE3BBMBCAAhBQJaJnNlAhsDBQsJCAcC
+BhUICQoLAgQWAgMBAh4BAheAAAoJEEKlW9XqQKsazdcH/2Cjm1NhWVKMqvphNWR2
+ZqYihoXzuI1CDT32dqLD5gNCNiye7pG/DB9lb4y93pB3OFA/iyassrp5HqPaJRgU
+dS/gPahUhwsrKdXxOffP8DOWgUXsCOhVr9u7DFveXBlg1+PV7y22BsiY6Np52mMf
++XP5ugpu/o+3mhqo9U6oN9ASSAikyp1HDAwXI2m9qz8CqmoeBlGQKHodBy9XC887
+V5tF2WgDWMflZq65hAvUcABg5PeoZchhEWAgLiMP0CCMokSQGBrYrNs/wYSaFO1j
+39gvcRXWL+/A36EhKPVqY5xNdaPVgHWHAk2i/VgKNAfVUUvQTuFETqqOpntjGm73
+4V+5AQ0EWiZzZQEIAKjMKrt1IUhSWkKItVHzBoCIJ5NyLNyfjXG5HDQzcwNTLL2p
+hi6tTLqRENjFj58CJ5Np06JBFt5gr3QLlgUbspLzig3fGSEWh+PxeG+p4/RKQj4F
+YFNkq6uDRzgudAsJkrmio/xTZjzgMxB06NX3UH2hKFpSOE8lmEimewNlNr+uHHhQ
+GGyInAcE1DPCavNW5C8dT93ObngMapobRBQRMBoAtEcLqNRwCW9BcDBCg5FMs8Ds
+84NffB20FPhBJBurOhMYoXYtyMLt6vMDzmTzzGolCRVXzgX++OjQiCvPOR6qktDG
+hb5fov1sk3E/lkatCRYygFTS6pf3TGEEUC7qMs8AEQEAAYkBHwQYAQgACQUCWiZz
+ZQIbDAAKCRBCpVvV6kCrGn83B/4sr0IZwFfkm0Ym8y+gYrvcxduldga0hr/sTS3i
+kCvZYm4aLkgRdfQWlSLJKL02bUNPg7gvqbnb8MnCejClZrYDp7LRLI4bFo8LhG9w
+y2G+Su+PzoRDlgTZ1nnVa/LOwttMWsj5psqJFfPDq6jqKFQFzBRKxHVnQYl1o6Db
+6etX/i+Pz5ImuB85wQHo/PfE4feJXSglp9g7PerOMvfmAAdEb1uh/HrL56J1YCbd
+vRZAsTSbnW4ytirmRO93Sf7nQqHaCvTZNVO6rxFx/tak+gZrPXsYs3D1xUy4Z5Js
+yBVBdEFCyuhbGQjSaTg9C4B5VpMmwSIxIbRXZqO+LfqbGrLT
+=Ae9z
+-END PGP PUBLIC KEY BLOCK-



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liblouis/-/commit/3cb53b9018a4d8b4c525e3c2be7720a779607df0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liblouis/-/commit/3cb53b9018a4d8b4c525e3c2be7720a779607df0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/liblouis] Pushed new tag 3.30.0-1

2024-06-04 Thread @bgyorgy


Balló György pushed new tag 3.30.0-1 at Arch Linux / Packaging / Packages / 
liblouis

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liblouis/-/tree/3.30.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/redshift] Pushed new tag 1.12-12

2024-06-05 Thread @bgyorgy


Balló György pushed new tag 1.12-12 at Arch Linux / Packaging / Packages / 
redshift

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/redshift/-/tree/1.12-12
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/redshift][main] upgpkg: 1.12-12: Don't use legacy location for metainfo file

2024-06-05 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
redshift


Commits:
3f5b6c85 by Balló György at 2024-06-06T01:26:16+02:00
upgpkg: 1.12-12: Don't use legacy location for metainfo file

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = redshift
pkgdesc = Adjusts the color temperature of your screen according to 
your surroundings.
pkgver = 1.12
-   pkgrel = 11
+   pkgrel = 12
url = http://jonls.dk/redshift/
arch = x86_64
license = GPL-3.0-only


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=redshift
 pkgver=1.12
-pkgrel=11
+pkgrel=12
 pkgdesc='Adjusts the color temperature of your screen according to your 
surroundings.'
 arch=('x86_64')
 url='http://jonls.dk/redshift/'
@@ -24,6 +24,7 @@ 
sha256sums=('dd816df79765f87a0838b1568fbc40c3e8bdb4aef0e77712c85623afe34a29ad')
 
 prepare() {
cd "${pkgname}-${pkgver}"
+   sed -i 's|appdatadir = @datadir@/appdata|appdatadir = 
@datadir@/metainfo|' Makefile.am
./bootstrap
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/redshift/-/commit/3f5b6c85a58870f1fcae7c3312da409a3119db61

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/redshift/-/commit/3f5b6c85a58870f1fcae7c3312da409a3119db61
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/plymouth] Pushed new tag 23.358.4-2

2023-12-25 Thread @bgyorgy


Balló György pushed new tag 23.358.4-2 at Arch Linux / Packaging / Packages / 
plymouth

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/plymouth/-/tree/23.358.4-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/plymouth] Pushed new tag 23.360.11-1

2023-12-26 Thread @bgyorgy


Balló György pushed new tag 23.360.11-1 at Arch Linux / Packaging / Packages / 
plymouth

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/plymouth/-/tree/23.360.11-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/plymouth][main] upgpkg: 23.360.11-1 - New upstream release

2023-12-26 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
plymouth


Commits:
0f7d8666 by Balló György at 2023-12-26T18:39:00+01:00
upgpkg: 23.360.11-1 - New upstream release

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − plymouth-systemd.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = plymouth
pkgdesc = Graphical boot splash screen
-   pkgver = 23.358.4
-   pkgrel = 2
+   pkgver = 23.360.11
+   pkgrel = 1
url = https://www.freedesktop.org/wiki/Software/Plymouth/
install = plymouth.install
arch = x86_64
@@ -27,12 +27,10 @@ pkgbase = plymouth
depends = xkeyboard-config
optdepends = gtk3: x11 renderer
backup = etc/plymouth/plymouthd.conf
-   source = 
https://www.freedesktop.org/software/plymouth/releases/plymouth-23.358.4.tar.xz
-   source = plymouth-systemd.patch
+   source = 
https://www.freedesktop.org/software/plymouth/releases/plymouth-23.360.11.tar.xz
source = plymouth.initcpio_hook
source = plymouth.initcpio_install
-   sha256sums = 
1c74d9f20e8e5081ca16af5b58ec8f1242200532239f8172e875e32927ad834c
-   sha256sums = 
afba1e30e329c8f972128708f6536e34c48597c456cac594fc114d5311ccf034
+   sha256sums = 
3d5b6a0ade2b0952c127960a330cb9cfadaffda78fb7621703ffd2f6a14c3390
sha256sums = 
de852646e615e06d4125eb2e646d0528d1e349bd9e9877c08c5d32c43d288b6f
sha256sums = 
034660b71f223144aaa9b9c4a25978807e055f6170323d942c04920a63d82369
 


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Padfoot 
 
 pkgname=plymouth
-pkgver=23.358.4
-pkgrel=2
+pkgver=23.360.11
+pkgrel=1
 pkgdesc='Graphical boot splash screen'
 arch=('x86_64')
 url='https://www.freedesktop.org/wiki/Software/Plymouth/'
@@ -19,20 +19,14 @@ optdepends=('gtk3: x11 renderer')
 backup=('etc/plymouth/plymouthd.conf')
 install='plymouth.install'
 
source=("https://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.xz";
-'plymouth-systemd.patch'
 'plymouth.initcpio_hook'
 'plymouth.initcpio_install')
-sha256sums=('1c74d9f20e8e5081ca16af5b58ec8f1242200532239f8172e875e32927ad834c'
-'afba1e30e329c8f972128708f6536e34c48597c456cac594fc114d5311ccf034'
+sha256sums=('3d5b6a0ade2b0952c127960a330cb9cfadaffda78fb7621703ffd2f6a14c3390'
 'de852646e615e06d4125eb2e646d0528d1e349bd9e9877c08c5d32c43d288b6f'
 '034660b71f223144aaa9b9c4a25978807e055f6170323d942c04920a63d82369')
 
 prepare() {
   cd $pkgname-$pkgver
-  # Fix systemd integration
-  # https://gitlab.freedesktop.org/plymouth/plymouth/-/merge_requests/271
-  patch -Np1 -i ../plymouth-systemd.patch
-
   # Use mkinitcpio to update initrd
   sed -i 's/^dracut -f$/mkinitcpio -P/' scripts/plymouth-update-initrd
 


=
plymouth-systemd.patch deleted
=
@@ -1,24 +0,0 @@
-From 1de4e487fb7457871301a898cae724531bd0233d Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Mon, 25 Dec 2023 13:29:25 +
-Subject: [PATCH] meson: Fix PLY_ENABLE_SYSTEMD_INTEGRATION define
-

- meson.build | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/meson.build b/meson.build
-index 522abb8d..26789060 100644
 a/meson.build
-+++ b/meson.build
-@@ -73,6 +73,7 @@ conf.set_quoted('BOOT_TTY', get_option('boot-tty'))
- conf.set_quoted('SHUTDOWN_TTY', get_option('shutdown-tty'))
- conf.set_quoted('RELEASE_FILE', get_option('release-file'))
- conf.set('HAVE_UDEV', libudev_dep.found())
-+conf.set('PLY_ENABLE_SYSTEMD_INTEGRATION', get_option('systemd-integration'))
- conf.set('PLY_ENABLE_TRACING', get_option('tracing'))
- conf.set_quoted('PLYMOUTH_RUNTIME_DIR', plymouth_runtime_dir)
- conf.set_quoted('PLYMOUTH_THEME_PATH', plymouth_theme_path)
--- 
-GitLab
-



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/plymouth/-/commit/0f7d86661622b53b8ccfd4ee6efbaac7c5eb1102

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/plymouth/-/commit/0f7d86661622b53b8ccfd4ee6efbaac7c5eb1102
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-recipes][main] Minor change

2024-07-28 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-recipes


Commits:
9bdb3619 by Balló György at 2024-07-28T16:49:19+02:00
Minor change

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -67,7 +67,7 @@ build() {
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-recipes/-/commit/9bdb3619203b7bf0ec160d61ad6214a1aaacd0d0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-recipes/-/commit/9bdb3619203b7bf0ec160d61ad6214a1aaacd0d0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-break-timer] Pushed new tag 3.1.0-2

2024-07-28 Thread @bgyorgy


Balló György pushed new tag 3.1.0-2 at Arch Linux / Packaging / Packages / 
gnome-break-timer

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-break-timer/-/tree/3.1.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-break-timer][main] Add config for nvchecker

2024-07-28 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-break-timer


Commits:
988bd246 by Balló György at 2024-07-28T17:21:32+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[gnome-break-timer]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gnome-break-timer.git";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-break-timer/-/commit/988bd24641b8faef32661cbeb023f57887474b7e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-break-timer/-/commit/988bd24641b8faef32661cbeb023f57887474b7e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/blueprint-compiler][main] Adopt the package, switch to git source, specify SPDX license, add transitive...

2024-07-28 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
blueprint-compiler


Commits:
cd81df9a by Balló György at 2024-07-28T17:58:25+02:00
Adopt the package, switch to git source, specify SPDX license, add transitive 
deps, add config for nvchecker

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,10 +4,13 @@ pkgbase = blueprint-compiler
pkgrel = 2
url = https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/
arch = any
-   license = LGPL
+   license = LGPL-3.0-or-later
+   makedepends = git
makedepends = meson
+   depends = libgirepository
+   depends = python
depends = python-gobject
-   source = 
https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v0.12.0/blueprint-compiler-v0.12.0.tar.gz
-   sha256sums = 
6dbb4ea851cec164030abded5949ea77ff92032e23527e1c0597d7efe0c36a81
+   source = 
git+https://gitlab.gnome.org/jwestman/blueprint-compiler.git#tag=v0.12.0
+   b2sums = 
f3176d9f9584311a4421e98ca7157ef09ad43561ac7b283c2e4ba6853abf4cc30a674b66a5edc3994bac356e89a2e3d5805e9de62c05d528685e324c7e6e3ca7
 
 pkgname = blueprint-compiler


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[blueprint-compiler]
+source = "git"
+git = "https://gitlab.gnome.org/jwestman/blueprint-compiler.git";
+prefix = "v"


=
PKGBUILD
=
@@ -1,19 +1,26 @@
-# Maintainer:
+# Maintainer: Balló György 
 
 pkgname=blueprint-compiler
 pkgver=0.12.0
 pkgrel=2
 pkgdesc='A markup language for GTK user interfaces'
-url='https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/'
-license=(LGPL)
 arch=(any)
-depends=(python-gobject)
-makedepends=(meson)
-source=(https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v$pkgver/blueprint-compiler-v$pkgver.tar.gz)
-sha256sums=('6dbb4ea851cec164030abded5949ea77ff92032e23527e1c0597d7efe0c36a81')
+url='https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/'
+license=(LGPL-3.0-or-later)
+depends=(
+  libgirepository
+  python
+  python-gobject
+)
+makedepends=(
+  git
+  meson
+)
+source=("git+https://gitlab.gnome.org/jwestman/$pkgname.git#tag=v$pkgver";)
+b2sums=(f3176d9f9584311a4421e98ca7157ef09ad43561ac7b283c2e4ba6853abf4cc30a674b66a5edc3994bac356e89a2e3d5805e9de62c05d528685e324c7e6e3ca7)
 
 build() {
-  arch-meson $pkgname-v$pkgver build
+  arch-meson $pkgname build
   meson compile -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blueprint-compiler/-/commit/cd81df9a8b552b5381b389624090f3c7f6a31a02

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blueprint-compiler/-/commit/cd81df9a8b552b5381b389624090f3c7f6a31a02
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/moserial] Pushed new tag 3.0.21-2

2024-07-28 Thread @bgyorgy


Balló György pushed new tag 3.0.21-2 at Arch Linux / Packaging / Packages / 
moserial

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/moserial/-/tree/3.0.21-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/moserial][main] upgpkg: 3.0.21-2: Fix lrzsz executable names, switch to git source, specify...

2024-07-28 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
moserial


Commits:
2d7c38aa by Balló György at 2024-07-28T20:16:33+02:00
upgpkg: 3.0.21-2: Fix lrzsz executable names, switch to git source, specify 
SPDX license, add transitive deps, add config for nvchecker, add .SRCINFO

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = moserial
+   pkgdesc = Clean, friendly GTK-based serial terminal
+   pkgver = 3.0.21
+   pkgrel = 2
+   url = https://wiki.gnome.org/Apps/Moserial
+   arch = x86_64
+   license = GPL-3.0-or-later
+   makedepends = git
+   makedepends = intltool
+   makedepends = vala
+   makedepends = yelp-tools
+   depends = glib2
+   depends = glibc
+   depends = gsettings-desktop-schemas
+   depends = gtk3
+   depends = hicolor-icon-theme
+   depends = pango
+   optdepends = lrzsz: Support for xmodem, ymodem and zmodem file transfer 
protocols
+   source = 
git+https://gitlab.gnome.org/GNOME/moserial.git#tag=moserial_3_0_21
+   b2sums = 
d672f848799e1e979a29b856e75b50f452d8770b0095f0e372ec5959fed742dd62d32e969772ddcbc6ab38cd81a6b9176be87f4dae39e1b0ae1c210eb842c856
+
+pkgname = moserial


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[moserial]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/moserial.git";
+prefix = "moserial_"


=
PKGBUILD
=
@@ -4,24 +4,48 @@
 
 pkgname=moserial
 pkgver=3.0.21
-pkgrel=1
-pkgdesc="Clean, friendly GTK+-based serial terminal for the GNOME desktop"
-arch=('x86_64')
-url="https://wiki.gnome.org/moserial";
-license=('GPL3')
-depends=('gsettings-desktop-schemas' 'gtk3')
-makedepends=('intltool' 'itstool')
-optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('788b29f256502b83536116c90795383961b26338a04d32c8ed35e53da4284aad')
+pkgrel=2
+pkgdesc='Clean, friendly GTK-based serial terminal'
+arch=(x86_64)
+url='https://wiki.gnome.org/Apps/Moserial'
+license=(GPL-3.0-or-later)
+depends=(
+  glib2
+  glibc
+  gsettings-desktop-schemas
+  gtk3
+  hicolor-icon-theme
+  pango
+)
+makedepends=(
+  git
+  intltool
+  vala
+  yelp-tools
+)
+optdepends=('lrzsz: Support for xmodem, ymodem and zmodem file transfer 
protocols')
+source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=${pkgname}_${pkgver//./_}";)
+b2sums=(d672f848799e1e979a29b856e75b50f452d8770b0095f0e372ec5959fed742dd62d32e969772ddcbc6ab38cd81a6b9176be87f4dae39e1b0ae1c210eb842c856)
+
+prepare() {
+  cd $pkgname
+
+  sed -i 's/"rz"/"lrzsz-rz"/' src/Rzwrapper.vala
+  sed -i 's/"sz"/"lrzsz-sz"/' src/Szwrapper.vala
+
+  autoreconf -fi
+}
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/moserial/-/commit/2d7c38aaa4aa47f4e8e329526459f1851a5a3f68

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/moserial/-/commit/2d7c38aaa4aa47f4e8e329526459f1851a5a3f68
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/deja-dup] Pushed new tag 46.1-1

2024-07-28 Thread @bgyorgy


Balló György pushed new tag 46.1-1 at Arch Linux / Packaging / Packages / 
deja-dup

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deja-dup/-/tree/46.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/duplicity] Pushed new tag 3.0.0-2

2024-07-28 Thread @bgyorgy


Balló György pushed new tag 3.0.0-2 at Arch Linux / Packaging / Packages / 
duplicity

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/duplicity/-/tree/3.0.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/duplicity][main] upgpkg: 3.0.0-2: Make python-paramiko dependency optional, add python-pexpect...

2024-07-28 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
duplicity


Commits:
eb9a1d71 by Balló György at 2024-07-29T03:39:29+02:00
upgpkg: 3.0.0-2: Make python-paramiko dependency optional, add python-pexpect 
and rclone to optdepends

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = duplicity
pkgdesc = A utility for encrypted, bandwidth-efficient backups using 
the rsync algorithm
pkgver = 3.0.0
-   pkgrel = 1
+   pkgrel = 2
url = https://duplicity.gitlab.io/
arch = x86_64
license = GPL-2.0-only
@@ -13,7 +13,6 @@ pkgbase = duplicity
makedepends = python-wheel
depends = gnupg
depends = librsync
-   depends = python-paramiko
depends = python-fasteners
optdepends = lftp: backend for ftp, ftps, fish
optdepends = ncftp: alternative backend for ftp
@@ -22,9 +21,12 @@ pkgbase = duplicity
optdepends = python-dropbox: Dropbox backend
optdepends = python-gobject: GIO backend
optdepends = gvfs: GIO backend
+   optdepends = python-paramiko: SSH paramiko backend
+   optdepends = python-pexpect: SSH pexpect backend
optdepends = python-pydrive2: Google Drive backend
optdepends = python-mediafire: Mediafire backend
optdepends = python-requests-oauthlib: OneDrive backend
+   optdepends = rclone: rclone backend
optdepends = rsync: rsync backend
source = 
duplicity::git+https://gitlab.com/duplicity/duplicity#tag=rel.3.0.0
source = fix-documentation-directory.patch


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=duplicity
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm'
 arch=('x86_64')
 url='https://duplicity.gitlab.io/'
@@ -13,7 +13,6 @@ license=('GPL-2.0-only')
 depends=(
   'gnupg'
   'librsync'
-  'python-paramiko'
   'python-fasteners'
 )
 makedepends=(
@@ -32,9 +31,12 @@ optdepends=(
   'python-dropbox: Dropbox backend'
   'python-gobject: GIO backend'
   'gvfs: GIO backend'
+  'python-paramiko: SSH paramiko backend'
+  'python-pexpect: SSH pexpect backend'
   'python-pydrive2: Google Drive backend'
   'python-mediafire: Mediafire backend'
   'python-requests-oauthlib: OneDrive backend'
+  'rclone: rclone backend'
   'rsync: rsync backend'
 )
 source=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/duplicity/-/commit/eb9a1d710926bc057a1d48286ecf4a31e36845da

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/duplicity/-/commit/eb9a1d710926bc057a1d48286ecf4a31e36845da
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-argon2_cffi] Pushed new tag 23.1.0-3

2024-07-28 Thread @bgyorgy


Balló György pushed new tag 23.1.0-3 at Arch Linux / Packaging / Packages / 
python-argon2_cffi

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-argon2_cffi/-/tree/23.1.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   3   4   5   6   7   8   >