[Git][archlinux/packaging/packages/python-cairocffi][main] upgpkg: 1.6.0-1

2023-10-03 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-cairocffi


Commits:
4043c4f4 by Felix Yan at 2023-10-04T08:40:21+03:00
upgpkg: 1.6.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,8 +1,8 @@
 pkgbase = python-cairocffi
pkgdesc = cffi-based cairo bindings for Python
-   pkgver = 1.5.1
+   pkgver = 1.6.0
pkgrel = 1
-   url = https://cairocffi.readthedocs.io/
+   url = https://doc.courtbouillon.org/cairocffi
arch = any
license = BSD
checkdepends = python-pytest
@@ -10,15 +10,14 @@ pkgbase = python-cairocffi
checkdepends = python-pikepdf
makedepends = python-build
makedepends = python-installer
-   makedepends = python-setuptools
-   makedepends = python-wheel
+   makedepends = python-flit-core
makedepends = python-xcffib
makedepends = gdk-pixbuf2
depends = python-cffi
depends = cairo
optdepends = gdk-pixbuf2: for cairocffi.pixbuf
optdepends = python-xcffib: for cairo xcb support
-   source = 
python-cairocffi-1.5.1.tar.gz::https://github.com/Kozea/cairocffi/archive/v1.5.1.tar.gz
-   sha512sums = 
0c0f600014873a29ccdb48133e2d2f351e0ffb0c7c13b177f789a39ac6ce4908b6947425757710a09fe4ea5ad355e251f596e7344c28a8ffe13db0ed8589cc31
+   source = 
https://github.com/Kozea/cairocffi/archive/v1.6.0/python-cairocffi-1.6.0.tar.gz
+   sha512sums = 
1f554afe0b1a8c40a5408b18caf3eacf88d84d7780fdf23dad550a584ba8bc3a988bfebf01b0e7e8518d233c66ed969c4ff2182efbefcdd77f66ddbef125c23c
 
 pkgname = python-cairocffi


=
PKGBUILD
=
@@ -3,20 +3,19 @@
 # Contributor: Florijan Hamzic 
 
 pkgname=python-cairocffi
-pkgver=1.5.1
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="cffi-based cairo bindings for Python"
 arch=('any')
-url="https://cairocffi.readthedocs.io/;
+url="https://doc.courtbouillon.org/cairocffi;
 license=('BSD')
 depends=('python-cffi' 'cairo')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel' 'python-xcffib'
- 'gdk-pixbuf2')
+makedepends=('python-build' 'python-installer' 'python-flit-core' 
'python-xcffib' 'gdk-pixbuf2')
 checkdepends=('python-pytest' 'python-numpy' 'python-pikepdf')
 optdepends=('gdk-pixbuf2: for cairocffi.pixbuf'
 'python-xcffib: for cairo xcb support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/cairocffi/archive/v${pkgver}.tar.gz;)
-sha512sums=('0c0f600014873a29ccdb48133e2d2f351e0ffb0c7c13b177f789a39ac6ce4908b6947425757710a09fe4ea5ad355e251f596e7344c28a8ffe13db0ed8589cc31')
+source=("https://github.com/Kozea/cairocffi/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('1f554afe0b1a8c40a5408b18caf3eacf88d84d7780fdf23dad550a584ba8bc3a988bfebf01b0e7e8518d233c66ed969c4ff2182efbefcdd77f66ddbef125c23c')
 
 build() {
   cd cairocffi-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cairocffi/-/commit/4043c4f4aada876d0dbe6917bf461d40b812a646

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




[Git][archlinux/packaging/packages/python-cairocffi] Pushed new tag 1.6.0-1

2023-10-03 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.6.0-1 at Arch Linux / Packaging / Packages / 
python-cairocffi

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




[Git][archlinux/packaging/packages/python-xcffib] Pushed new tag 1.4.0-1

2023-10-03 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.4.0-1 at Arch Linux / Packaging / Packages / 
python-xcffib

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




[Git][archlinux/packaging/packages/python-xcffib][main] upgpkg: 1.4.0-1

2023-10-03 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-xcffib


Commits:
0285659c by Felix Yan at 2023-10-04T08:36:23+03:00
upgpkg: 1.4.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-xcffib
pkgdesc = Python3 drop in replacement for xpyb, an XCB python binding
-   pkgver = 1.3.0
+   pkgver = 1.4.0
pkgrel = 1
url = https://pypi.python.org/pypi/xcffib
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-xcffib
makedepends = haskell-xcffib
depends = python-cffi
depends = libxcb
-   source = 
git+https://github.com/tych0/xcffib.git#commit=76b0c03597ee59fd4109a671d8c536842f904b4c
+   source = 
git+https://github.com/tych0/xcffib.git#commit=517169a2fb6dcc127059f581d3890e0861e2e950
sha512sums = SKIP
 
 pkgname = python-xcffib


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Roger Duran 
 
 pkgname=python-xcffib
-pkgver=1.3.0
-_commit=76b0c03597ee59fd4109a671d8c536842f904b4c
+pkgver=1.4.0
+_commit=517169a2fb6dcc127059f581d3890e0861e2e950
 pkgrel=1
 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-xcffib/-/commit/0285659cc8e65d0df76f5d498c355aa3263dce45

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




[Git][archlinux/packaging/packages/haskell-xcffib][main] upgpkg: 1.4.0-1

2023-10-03 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-xcffib


Commits:
7361fb88 by Felix Yan at 2023-10-04T08:32:55+03:00
upgpkg: 1.4.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = haskell-xcffib
pkgdesc = A cffi-based python binding for X
-   pkgver = 1.3.0
+   pkgver = 1.4.0
pkgrel = 1
url = https://github.com/tych0/xcffib
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = haskell-xcffib
depends = haskell-optparse-applicative
depends = haskell-split
depends = haskell-xcb-types
-   source = 
https://hackage.haskell.org/packages/archive/xcffib/1.3.0/xcffib-1.3.0.tar.gz
-   sha512sums = 
498a27832d93aa6f9c005e93045badceee36b6a8165e317e6b8425f17e51bbe02cffa974d3983217619f8467e08e75274276559104f5f351740276705a33dced
+   source = 
https://hackage.haskell.org/packages/archive/xcffib/1.4.0/xcffib-1.4.0.tar.gz
+   sha512sums = 
8f055c89dc7fe741258255cbeb3729aa5b5bba2e0a5ae16d34d8f7234f85be6f14a05fabe5f1ed2f2807c88e3a03db6df6b492b314866eb602ecf413c2799a6a
 
 pkgname = haskell-xcffib


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _hkgname=xcffib
 pkgname=haskell-xcffib
-pkgver=1.3.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="A cffi-based python binding for X"
 url="https://github.com/tych0/xcffib;
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-attoparsec' 'haskell-either' 
'haskell-filemanip' 'h
  'haskell-optparse-applicative' 'haskell-split' 'haskell-xcb-types')
 makedepends=('ghc' 'uusi')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('498a27832d93aa6f9c005e93045badceee36b6a8165e317e6b8425f17e51bbe02cffa974d3983217619f8467e08e75274276559104f5f351740276705a33dced')
+sha512sums=('8f055c89dc7fe741258255cbeb3729aa5b5bba2e0a5ae16d34d8f7234f85be6f14a05fabe5f1ed2f2807c88e3a03db6df6b492b314866eb602ecf413c2799a6a')
 
 prepare() {
 cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-xcffib/-/commit/7361fb8854154cfbf8b321ac6c362c8d4dc6a239

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




[Git][archlinux/packaging/packages/haskell-xcffib] Pushed new tag 1.4.0-1

2023-10-03 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.4.0-1 at Arch Linux / Packaging / Packages / 
haskell-xcffib

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




[Git][archlinux/packaging/packages/hwdata][main] upgpkg: 0.375-1: update license, update to latest version

2023-10-03 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdata


Commits:
3a3ef0b5 by Tobias Powalowski at 2023-10-04T06:44:20+02:00
upgpkg: 0.375-1: update license, update to latest version

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = hwdata
+   pkgdesc = hardware identification databases
+   pkgver = 0.375
+   pkgrel = 1
+   url = https://github.com/vcrhonek/hwdata
+   arch = any
+   license = GPL2-or-later
+   makedepends = git
+   replaces = hwids
+   source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.375?signed
+   validpgpkeys = 3C40194FB79138CE0F78FD4919C2F062574F5403
+   sha256sums = SKIP
+
+pkgname = hwdata


=
PKGBUILD
=
@@ -1,12 +1,12 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdata
-pkgver=0.374
+pkgver=0.375
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')
 replaces=('hwids')
 url=https://github.com/vcrhonek/hwdata
-license=('GPL2')
+license=('GPL2-or-later')
 arch=('any')
 source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed;)
 validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek



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

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




[Git][archlinux/packaging/packages/hwdata] Pushed new tag 0.375-1

2023-10-03 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 0.375-1 at Arch Linux / Packaging / Packages / 
hwdata

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




[Git][archlinux/packaging/packages/btrfs-progs][main] upgpkg: 6.5.2-1: update license, update to latest version

2023-10-03 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
btrfs-progs


Commits:
5c0faf8d by Tobias Powalowski at 2023-10-04T06:42:04+02:00
upgpkg: 6.5.2-1: update license, update to latest version

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,46 @@
+pkgbase = btrfs-progs
+   pkgdesc = Btrfs filesystem utilities
+   pkgver = 6.5.2
+   pkgrel = 1
+   url = https://btrfs.wiki.kernel.org
+   install = btrfs-progs.install
+   arch = x86_64
+   license = GPL2-only
+   makedepends = git
+   makedepends = asciidoc
+   makedepends = xmlto
+   makedepends = systemd
+   makedepends = python
+   makedepends = python-setuptools
+   makedepends = e2fsprogs
+   makedepends = reiserfsprogs
+   makedepends = python-sphinx
+   depends = glibc
+   depends = util-linux-libs
+   depends = lzo
+   depends = zlib
+   depends = zstd
+   depends = libgcrypt
+   depends = systemd-libs
+   optdepends = python: libbtrfsutil python bindings
+   optdepends = e2fsprogs: btrfs-convert
+   optdepends = reiserfsprogs: btrfs-convert
+   provides = btrfs-progs-unstable
+   conflicts = btrfs-progs-unstable
+   replaces = btrfs-progs-unstable
+   options = !staticlibs
+   source = 
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.5.2.tar.sign
+   source = 
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.5.2.tar.xz
+   source = initcpio-install-btrfs
+   source = initcpio-hook-btrfs
+   source = btrfs-scrub@.service
+   source = btrfs-scrub@.timer
+   validpgpkeys = F2B41200C54EFB30380C1756C565D5F9D76D583B
+   sha256sums = SKIP
+   sha256sums = 
c558b2ddd43f5747a2f5cb62aed3e5c5099703886485a480310fed4698d3610c
+   sha256sums = 
bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4
+   sha256sums = 
35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5
+   sha256sums = 
eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252
+   sha256sums = 
9a0b6cc23f7bd97b83b6c38dd2b4e4373fead8bd3ccfb82a47c72971e9d6f8ad
+
+pkgname = btrfs-progs


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=6.5.1
+pkgver=6.5.2
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
@@ -16,7 +16,7 @@ url='https://btrfs.wiki.kernel.org'
 replaces=('btrfs-progs-unstable')
 conflicts=('btrfs-progs-unstable')
 provides=('btrfs-progs-unstable')
-license=('GPL2')
+license=('GPL2-only')
 validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
 
source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
 'initcpio-install-btrfs'
@@ -27,7 +27,7 @@ 
source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-
 install=btrfs-progs.install
 options=(!staticlibs)
 sha256sums=('SKIP'
-'dacbb28136e82586af802205263a428c3d1941778bc3fdc9b1b386ea12eb904e'
+'c558b2ddd43f5747a2f5cb62aed3e5c5099703886485a480310fed4698d3610c'
 'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
 '35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
 'eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/commit/5c0faf8d8301720723f16987c73d4aa5f898b03d

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




[Git][archlinux/packaging/packages/btrfs-progs] Pushed new tag 6.5.2-1

2023-10-03 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 6.5.2-1 at Arch Linux / Packaging / Packages / 
btrfs-progs

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




[Git][archlinux/packaging/packages/pyright] Pushed new tag 1.1.330-1

2023-10-03 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 1.1.330-1 at Arch Linux / Packaging / Packages 
/ pyright

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




[Git][archlinux/packaging/packages/pyright][main] upgpkg: 1.1.330-1

2023-10-03 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
pyright


Commits:
fc600079 by Daniel M. Capella at 2023-10-03T23:44:24-04:00
upgpkg: 1.1.330-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = pyright
+   pkgdesc = Type checker for the Python language
+   pkgver = 1.1.330
+   pkgrel = 1
+   url = https://microsoft.github.io/pyright
+   arch = any
+   license = MIT
+   makedepends = git
+   makedepends = npm
+   depends = nodejs
+   source = git+https://github.com/microsoft/pyright.git#tag=1.1.330
+   b2sums = SKIP
+
+pkgname = pyright


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.329
+pkgver=1.1.330
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/fc600079112a7acaea30655aec8fd5459566fb4c

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




[Git][archlinux/packaging/packages/npm][main] upgpkg: 10.2.0-1

2023-10-03 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
npm


Commits:
9975f2f6 by Daniel M. Capella at 2023-10-03T23:37:19-04:00
upgpkg: 10.2.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = npm
+   pkgdesc = A package manager for JavaScript
+   pkgver = 10.2.0
+   pkgrel = 1
+   url = https://www.npmjs.com/
+   arch = any
+   license = custom:Artistic
+   makedepends = git
+   depends = nodejs
+   depends = node-gyp
+   depends = nodejs-nopt
+   depends = semver
+   optdepends = git: for dependencies using Git URL's
+   source = npm-cli::git+https://github.com/npm/cli.git#tag=v10.2.0
+   b2sums = SKIP
+
+pkgname = npm


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=npm
-pkgver=10.1.0
+pkgver=10.2.0
 pkgrel=1
 pkgdesc='A package manager for JavaScript'
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/npm/-/commit/9975f2f68199795494c784754ae9ed12a2ac064e

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




[Git][archlinux/packaging/packages/npm] Pushed new tag 10.2.0-1

2023-10-03 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 10.2.0-1 at Arch Linux / Packaging / Packages 
/ npm

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




[Git][archlinux/packaging/packages/gnome-builder] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-builder

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




[Git][archlinux/packaging/packages/libpeas-2] Pushed new branch main

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new branch main at Arch Linux / 
Packaging / Packages / libpeas-2

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




[Git][archlinux/packaging/packages/libpeas-2] Pushed new tag 2.0.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 2.0.0-1 at Arch Linux / 
Packaging / Packages / libpeas-2

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




[Git][archlinux/packaging/packages/wingpanel][main] 3.0.5-2: mutter 45

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / wingpanel


Commits:
4a61c555 by Jan Alexander Steffens (heftig) at 2023-10-04T04:34:46+02:00
3.0.5-2: mutter 45

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = wingpanel
pkgdesc = The Pantheon Top Panel
pkgver = 3.0.5
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/elementary/wingpanel
arch = x86_64
groups = pantheon


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=wingpanel
 pkgver=3.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='The Pantheon Top Panel'
 arch=(x86_64)
 url=https://github.com/elementary/wingpanel
@@ -34,6 +34,14 @@ pkgver() {
   git describe --tags
 }
 
+prepare() {
+  cd wingpanel
+
+  # mutter 45
+  git cherry-pick -n d6009d9f0d5c7479172093447ccceccba86ff1f3
+}
+
+
 build() {
   arch-meson wingpanel build
   meson compile -C build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wingpanel/-/commit/4a61c555e586709398f89f8137fcab1382c87a04

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




[Git][archlinux/packaging/packages/wingpanel] Pushed new tag 3.0.5-2

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 3.0.5-2 at Arch Linux / 
Packaging / Packages / wingpanel

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




[Git][archlinux/packaging/packages/lightdm-pantheon-greeter][main] 7.0.0-2: mutter 45

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / lightdm-pantheon-greeter


Commits:
b29a44c9 by Jan Alexander Steffens (heftig) at 2023-10-04T04:34:27+02:00
7.0.0-2: mutter 45

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lightdm-pantheon-greeter
pkgdesc = Pantheon greeter for LightDM
pkgver = 7.0.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/elementary/greeter
install = lightdm-pantheon-greeter.install
arch = x86_64


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=lightdm-pantheon-greeter
 pkgver=7.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Pantheon greeter for LightDM'
 arch=(x86_64)
 url=https://github.com/elementary/greeter
@@ -43,6 +43,13 @@ pkgver() {
   git describe --tags | sed 's/-/.r/; s/-g/./'
 }
 
+prepare() {
+  cd lightdm-pantheon-greeter
+
+  # mutter 45
+  git cherry-pick -n dbd9b6f9701f5992c3b3257c025b9cd80d041cc8
+}
+
 build() {
   arch-meson lightdm-pantheon-greeter build
   meson compile -C build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lightdm-pantheon-greeter/-/commit/b29a44c919475fb4af6b46f3692c7233ae557db6

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




[Git][archlinux/packaging/packages/lightdm-pantheon-greeter] Pushed new tag 7.0.0-2

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 7.0.0-2 at Arch Linux / 
Packaging / Packages / lightdm-pantheon-greeter

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




[Git][archlinux/packaging/packages/gala] Pushed new tag 7.1.2-2

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 7.1.2-2 at Arch Linux / 
Packaging / Packages / gala

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




[Git][archlinux/packaging/packages/gala][main] 7.1.2-2: mutter 45

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gala


Commits:
a2412b7c by Jan Alexander Steffens (heftig) at 2023-10-04T04:30:47+02:00
7.1.2-2: mutter 45

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gala
pkgdesc = The Pantheon Window Manager
pkgver = 7.1.2
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/elementary/gala
arch = x86_64
groups = pantheon


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=gala
 pkgver=7.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='The Pantheon Window Manager'
 arch=(x86_64)
 url=https://github.com/elementary/gala
@@ -55,6 +55,13 @@ pkgver() {
   git describe --tags | sed 's/-/.r/; s/-g/./'
 }
 
+prepare() {
+  cd gala
+
+  # mutter 45
+  git cherry-pick -n 151e5f01750e9471cceac48f1999ac5e81f625b5
+}
+
 build() {
   arch-meson gala build
   meson compile -C build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gala/-/commit/a2412b7c24d10c8ad6c9c6a2b01b5be3b562e42c

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




[Git][archlinux/packaging/packages/glib2][main] 2.78.0-3: sysprof rebuild

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / glib2


Commits:
d89731b1 by Jan Alexander Steffens (heftig) at 2023-10-04T04:30:19+02:00
2.78.0-3: sysprof rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,60 @@
+pkgbase = glib2
+   pkgdesc = Low level core library
+   pkgver = 2.78.0
+   pkgrel = 3
+   url = https://wiki.gnome.org/Projects/GLib
+   arch = x86_64
+   license = LGPL
+   checkdepends = desktop-file-utils
+   checkdepends = glib2
+   makedepends = dbus
+   makedepends = gettext
+   makedepends = git
+   makedepends = gtk-doc
+   makedepends = libelf
+   makedepends = meson
+   makedepends = python
+   makedepends = shared-mime-info
+   makedepends = util-linux
+   depends = libffi
+   depends = libsysprof-capture
+   depends = pcre2
+   depends = util-linux-libs
+   depends = zlib
+   options = debug
+   options = staticlibs
+   source = 
git+https://gitlab.gnome.org/GNOME/glib.git#commit=3c543ef69ffab7c78e29eaf383e7fe2c7df6cd49
+   source = git+https://gitlab.gnome.org/GNOME/gvdb.git
+   source = 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
+   source = 0002-gthreadedresolver-Fix-race-between-source-callbacks-.patch
+   source = gio-querymodules.hook
+   source = glib-compile-schemas.hook
+   b2sums = SKIP
+   b2sums = SKIP
+   b2sums = 
94c73ca7070c239494873dd52d6ee09382bbb5b1201f7afd737cfa140b1a2fb0744b2c2831baf3943d1d072550c35888d21ce6f19f89481ff9d1a60d9a0b30e0
+   b2sums = 
ffa7a0f8d9dc09864a6a8083b20f634788e5929cd678f7c38ce65be7cdfdea50d0be3cf3a7e6b9a2641f21a085b90b7ac33a2a81ae62a8963992aa9eb7699f57
+   b2sums = 
14c9211c0557f6d8d9a914f1b18b7e0e23f79f4abde117cb03ab119b95bf9fa9d7a712aa0a29beb266468aeb352caa3a9e4540503cfc9fe0bbaf764371832a96
+   b2sums = 
d30d349b4cb4407839d9074ce08f5259b8a5f3ca46769aabc621f17d15effdb89c4bf19bd23603f6df3d59f8d1adaded0f4bacd0333afcab782f2d048c882858
+
+pkgname = glib2
+   depends = libffi
+   depends = libsysprof-capture
+   depends = pcre2
+   depends = util-linux-libs
+   depends = zlib
+   depends = libffi.so
+   depends = libmount.so
+   optdepends = gvfs: most gio functionality
+   optdepends = libelf: gresource inspection tool
+   optdepends = python: gdbus-codegen, glib-genmarshal, glib-mkenums, 
gtester-report
+   provides = libglib-2.0.so
+   provides = libgio-2.0.so
+   provides = libgmodule-2.0.so
+   provides = libgobject-2.0.so
+   provides = libgthread-2.0.so
+
+pkgname = glib2-docs
+   pkgdesc = Low level core library - documentation
+   license = LGPL
+   license = custom
+   depends = 


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgname=(
   glib2-docs
 )
 pkgver=2.78.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Low level core library"
 url="https://wiki.gnome.org/Projects/GLib;
 license=(LGPL)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glib2/-/commit/d89731b172e417bb7046b34c59d4dcb05b297f61

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




[Git][archlinux/packaging/packages/glib2] Pushed new tag 2.78.0-3

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 2.78.0-3 at Arch Linux / 
Packaging / Packages / glib2

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




[Git][archlinux/packaging/packages/gtranslator][main] 45.2-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gtranslator


Commits:
0bd5309a by Jan Alexander Steffens (heftig) at 2023-10-04T04:27:08+02:00
45.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = gtranslator
+   pkgdesc = An enhanced gettext po file editor for the GNOME desktop 
environment
+   pkgver = 45.2
+   pkgrel = 1
+   url = https://projects.gnome.org/gtranslator/
+   arch = x86_64
+   license = GPL3
+   makedepends = meson
+   makedepends = gobject-introspection
+   makedepends = yelp-tools
+   depends = gtksourceview5
+   depends = gspell
+   depends = gettext
+   depends = libadwaita
+   depends = libgda6
+   depends = iso-codes
+   depends = hicolor-icon-theme
+   depends = libdazzle
+   source = 
https://download.gnome.org/sources/gtranslator/45/gtranslator-45.2.tar.xz
+   sha256sums = 
1c946110e6f19013c162a422ca17f1de944c5ab8c29e30389a0df9f33314c8aa
+
+pkgname = gtranslator


=
PKGBUILD
=
@@ -1,24 +1,25 @@
 # Maintainer: Jaroslav Lichtblau 
 # Maintainer: Alexander Rødseth 
+# Contributor: Fabian Bornschein 
 # Contributor: Hugo Doria 
 # Contributor: Christer Solskogen (solsko...@carebears.mine.nu)
 
 pkgname=gtranslator
-pkgver=42.0
+pkgver=45.2
 pkgrel=1
 pkgdesc='An enhanced gettext po file editor for the GNOME desktop environment'
 arch=('x86_64')
 url='https://projects.gnome.org/gtranslator/'
 license=('GPL3')
-depends=('gtksourceview4' 'gspell' 'gettext' 'libgda6' 'iso-codes'
- 'hicolor-icon-theme' 'libdazzle' 'libhandy')
-makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'yelp-tools')
+depends=('gtksourceview5' 'gspell' 'gettext' 'libadwaita' 'libgda6' 'iso-codes'
+ 'hicolor-icon-theme' 'libdazzle')
+makedepends=('meson' 'gobject-introspection' 'yelp-tools')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2a67bcbfe643061b0696d89a10847d50bf35905ff3361b9871357d3e3422f13b')
+sha256sums=('1c946110e6f19013c162a422ca17f1de944c5ab8c29e30389a0df9f33314c8aa')
 
 build() {
-  arch-meson $pkgname-$pkgver build -Dgtk_doc=true
-  ninja -C build
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
 }
 
 check() {
@@ -26,5 +27,5 @@ check() {
 }
 
 package() {
-  DESTDIR="${pkgdir}" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



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

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




[Git][archlinux/packaging/packages/gtranslator] Pushed new tag 45.2-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.2-1 at Arch Linux / Packaging 
/ Packages / gtranslator

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




[Git][archlinux/packaging/packages/gnome-logs][main] 45beta-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-logs


Commits:
b4a77e84 by Jan Alexander Steffens (heftig) at 2023-10-04T04:25:26+02:00
45beta-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = gnome-logs
+   pkgdesc = A log viewer for the systemd journal
+   pkgver = 45beta
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/Logs
+   arch = x86_64
+   groups = gnome
+   license = GPL
+   makedepends = appstream-glib
+   makedepends = git
+   makedepends = meson
+   makedepends = yelp-tools
+   depends = dconf
+   depends = glib2
+   depends = gsettings-desktop-schemas
+   depends = gtk4
+   depends = hicolor-icon-theme
+   depends = libadwaita
+   depends = pango
+   depends = systemd
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-logs.git#commit=ab027ff433c6f395f3beca54a7de8c3884e0fa4c
+   b2sums = SKIP
+
+pkgname = gnome-logs


=
PKGBUILD
=
@@ -1,22 +1,37 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-logs
-pkgver=43.0
+pkgver=45beta
 pkgrel=1
 pkgdesc="A log viewer for the systemd journal"
 url="https://wiki.gnome.org/Apps/Logs;
 arch=(x86_64)
 license=(GPL)
-depends=(systemd gtk4 libadwaita gsettings-desktop-schemas)
-makedepends=(appstream-glib git meson yelp-tools)
+depends=(
+  dconf
+  glib2
+  gsettings-desktop-schemas
+  gtk4
+  hicolor-icon-theme
+  libadwaita
+  pango
+  systemd
+)
+makedepends=(
+  appstream-glib
+  git
+  meson
+  yelp-tools
+)
 groups=(gnome)
-_commit=3fa0b8a7f734e6adf865cc5df673f6a74809b56d  # tags/43.0^0
+_commit=ab027ff433c6f395f3beca54a7de8c3884e0fa4c  # tags/gnome-logs-45.beta^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-logs.git#commit=$_commit;)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^gnome-logs-//;s/[^-]*-g/r&/;s/-/+/g'
+  git describe --tags | sed 
's/^gnome-logs-//;s/\.\([a-z]\)/\1/;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/gnome-logs] Pushed new tag 45beta-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45beta-1 at Arch Linux / 
Packaging / Packages / gnome-logs

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




[Git][archlinux/packaging/packages/gjs][main] 1.78.0-2: js115 rebuild

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gjs


Commits:
22bf6aeb by Jan Alexander Steffens (heftig) at 2023-10-04T04:18:49+02:00
1.78.0-2: js115 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gjs
pkgdesc = Javascript Bindings for GNOME
pkgver = 1.78.0
-   pkgrel = 1
+   pkgrel = 2
epoch = 2
url = https://wiki.gnome.org/Projects/Gjs
arch = x86_64


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=gjs
 pkgver=1.78.0
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gjs/-/commit/22bf6aebe49d4f4fd6edc5e6806a4fb1b37ff4a9

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




[Git][archlinux/packaging/packages/gjs] Pushed new tag 2-1.78.0-2

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 2-1.78.0-2 at Arch Linux / 
Packaging / Packages / gjs

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




[Git][archlinux/packaging/packages/js115][main] 115.3.1-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / js115


Commits:
a4577722 by Jan Alexander Steffens (heftig) at 2023-10-04T04:11:20+02:00
115.3.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,28 @@
+pkgbase = js115
+   pkgdesc = JavaScript interpreter and libraries - Version 115
+   pkgver = 115.3.1
+   pkgrel = 1
+   url = https://spidermonkey.dev/
+   arch = x86_64
+   license = MPL
+   checkdepends = git
+   checkdepends = mercurial
+   makedepends = autoconf2.13
+   makedepends = clang
+   makedepends = lld
+   makedepends = llvm
+   makedepends = python
+   makedepends = rust
+   makedepends = zip
+   depends = gcc-libs
+   depends = readline
+   depends = sh
+   depends = zlib
+   options = !lto
+   source = 
https://archive.mozilla.org/pub/firefox/releases/115.3.1esr/source/firefox-115.3.1esr.source.tar.xz
+   source = 
https://archive.mozilla.org/pub/firefox/releases/115.3.1esr/source/firefox-115.3.1esr.source.tar.xz.asc
+   validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
+   b2sums = 
ad5ec24361e94d9185eed210f681c50159f5be3e6046d79200b5e2586107f1ed98ebe7935f1e266afadd570fc1aa6a1aec81fe3b7fb86efb48afe82514f26c68
+   b2sums = SKIP
+
+pkgname = js115


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=js115
-pkgver=115.2.0
+pkgver=115.3.1
 pkgrel=1
 pkgdesc="JavaScript interpreter and libraries - Version 115"
 url="https://spidermonkey.dev/;
@@ -31,7 +31,7 @@ _relver=${pkgver}esr
 source=(
   
https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc}
 )
-b2sums=('3ed4a46c2179b0595ac5ee1619f965f2c84e5b4f900341a2b93fe5dda7c81acbdc878763c0432564dfd84d99776cc8defdbba4cb9a317be8c06b3b02f6ec867c'
+b2sums=('ad5ec24361e94d9185eed210f681c50159f5be3e6046d79200b5e2586107f1ed98ebe7935f1e266afadd570fc1aa6a1aec81fe3b7fb86efb48afe82514f26c68'
 'SKIP')
 validpgpkeys=(
   # Mozilla Software Releases 
@@ -117,7 +117,7 @@ END
 
   echo "Building optimized JS..."
   cat >.mozconfig ../mozconfig - 

[Git][archlinux/packaging/packages/js115] Pushed new tag 115.3.1-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 115.3.1-1 at Arch Linux / 
Packaging / Packages / js115

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




[Git][archlinux/packaging/packages/gnome-connections][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-connections


Commits:
0af31b8c by Jan Alexander Steffens (heftig) at 2023-10-04T04:08:05+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,30 @@
+pkgbase = gnome-connections
+   pkgdesc = Remote desktop client for the GNOME desktop environment
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://gitlab.gnome.org/GNOME/connections
+   arch = x86_64
+   groups = gnome
+   license = GPL3
+   makedepends = appstream-glib
+   makedepends = gobject-introspection
+   makedepends = itstool
+   makedepends = meson
+   makedepends = vala
+   depends = cairo
+   depends = dconf
+   depends = freerdp
+   depends = fuse3
+   depends = gdk-pixbuf2
+   depends = glib2
+   depends = glibc
+   depends = gtk3
+   depends = gtk-vnc
+   depends = hicolor-icon-theme
+   depends = libhandy
+   depends = libsecret
+   depends = libxml2
+   source = 
https://download.gnome.org/sources/gnome-connections/45/gnome-connections-45.0.tar.xz
+   sha256sums = 
b9fab525b90a3e27d113c16fb868c2b9c47bf8149310d14db862ea1912c06fb8
+
+pkgname = gnome-connections


=
PKGBUILD
=
@@ -2,18 +2,18 @@
 # Contributor: Fabian Bornschein 
 
 pkgname=gnome-connections
-pkgver=44.1
-pkgrel=2
+pkgver=45.0
+pkgrel=1
 pkgdesc='Remote desktop client for the GNOME desktop environment'
 arch=('x86_64')
 url='https://gitlab.gnome.org/GNOME/connections'
 license=('GPL3')
-depends=('cairo' 'dconf' 'freerdp' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 
'gtk-vnc'
- 'hicolor-icon-theme' 'libhandy' 'libsecret' 'libxml2')
+depends=('cairo' 'dconf' 'freerdp' 'fuse3' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+ 'gtk-vnc' 'hicolor-icon-theme' 'libhandy' 'libsecret' 'libxml2')
 makedepends=('appstream-glib' 'gobject-introspection' 'itstool' 'meson' 'vala')
 groups=('gnome')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('136a2d924b077d5cc4100c845826d471444230a16c8dac2732113680171a626b')
+sha256sums=('b9fab525b90a3e27d113c16fb868c2b9c47bf8149310d14db862ea1912c06fb8')
 
 build() {
   arch-meson $pkgname-$pkgver build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-connections/-/commit/0af31b8cb2b1748e154c8c0b296e50fa505d2fe8

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




[Git][archlinux/packaging/packages/gnome-connections] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-connections

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




[Git][archlinux/packaging/packages/d-spy] Pushed new tag 1.8.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1.8.0-1 at Arch Linux / 
Packaging / Packages / d-spy

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




[Git][archlinux/packaging/packages/d-spy][main] 1.8.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / d-spy


Commits:
cf5b0378 by Jan Alexander Steffens (heftig) at 2023-10-04T04:07:16+02:00
1.8.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = d-spy
+   pkgdesc = D-Bus debugger for GNOME
+   pkgver = 1.8.0
+   pkgrel = 1
+   url = https://gitlab.gnome.org/GNOME/d-spy
+   arch = x86_64
+   groups = gnome-extra
+   license = GPL3
+   license = LGPL3
+   makedepends = git
+   makedepends = meson
+   depends = gtk4
+   depends = libadwaita
+   provides = libdspy-1.so
+   source = 
git+https://gitlab.gnome.org/GNOME/d-spy.git#commit=406791d9ac384e446ae453a6046e272dfc7c4b4a
+   b2sums = SKIP
+
+pkgname = d-spy


=
PKGBUILD
=
@@ -1,8 +1,9 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=d-spy
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc="D-Bus debugger for GNOME"
 url="https://gitlab.gnome.org/GNOME/d-spy;
 arch=(x86_64)
@@ -20,7 +21,7 @@ makedepends=(
 )
 provides=(libdspy-1.so)
 groups=(gnome-extra)
-_commit=9268a01e3fcc7d15c617f4bb57f2fe213bb4d078  # tags/1.6.0^0
+_commit=406791d9ac384e446ae453a6046e272dfc7c4b4a  # tags/1.8.0^0
 source=("git+https://gitlab.gnome.org/GNOME/d-spy.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/d-spy/-/commit/cf5b03780523c913923522c831caa2d2e72ed43d

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




[Git][archlinux/packaging/packages/gnome-tour][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-tour


Commits:
4e487f31 by Jan Alexander Steffens (heftig) at 2023-10-04T03:44:37+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = gnome-tour
+   pkgdesc = Guided tour and greeter for GNOME
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://gitlab.gnome.org/GNOME/gnome-tour
+   arch = x86_64
+   groups = gnome
+   license = GPL3
+   makedepends = appstream-glib
+   makedepends = meson
+   makedepends = rust
+   depends = gcc-libs
+   depends = glib2
+   depends = glibc
+   depends = gtk4
+   depends = hicolor-icon-theme
+   depends = libadwaita
+   depends = pango
+   source = 
https://download.gnome.org/sources/gnome-tour/45/gnome-tour-45.0.tar.xz
+   sha256sums = 
5be4b8ef4b8f4d5ecaccc31048db6e085a8f7bffadaa0843b8e8a788ff1dadee
+
+pkgname = gnome-tour


=
PKGBUILD
=
@@ -2,17 +2,18 @@
 # Contributor: Fabian Bornschein 
 
 pkgname=gnome-tour
-pkgver=44.0
-pkgrel=2
+pkgver=45.0
+pkgrel=1
 pkgdesc='Guided tour and greeter for GNOME'
 arch=('x86_64')
 url='https://gitlab.gnome.org/GNOME/gnome-tour'
 license=('GPL3')
-depends=('gcc-libs' 'glib2' 'glibc' 'gtk4' 'hicolor-icon-theme' 'libadwaita')
+depends=('gcc-libs' 'glib2' 'glibc' 'gtk4' 'hicolor-icon-theme' 'libadwaita'
+ 'pango')
 makedepends=('appstream-glib' 'meson' 'rust')
 groups=('gnome')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('06de7677dd1c590d0ea33a032c9ccf4c37c62bc56215b823c879e42ee630c2b6')
+sha256sums=('5be4b8ef4b8f4d5ecaccc31048db6e085a8f7bffadaa0843b8e8a788ff1dadee')
 
 # Use LTO
 export CARGO_PROFILE_RELEASE_LTO=true CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-tour/-/commit/4e487f315eeb45e960de5916d87aaf0e1ba4fa67

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




[Git][archlinux/packaging/packages/gnome-tour] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-tour

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




[Git][archlinux/packaging/packages/libpeas][main] 1.36.0-4: add lua loader

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / libpeas


Commits:
1a56b09a by Jan Alexander Steffens (heftig) at 2023-10-04T03:43:22+02:00
1.36.0-4: add lua loader

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libpeas
pkgdesc = GObject Plugin System
pkgver = 1.36.0
-   pkgrel = 3
+   pkgrel = 4
url = https://wiki.gnome.org/Projects/Libpeas
arch = x86_64
license = LGPL
@@ -10,6 +10,8 @@ pkgbase = libpeas
makedepends = git
makedepends = glade
makedepends = gobject-introspection
+   makedepends = lua51-lgi
+   makedepends = luajit
makedepends = meson
makedepends = python-gobject
makedepends = vala
@@ -19,6 +21,7 @@ pkgbase = libpeas
b2sums = SKIP
 
 pkgname = libpeas
+   optdepends = lua51-lgi: Lua loader
optdepends = python-gobject: Python loader
provides = libpeas-1.0.so
provides = libpeas-gtk-1.0.so


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgname=(
   libpeas-docs
 )
 pkgver=1.36.0
-pkgrel=3
+pkgrel=4
 pkgdesc="GObject Plugin System"
 url="https://wiki.gnome.org/Projects/Libpeas;
 arch=(x86_64)
@@ -22,6 +22,8 @@ makedepends=(
   git
   glade
   gobject-introspection
+  lua51-lgi
+  luajit
   meson
   python-gobject
   vala
@@ -66,7 +68,10 @@ _pick() {
 }
 
 package_libpeas() {
-  optdepends=('python-gobject: Python loader')
+  optdepends=(
+'lua51-lgi: Lua loader'
+'python-gobject: Python loader'
+  )
   provides=(libpeas{,-gtk}-1.0.so)
 
   meson install -C build --destdir "$pkgdir"



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

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




[Git][archlinux/packaging/packages/libpeas] Pushed new tag 1.36.0-4

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1.36.0-4 at Arch Linux / 
Packaging / Packages / libpeas

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




[Git][archlinux/packaging/packages/lgi][main] 0.9.2-8: add lua51-lgi for libpeas-2

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / lgi


Commits:
211c5071 by Jan Alexander Steffens (heftig) at 2023-10-04T03:16:41+02:00
0.9.2-8: add lua51-lgi for libpeas-2

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,40 @@
+pkgbase = lgi
+   pkgdesc = Lua bindings for gnome/gobject using gobject-introspection 
library
+   pkgver = 0.9.2
+   pkgrel = 8
+   url = https://github.com/pavouk/lgi
+   arch = x86_64
+   license = MIT
+   makedepends = gobject-introspection
+   makedepends = lua
+   makedepends = lua51
+   makedepends = lua53
+   depends = glibc
+   depends = glib2
+   depends = libffi
+   depends = gobject-introspection-runtime
+   source = https://github.com/pavouk/lgi/archive/0.9.2/lgi-0.9.2.tar.gz
+   source = lgi-lua54.patch::https://github.com/pavouk/lgi/pull/249.patch
+   sha256sums = 
cfc4105482b4730b3a40097c9d9e7e35c46df2fb255370bdeb2f45a886548c4f
+   sha256sums = 
eaa5a39883bc76c77bea3fbf4ec0a8d60444bf78c6ff8e2096a550d30b986f29
+
+pkgname = lua-lgi
+   depends = glibc
+   depends = glib2
+   depends = libffi
+   depends = gobject-introspection-runtime
+   depends = lua
+
+pkgname = lua51-lgi
+   depends = glibc
+   depends = glib2
+   depends = libffi
+   depends = gobject-introspection-runtime
+   depends = lua51
+
+pkgname = lua53-lgi
+   depends = glibc
+   depends = glib2
+   depends = libffi
+   depends = gobject-introspection-runtime
+   depends = lua53


=
PKGBUILD
=
@@ -4,25 +4,29 @@
 # Contributor: Sébastien Luttringer
 
 pkgbase=lgi
-pkgname=(lua-lgi lua53-lgi)
+pkgname=(lua-lgi lua51-lgi lua53-lgi)
 pkgver=0.9.2
-pkgrel=7
+pkgrel=8
 pkgdesc='Lua bindings for gnome/gobject using gobject-introspection library'
 url="https://github.com/pavouk/$pkgbase;
 arch=(x86_64)
 license=(MIT)
 depends=(glibc glib2 libffi gobject-introspection-runtime)
-makedepends=(gobject-introspection lua lua53)
+makedepends=(gobject-introspection lua lua51 lua53)
 _archive="$pkgbase-$pkgver"
 source=("$url/archive/$pkgver/$_archive.tar.gz"
 "$pkgbase-lua54.patch::$url/pull/249.patch")
 sha256sums=('cfc4105482b4730b3a40097c9d9e7e35c46df2fb255370bdeb2f45a886548c4f'
-'44d472e96f3645dba786dc62f4a40fb352c6b6fe86d2be888ad181e887d98b31')
+'eaa5a39883bc76c77bea3fbf4ec0a8d60444bf78c6ff8e2096a550d30b986f29')
 
 prepare() {
cd "$_archive"
patch -p1 < ../${source[1]%::*}
+   cp -a lgi{,51}
cp -a lgi{,53}
+   sed -i Makefile \
+   -e '16{p;s/lgi/lgi51/};16i all51 :' \
+   -e '28{p;s/lgi/lgi51/};28i install51 :'
sed -i Makefile \
-e '16{p;s/lgi/lgi53/};16i all53 :' \
-e '28{p;s/lgi/lgi53/};28i install53 :'
@@ -31,6 +35,7 @@ prepare() {
 build() {
cd "$_archive"
CFLAGS="$CFLAGS -I/usr/include" make all
+   CFLAGS="$CFLAGS -I/usr/include/lua5.1" make all51
CFLAGS="$CFLAGS -I/usr/include/lua5.3" make all53
 }
 
@@ -54,6 +59,20 @@ package_lua-lgi() {
install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
 }
 
+package_lua51-lgi() {
+   depends+=(lua51)
+   cd "$_archive"
+   make \
+   LUA_LIBDIR=/usr/lib/lua/5.1 \
+   LUA_SHAREDIR=/usr/share/lua/5.1 \
+   DESTDIR="$pkgdir/" install51
+   # install -Dm0755 tools/dump-typelib.lua "$pkgdir/usr/bin/dump-typelib"
+   install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md docs/*
+   install -Dm0644 -t "$pkgdir/usr/share/$pkgname/samples/" samples/*.lua
+   install -Dm0644 -t "$pkgdir/usr/share/$pkgname/samples/gtk-demo/" 
samples/gtk-demo/*
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}
+
 package_lua53-lgi() {
depends+=(lua53)
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lgi/-/commit/211c5071e43eff8372fda55bff3e2b67417efa31

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




[Git][archlinux/packaging/packages/lgi] Pushed new tag 0.9.2-8

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 0.9.2-8 at Arch Linux / 
Packaging / Packages / lgi

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




[Git][archlinux/packaging/packages/lib32-pango] Pushed new tag 1-1.51.1-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-1.51.1-1 at Arch Linux / 
Packaging / Packages / lib32-pango

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




[Git][archlinux/packaging/packages/lib32-pango][main] 1.51.1-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / lib32-pango


Commits:
a51d3d64 by Jan Alexander Steffens (heftig) at 2023-10-04T02:53:39+02:00
1.51.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = lib32-pango
+   pkgdesc = A library for layout and rendering of text (32-bit)
+   pkgver = 1.51.1
+   pkgrel = 1
+   epoch = 1
+   url = https://www.pango.org/
+   arch = x86_64
+   license = LGPL
+   makedepends = git
+   makedepends = meson
+   depends = lib32-cairo
+   depends = lib32-fribidi
+   depends = lib32-harfbuzz
+   depends = lib32-libthai
+   depends = lib32-libxft
+   depends = pango
+   source = 
git+https://gitlab.gnome.org/GNOME/pango.git#commit=dfdbb8b55effc0feb72a1981944acaf20ee71354
+   b2sums = SKIP
+
+pkgname = lib32-pango
+   provides = libpango-1.0.so
+   provides = libpangocairo-1.0.so
+   provides = libpangoft2-1.0.so
+   provides = libpangoxft-1.0.so


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgbase=lib32-pango
 pkgname=(
   lib32-pango
 )
-pkgver=1.50.14
+pkgver=1.51.1
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text (32-bit)"
@@ -26,7 +26,7 @@ makedepends=(
   git
   meson
 )
-_commit=25c27f452294f84044d5cc9f23b637193c7b4421  # tags/1.50.14^0
+_commit=dfdbb8b55effc0feb72a1981944acaf20ee71354  # tags/1.51.1^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-pango/-/commit/a51d3d643e4beb720d66b90cf49ca34f5b831bbd

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




[Git][archlinux/packaging/packages/pango][main] 1.51.1-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / pango


Commits:
7d947338 by Jan Alexander Steffens (heftig) at 2023-10-04T02:54:44+02:00
1.51.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,30 @@
+pkgbase = pango
+   pkgdesc = A library for layout and rendering of text
+   pkgver = 1.51.1
+   pkgrel = 1
+   epoch = 1
+   url = https://www.pango.org/
+   arch = x86_64
+   license = LGPL
+   makedepends = gi-docgen
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = help2man
+   makedepends = meson
+   depends = cairo
+   depends = fribidi
+   depends = harfbuzz
+   depends = libthai
+   depends = libxft
+   source = 
git+https://gitlab.gnome.org/GNOME/pango.git#commit=dfdbb8b55effc0feb72a1981944acaf20ee71354
+   b2sums = SKIP
+
+pkgname = pango
+   provides = libpango-1.0.so
+   provides = libpangocairo-1.0.so
+   provides = libpangoft2-1.0.so
+   provides = libpangoxft-1.0.so
+
+pkgname = pango-docs
+   pkgdesc = A library for layout and rendering of text (documentation)
+   depends = 


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=(
   pango
   pango-docs
 )
-pkgver=1.50.14
+pkgver=1.51.1
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text"
@@ -27,7 +27,7 @@ makedepends=(
   help2man
   meson
 )
-_commit=25c27f452294f84044d5cc9f23b637193c7b4421  # tags/1.50.14^0
+_commit=dfdbb8b55effc0feb72a1981944acaf20ee71354  # tags/1.51.1^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
 b2sums=('SKIP')
 



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

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




[Git][archlinux/packaging/packages/pango] Pushed new tag 1-1.51.1-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-1.51.1-1 at Arch Linux / 
Packaging / Packages / pango

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




[Git][archlinux/packaging/packages/gnome-initial-setup][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-initial-setup


Commits:
5eef60f8 by Jan Alexander Steffens (heftig) at 2023-10-04T02:49:43+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,47 @@
+pkgbase = gnome-initial-setup
+   pkgdesc = Helps you to set up your OS when you boot for the first time
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://gitlab.gnome.org/GNOME/gnome-initial-setup
+   arch = x86_64
+   license = GPL
+   makedepends = meson
+   depends = accountsservice
+   depends = cairo
+   depends = fontconfig
+   depends = gcc-libs
+   depends = gdk-pixbuf2
+   depends = gdm
+   depends = geoclue
+   depends = geocode-glib-2
+   depends = glib2
+   depends = glibc
+   depends = gnome-desktop-4
+   depends = gnome-control-center
+   depends = gnome-keyring
+   depends = gnome-online-accounts
+   depends = gsettings-desktop-schemas
+   depends = gtk3
+   depends = gtk4
+   depends = json-glib
+   depends = krb5
+   depends = libadwaita
+   depends = libgdm
+   depends = libgnomekbd
+   depends = libgoa
+   depends = libgweather-4
+   depends = libibus
+   depends = libmalcontent
+   depends = libnm
+   depends = libnma-gtk4
+   depends = libpwquality
+   depends = librest
+   depends = libsecret
+   depends = malcontent
+   depends = pango
+   depends = polkit
+   depends = webkitgtk-6.0
+   source = 
https://download.gnome.org/sources/gnome-initial-setup/45/gnome-initial-setup-45.0.tar.xz
+   sha256sums = 
b1afe764798f8948bedb95c7ab31bd78529ac5cb481c41f7af264de54bd8
+
+pkgname = gnome-initial-setup


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Fabian Bornschein 
 
 pkgname=gnome-initial-setup
-pkgver=44.0
-pkgrel=2
+pkgver=45.0
+pkgrel=1
 pkgdesc='Helps you to set up your OS when you boot for the first time'
 arch=('x86_64')
 url='https://gitlab.gnome.org/GNOME/gnome-initial-setup'
@@ -16,13 +16,17 @@ depends=('accountsservice' 'cairo' 'fontconfig' 'gcc-libs' 
'gdk-pixbuf2' 'gdm' '
  'webkitgtk-6.0')
 makedepends=('meson')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('593cfc6dc8f82a98671b94c035b97dbe88ef56e708780b2ad1d2324e4d04bbff')
+sha256sums=('b1afe764798f8948bedb95c7ab31bd78529ac5cb481c41f7af264de54bd8')
 
 build() {
   arch-meson $pkgname-$pkgver build
   meson compile -C build
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
   meson install -C build --destdir "$pkgdir"
   install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-initial-setup/-/commit/5eef60f84bafc7e29f4dbf222ceaeca07c22140a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-initial-setup/-/commit/5eef60f84bafc7e29f4dbf222ceaeca07c22140a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-initial-setup] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-initial-setup

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




[Git][archlinux/packaging/packages/gnome-boxes] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-boxes

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




[Git][archlinux/packaging/packages/gnome-boxes][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-boxes


Commits:
9bbf7a81 by Jan Alexander Steffens (heftig) at 2023-10-04T02:48:13+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,41 @@
+pkgbase = gnome-boxes
+   pkgdesc = Simple GNOME application to access virtual systems
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/Boxes
+   arch = x86_64
+   groups = gnome-extra
+   license = LGPL
+   makedepends = appstream-glib
+   makedepends = gobject-introspection
+   makedepends = meson
+   makedepends = spice-protocol
+   makedepends = vala
+   makedepends = yelp-tools
+   depends = cairo
+   depends = cdrtools
+   depends = dconf
+   depends = edk2-ovmf
+   depends = gdk-pixbuf2
+   depends = glib2
+   depends = gtk3
+   depends = hicolor-icon-theme
+   depends = libarchive
+   depends = libgudev
+   depends = libhandy
+   depends = libosinfo
+   depends = libsecret
+   depends = libsoup3
+   depends = libusb
+   depends = libvirt-glib
+   depends = libxml2
+   depends = mtools
+   depends = qemu-desktop
+   depends = spice-gtk
+   depends = tracker3
+   depends = webkit2gtk-4.1
+   depends = xdg-user-dirs
+   source = 
https://download.gnome.org/sources/gnome-boxes/45/gnome-boxes-45.0.tar.xz
+   sha256sums = 
cc63080eefa147a8472ab1a5ff087b97a27ab723a4ee005ed41e8c9dd7798e41
+
+pkgname = gnome-boxes


=
PKGBUILD
=
@@ -3,22 +3,30 @@
 # Contributor: Stefano Facchini 
 
 pkgname=gnome-boxes
-pkgver=44.3
+pkgver=45.0
 pkgrel=1
 pkgdesc='Simple GNOME application to access virtual systems'
 arch=('x86_64')
 url='https://wiki.gnome.org/Apps/Boxes'
 license=('LGPL')
 depends=(
+  'cairo'
   'cdrtools'
+  'dconf'
   'edk2-ovmf'
+  'gdk-pixbuf2'
+  'glib2'
+  'gtk3'
+  'hicolor-icon-theme'
   'libarchive'
   'libgudev'
   'libhandy'
   'libosinfo'
   'libsecret'
   'libsoup3'
+  'libusb'
   'libvirt-glib'
+  'libxml2'
   'mtools'
   'qemu-desktop'
   'spice-gtk'
@@ -36,7 +44,7 @@ makedepends=(
 )
 groups=('gnome-extra')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('648a41b8e0c875f04e3a787ea67036bc921e858a36e6343a43db7242ee73e171')
+sha256sums=('cc63080eefa147a8472ab1a5ff087b97a27ab723a4ee005ed41e8c9dd7798e41')
 
 build() {
   arch-meson $pkgname-$pkgver build



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

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




[Git][archlinux/packaging/packages/gnome-remote-desktop] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-remote-desktop

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




[Git][archlinux/packaging/packages/xdg-desktop-portal-gnome] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / xdg-desktop-portal-gnome

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-gnome/-/tree/45.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xdg-desktop-portal-gnome][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / xdg-desktop-portal-gnome


Commits:
f4023fff by Jan Alexander Steffens (heftig) at 2023-10-04T01:52:43+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,30 @@
+pkgbase = xdg-desktop-portal-gnome
+   pkgdesc = A backend implementation for xdg-desktop-portal for the GNOME 
desktop environment
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome
+   arch = x86_64
+   groups = gnome
+   license = LGPL
+   makedepends = git
+   makedepends = meson
+   depends = cairo
+   depends = fontconfig
+   depends = gdk-pixbuf2
+   depends = glib2
+   depends = gnome-desktop-4
+   depends = gnome-keyring
+   depends = gtk4
+   depends = libadwaita
+   depends = libx11
+   depends = wayland
+   depends = xdg-desktop-portal
+   depends = xdg-desktop-portal-gtk>=1.10.0-2
+   optdepends = evince: Print previews
+   provides = xdg-desktop-portal-impl
+   conflicts = xdg-desktop-portal-gtk<1.10.0-2
+   replaces = xdg-desktop-portal-gtk<1.10.0-2
+   source = 
git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#commit=3890604cd5e5a0054ed166c37746b75f215778f0
+   b2sums = SKIP
+
+pkgname = xdg-desktop-portal-gnome


=
PKGBUILD
=
@@ -1,16 +1,24 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=xdg-desktop-portal-gnome
-pkgver=44.2
-pkgrel=2
+pkgver=45.0
+pkgrel=1
 pkgdesc="A backend implementation for xdg-desktop-portal for the GNOME desktop 
environment"
 url="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome;
 arch=(x86_64)
 license=(LGPL)
 depends=(
+  cairo
+  fontconfig
+  gdk-pixbuf2
+  glib2
   gnome-desktop-4
   gnome-keyring
+  gtk4
   libadwaita
+  libx11
+  wayland
   xdg-desktop-portal
   'xdg-desktop-portal-gtk>=1.10.0-2'
 )
@@ -23,7 +31,7 @@ provides=(xdg-desktop-portal-impl)
 conflicts=('xdg-desktop-portal-gtk<1.10.0-2')
 replaces=('xdg-desktop-portal-gtk<1.10.0-2')
 groups=(gnome)
-_commit=68a15e19f23aeb1421f4186c4b993a6532ee366b  # tags/44.2^0
+_commit=3890604cd5e5a0054ed166c37746b75f215778f0  # tags/45.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-gnome/-/commit/f4023fffc4dc57bc22a589650016d6b1923e2ae6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-gnome/-/commit/f4023fffc4dc57bc22a589650016d6b1923e2ae6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sushi][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / sushi


Commits:
358081b5 by Jan Alexander Steffens (heftig) at 2023-10-04T01:49:26+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = sushi
+   pkgdesc = A quick previewer for Nautilus
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://gitlab.gnome.org/GNOME/sushi
+   arch = x86_64
+   groups = gnome
+   license = GPL2
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = meson
+   depends = evince
+   depends = gjs
+   depends = gst-plugin-gtk
+   depends = gst-plugins-base-libs
+   depends = gtk3
+   depends = gtksourceview4
+   depends = libsoup3
+   depends = webkit2gtk-4.1
+   optdepends = libreoffice: OpenDocument formats
+   source = 
git+https://gitlab.gnome.org/GNOME/sushi.git#commit=ecab9e67f8c079303d88e7db4325755de1286b64
+   b2sums = SKIP
+
+pkgname = sushi


=
PKGBUILD
=
@@ -1,8 +1,9 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=sushi
-pkgver=44.2
+pkgver=45.0
 pkgrel=1
 pkgdesc="A quick previewer for Nautilus"
 url="https://gitlab.gnome.org/GNOME/sushi;
@@ -25,7 +26,7 @@ makedepends=(
 )
 optdepends=('libreoffice: OpenDocument formats')
 groups=(gnome)
-_commit=ecb7840a0845b2b40db9cdadb071ab3a061ec127  # tags/44.2^0
+_commit=ecab9e67f8c079303d88e7db4325755de1286b64  # tags/45.0^0
 source=("git+https://gitlab.gnome.org/GNOME/sushi.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sushi/-/commit/358081b57e0fd6b95efb513c24077a27b90bfbb3

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




[Git][archlinux/packaging/packages/sushi] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / sushi

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




[Git][archlinux/packaging/packages/gnome-user-docs][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-user-docs


Commits:
a3a4e223 by Jan Alexander Steffens (heftig) at 2023-10-04T01:47:55+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = gnome-user-docs
+   pkgdesc = User documentation for GNOME
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://gitlab.gnome.org/GNOME/gnome-user-docs
+   arch = any
+   groups = gnome
+   license = FDL
+   makedepends = git
+   makedepends = yelp-tools
+   depends = yelp
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=212a046dfa72da0c9aa8b200264e40b0aaf421fa
+   b2sums = SKIP
+
+pkgname = gnome-user-docs


=
PKGBUILD
=
@@ -1,8 +1,9 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=gnome-user-docs
-pkgver=44.5
+pkgver=45.0
 pkgrel=1
 pkgdesc="User documentation for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-user-docs;
@@ -14,7 +15,7 @@ makedepends=(
   yelp-tools
 )
 groups=(gnome)
-_commit=451f2b5ccb0a3c0507fe66582caf20a253f66c3d  # tags/44.5^0
+_commit=212a046dfa72da0c9aa8b200264e40b0aaf421fa  # tags/45.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-user-docs/-/commit/a3a4e223509ab07842df62bcc63a8eaa5e5d8703

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




[Git][archlinux/packaging/packages/gnome-user-docs] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-user-docs

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




[Git][archlinux/packaging/packages/polari][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / polari


Commits:
fc357a70 by Jan Alexander Steffens (heftig) at 2023-10-04T01:46:24+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,26 @@
+pkgbase = polari
+   pkgdesc = An IRC Client for GNOME
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/Polari
+   arch = x86_64
+   groups = gnome-extra
+   license = GPL
+   makedepends = appstream-glib
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = meson
+   makedepends = yelp-tools
+   depends = gjs
+   depends = gnome-keyring
+   depends = gtk4
+   depends = libadwaita
+   depends = libsoup3
+   depends = telepathy-glib
+   depends = telepathy-idle
+   depends = telepathy-logger
+   depends = telepathy-mission-control
+   source = 
git+https://gitlab.gnome.org/GNOME/polari.git#commit=9ea71de3d20fdc96e76bb55362418b9118e7cf07
+   b2sums = SKIP
+
+pkgname = polari


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=polari
-pkgver=43.0
-pkgrel=3
+pkgver=45.0
+pkgrel=1
 pkgdesc="An IRC Client for GNOME"
 url="https://wiki.gnome.org/Apps/Polari;
 arch=(x86_64)
@@ -26,7 +26,7 @@ makedepends=(
   yelp-tools
 )
 groups=(gnome-extra)
-_commit=0cf049c1c5704cf5fa0a4b80194860e2c4e433a9  # tags/43.0^0
+_commit=9ea71de3d20fdc96e76bb55362418b9118e7cf07  # tags/45.0^0
 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/polari/-/commit/fc357a70baed242e05407faef70c96167928bcdb

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




[Git][archlinux/packaging/packages/polari] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / polari

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




[Git][archlinux/packaging/packages/gpaste] Pushed new tag 45-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45-1 at Arch Linux / Packaging / 
Packages / gpaste

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




[Git][archlinux/packaging/packages/gpaste][main] 45-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gpaste


Commits:
7286fbb5 by Jan Alexander Steffens (heftig) at 2023-10-04T01:46:02+02:00
45-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = gpaste
+   pkgdesc = Clipboard management system
+   pkgver = 45
+   pkgrel = 1
+   url = https://www.imagination-land.org/tags/GPaste.html
+   arch = x86_64
+   license = BSD
+   makedepends = git
+   makedepends = gnome-control-center
+   makedepends = gnome-shell
+   makedepends = gobject-introspection
+   makedepends = meson
+   makedepends = vala
+   depends = gcr-4
+   depends = gtk3
+   depends = gtk4
+   depends = libadwaita
+   optdepends = wgetpaste: Upload clipboard contents
+   source = 
git+https://github.com/keruspe/gpaste#commit=37f3712287e4d2dcfc61eb38949384d061b76514
+   b2sums = SKIP
+
+pkgname = gpaste


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gpaste
-pkgver=44.1
+pkgver=45
 pkgrel=1
 pkgdesc="Clipboard management system"
 url="https://www.imagination-land.org/tags/GPaste.html;
@@ -22,7 +22,7 @@ makedepends=(
   vala
 )
 optdepends=("wgetpaste: Upload clipboard contents")
-_commit=3ada4d20320adf3c20d4636bcc19b2ef564d151c  # tags/v44.1^0
+_commit=37f3712287e4d2dcfc61eb38949384d061b76514  # tags/v45^0
 source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gpaste/-/commit/7286fbb55918d5b9d2f41259c5378ac00f95f48a

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




[Git][archlinux/packaging/packages/gnote] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnote

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




[Git][archlinux/packaging/packages/gnome-weather][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-weather


Commits:
dc0dfa83 by Jan Alexander Steffens (heftig) at 2023-10-04T01:43:04+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = gnome-weather
+   pkgdesc = Access current weather conditions and forecasts
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/Weather
+   arch = any
+   groups = gnome
+   license = GPL
+   makedepends = appstream-glib
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = meson
+   depends = geoclue
+   depends = gjs
+   depends = gtk4
+   depends = libadwaita
+   depends = libgweather-4
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=15ee3492b8e8c20cf1e63d7cbe962571ea98d0ca
+   b2sums = SKIP
+
+pkgname = gnome-weather


=
PKGBUILD
=
@@ -1,7 +1,8 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-weather
-pkgver=44.0
+pkgver=45.0
 pkgrel=1
 pkgdesc="Access current weather conditions and forecasts"
 url="https://wiki.gnome.org/Apps/Weather;
@@ -21,7 +22,7 @@ makedepends=(
   meson
 )
 groups=(gnome)
-_commit=120d816ee05a466555a63eb0cad762b960e8f425  # tags/44.0^0
+_commit=15ee3492b8e8c20cf1e63d7cbe962571ea98d0ca  # tags/45.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;)
 b2sums=('SKIP')
 



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

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




[Git][archlinux/packaging/packages/gnome-weather] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-weather

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




[Git][archlinux/packaging/packages/gnome-usage][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-usage


Commits:
44b574dc by Jan Alexander Steffens (heftig) at 2023-10-04T01:40:15+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,25 @@
+pkgbase = gnome-usage
+   pkgdesc = View information about use of system resources
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/Usage
+   arch = x86_64
+   license = GPL3
+   makedepends = accountsservice
+   makedepends = gamemode
+   makedepends = git
+   makedepends = meson
+   makedepends = vala
+   depends = glib2
+   depends = gtk4
+   depends = libadwaita
+   depends = libgee
+   depends = libgtop
+   depends = tracker3
+   depends = xdg-user-dirs
+   optdepends = accountsservice: show user tags for processes
+   optdepends = gamemode: show processes requesting game mode
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=3e3fb2ac7108a2fc54efd983080e34fc5964a742
+   b2sums = SKIP
+
+pkgname = gnome-usage


=
PKGBUILD
=
@@ -2,17 +2,18 @@
 # Contributor: Balló György 
 
 pkgname=gnome-usage
-pkgver=3.38.1
-pkgrel=2
-pkgdesc="GNOME application to view information about use of system resources"
+pkgver=45.0
+pkgrel=1
+pkgdesc="View information about use of system resources"
 url="https://wiki.gnome.org/Apps/Usage;
 arch=(x86_64)
 license=(GPL3)
 depends=(
-  gtk3
-  libdazzle
+  glib2
+  gtk4
+  libadwaita
+  libgee
   libgtop
-  libhandy
   tracker3
   xdg-user-dirs
 )
@@ -27,7 +28,7 @@ optdepends=(
   'accountsservice: show user tags for processes'
   'gamemode: show processes requesting game mode'
 )
-_commit=4745bb5e8f2a44a35cb410020dcf6e54e73bd6e1  # tags/3.38.1^0
+_commit=3e3fb2ac7108a2fc54efd983080e34fc5964a742  # tags/45.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-usage/-/commit/44b574dcde5d79838d74eeaa0a6ceaa14c577d81

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




[Git][archlinux/packaging/packages/gnome-usage] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-usage

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




[Git][archlinux/packaging/packages/gnome-terminal] Pushed new tag 3.50.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 3.50.0-1 at Arch Linux / 
Packaging / Packages / gnome-terminal

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




[Git][archlinux/packaging/packages/gnome-terminal][main] 3.50.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-terminal


Commits:
b919bf70 by Jan Alexander Steffens (heftig) at 2023-10-04T01:38:48+02:00
3.50.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = gnome-terminal
+   pkgdesc = The GNOME Terminal Emulator
+   pkgver = 3.50.0
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/Terminal
+   arch = x86_64
+   groups = gnome-extra
+   license = GPL
+   makedepends = docbook-xsl
+   makedepends = git
+   makedepends = gnome-shell
+   makedepends = libnautilus-extension
+   makedepends = meson
+   makedepends = yelp-tools
+   depends = gsettings-desktop-schemas
+   depends = libhandy
+   depends = vte3
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=f474a6fc149feabbb7e8e4d9587233e258bcc76f
+   b2sums = SKIP
+
+pkgname = gnome-terminal


=
PKGBUILD
=
@@ -1,8 +1,9 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=3.48.2
+pkgver=3.50.0
 pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
 url="https://wiki.gnome.org/Apps/Terminal;
@@ -10,6 +11,7 @@ arch=(x86_64)
 license=(GPL)
 depends=(
   gsettings-desktop-schemas
+  libhandy
   vte3
 )
 makedepends=(
@@ -21,7 +23,7 @@ makedepends=(
   yelp-tools
 )
 groups=(gnome-extra)
-_commit=34572eea23a99f1572808d7d2b42af4c8b8b396c  # tags/3.48.2^0
+_commit=f474a6fc149feabbb7e8e4d9587233e258bcc76f  # tags/3.50.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;)
 b2sums=('SKIP')
 



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

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




[Git][archlinux/packaging/packages/gnome-tweaks][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-tweaks


Commits:
1b474ab9 by Jan Alexander Steffens (heftig) at 2023-10-04T01:33:29+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = gnome-tweaks
+   pkgdesc = Graphical interface for advanced GNOME 3 settings (Tweak Tool)
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/Tweaks
+   arch = any
+   groups = gnome-extra
+   license = GPL
+   makedepends = git
+   makedepends = meson
+   depends = gnome-settings-daemon
+   depends = libhandy
+   depends = python-gobject
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=c86eaca0e9eeb6052006761a73176302e099f96f
+   b2sums = SKIP
+
+pkgname = gnome-tweaks


=
PKGBUILD
=
@@ -2,25 +2,29 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-tweaks
-pkgver=42beta+r14+g2d9d76c
-pkgrel=3
+pkgver=45.0
+pkgrel=1
 pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
 url="https://wiki.gnome.org/Apps/Tweaks;
 arch=(any)
 license=(GPL)
-depends=(gnome-settings-daemon python-gobject libhandy)
-makedepends=(git meson)
-provides=("gnome-tweak-tool=$pkgver")
-conflicts=(gnome-tweak-tool)
-replaces=(gnome-tweak-tool)
+depends=(
+  gnome-settings-daemon
+  libhandy
+  python-gobject
+)
+makedepends=(
+  git
+  meson
+)
 groups=(gnome-extra)
-_commit=2d9d76c614ba3f6464855aeb4193b100df66d95c  # master
+_commit=c86eaca0e9eeb6052006761a73176302e099f96f  # tags/45.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit;)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/\.beta/beta/;s/[^-]*-g/r&/;s/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
@@ -39,3 +43,5 @@ check() {
 package() {
   meson install -C build --destdir "$pkgdir"
 }
+
+# vim:set sw=2 sts=-1 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-tweaks/-/commit/1b474ab96585a597cfbb921ced06b0665a9c9ddc

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




[Git][archlinux/packaging/packages/gnome-tweaks] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-tweaks

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




[Git][archlinux/packaging/packages/nautilus] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / nautilus

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




[Git][archlinux/packaging/packages/gnome-text-editor][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-text-editor


Commits:
8e9c2cae by Jan Alexander Steffens (heftig) at 2023-10-04T01:27:34+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,27 @@
+pkgbase = gnome-text-editor
+   pkgdesc = A simple text editor for the GNOME desktop
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://gitlab.gnome.org/GNOME/gnome-text-editor
+   arch = x86_64
+   groups = gnome
+   license = GPL3
+   makedepends = appstream-glib
+   makedepends = git
+   makedepends = meson
+   makedepends = yelp-tools
+   depends = cairo
+   depends = dconf
+   depends = editorconfig-core-c
+   depends = enchant
+   depends = glib2
+   depends = gtk4
+   depends = gtksourceview5
+   depends = hicolor-icon-theme
+   depends = icu
+   depends = libadwaita
+   depends = pango
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-text-editor.git#commit=08b20c3c1ffef96f67f5414661d86686634c9a0a
+   b2sums = SKIP
+
+pkgname = gnome-text-editor


=
PKGBUILD
=
@@ -1,19 +1,25 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Fabian Bornschein 
 
 pkgname=gnome-text-editor
-pkgver=44.0
-pkgrel=2
+pkgver=45.0
+pkgrel=1
 pkgdesc="A simple text editor for the GNOME desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-text-editor;
 arch=(x86_64)
 license=(GPL3)
 depends=(
+  cairo
+  dconf
   editorconfig-core-c
   enchant
   glib2
+  gtk4
   gtksourceview5
+  hicolor-icon-theme
+  icu
   libadwaita
+  pango
 )
 makedepends=(
   appstream-glib
@@ -22,7 +28,7 @@ makedepends=(
   yelp-tools
 )
 groups=(gnome)
-_commit=2ed7d45ff481f5d0a2cda54e0ec75ce5a823f40e  # tags/44.0^0
+_commit=08b20c3c1ffef96f67f5414661d86686634c9a0a  # tags/45.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-text-editor.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-text-editor/-/commit/8e9c2cae31e5d8d99ab5e7a635943e2214c2ba60

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-text-editor/-/commit/8e9c2cae31e5d8d99ab5e7a635943e2214c2ba60
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-text-editor] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-text-editor

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




[Git][archlinux/packaging/packages/gnome-system-monitor] Pushed new tag 45.0.2-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0.2-1 at Arch Linux / 
Packaging / Packages / gnome-system-monitor

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




[Git][archlinux/packaging/packages/gnome-system-monitor][main] 45.0.2-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-system-monitor


Commits:
df7e44ed by Jan Alexander Steffens (heftig) at 2023-10-04T01:22:45+02:00
45.0.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,31 @@
+pkgbase = gnome-system-monitor
+   pkgdesc = View current processes and monitor system state
+   pkgver = 45.0.2
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/SystemMonitor
+   arch = x86_64
+   groups = gnome
+   license = GPL
+   makedepends = appstream-glib
+   makedepends = git
+   makedepends = meson
+   makedepends = yelp-tools
+   depends = cairo
+   depends = dconf
+   depends = gdk-pixbuf2
+   depends = glib2
+   depends = glibmm
+   depends = gtk3
+   depends = gtkmm3
+   depends = hicolor-icon-theme
+   depends = libgtop
+   depends = libhandy
+   depends = librsvg
+   depends = libsigc++
+   depends = pango
+   depends = polkit
+   depends = systemd
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=e74545dbdebd8e591c1679181c5ff3d53c53386e
+   b2sums = SKIP
+
+pkgname = gnome-system-monitor


=
PKGBUILD
=
@@ -1,18 +1,28 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-system-monitor
-pkgver=44.0
+pkgver=45.0.2
 pkgrel=1
 pkgdesc="View current processes and monitor system state"
 url="https://wiki.gnome.org/Apps/SystemMonitor;
 arch=(x86_64)
 license=(GPL)
 depends=(
+  cairo
+  dconf
+  gdk-pixbuf2
+  glib2
+  glibmm
+  gtk3
   gtkmm3
+  hicolor-icon-theme
   libgtop
   libhandy
   librsvg
+  libsigc++
+  pango
   polkit
   systemd
 )
@@ -23,7 +33,7 @@ makedepends=(
   yelp-tools
 )
 groups=(gnome)
-_commit=e75e0f8b3162daa1f4e4531bc717b092c164  # tags/44.0^0
+_commit=e74545dbdebd8e591c1679181c5ff3d53c53386e  # tags/45.0.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-system-monitor/-/commit/df7e44edced7e3b12bce4a0f2dd609cba35207fd

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




[Git][archlinux/packaging/packages/gnome-software][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-software


Commits:
f5f70e94 by Jan Alexander Steffens (heftig) at 2023-10-04T01:21:42+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,34 @@
+pkgbase = gnome-software
+   pkgdesc = GNOME Software Tools
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/Software/
+   arch = x86_64
+   groups = gnome
+   license = GPL
+   makedepends = docbook-xsl
+   makedepends = flatpak
+   makedepends = fwupd
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = gtk-doc
+   makedepends = libglib-testing
+   makedepends = malcontent
+   makedepends = meson
+   depends = appstream
+   depends = gsettings-desktop-schemas
+   depends = gtk4
+   depends = libadwaita
+   depends = libsoup3
+   depends = libsysprof-capture
+   depends = libxmlb
+   depends = polkit
+   optdepends = flatpak: Flatpak support plugin
+   optdepends = fwupd: fwupd support plugin
+   optdepends = malcontent: Parental control plugin
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=9053cd42537ce9e3ae163328cdcc4db1f8b368ac
+   source = git+https://gitlab.gnome.org/mwleeds/gnome-pwa-list.git
+   b2sums = SKIP
+   b2sums = SKIP
+
+pkgname = gnome-software


=
PKGBUILD
=
@@ -1,10 +1,11 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Fabian Bornschein 
 # Contributor: Jan de Groot 
 # Contributor: Yosef Or Boczko 
 
 pkgname=gnome-software
-pkgver=44.5
+pkgver=45.0
 pkgrel=1
 pkgdesc="GNOME Software Tools"
 url="https://wiki.gnome.org/Apps/Software/;
@@ -37,7 +38,7 @@ optdepends=(
   'malcontent: Parental control plugin'
 )
 groups=(gnome)
-_commit=46a31b1d2f11665178fb41f014792e5899aea3ee  # tags/44.5^0
+_commit=9053cd42537ce9e3ae163328cdcc4db1f8b368ac  # tags/45.0^0
 source=(
   "git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;
   "git+https://gitlab.gnome.org/mwleeds/gnome-pwa-list.git;



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

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




[Git][archlinux/packaging/packages/gnome-software] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-software

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




[Git][archlinux/packaging/packages/gnome-sudoku][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-sudoku


Commits:
ac97d64c by Jan Alexander Steffens (heftig) at 2023-10-04T01:21:32+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = gnome-sudoku
+   pkgdesc = Test your logic skills in this number grid puzzle
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/Sudoku
+   arch = x86_64
+   groups = gnome-extra
+   license = GPL
+   makedepends = git
+   makedepends = meson
+   makedepends = vala
+   makedepends = yelp-tools
+   depends = gtk4
+   depends = json-glib
+   depends = libadwaita
+   depends = libgee
+   depends = qqwing
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#commit=02e8d3fb81703fb7f368c52d0a4a5e7580fac7e6
+   b2sums = SKIP
+
+pkgname = gnome-sudoku


=
PKGBUILD
=
@@ -2,15 +2,16 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-sudoku
-pkgver=44.0
+pkgver=45.0
 pkgrel=1
 pkgdesc="Test your logic skills in this number grid puzzle"
 url="https://wiki.gnome.org/Apps/Sudoku;
 arch=(x86_64)
 license=(GPL)
 depends=(
-  gtk3
+  gtk4
   json-glib
+  libadwaita
   libgee
   qqwing
 )
@@ -21,7 +22,7 @@ makedepends=(
   yelp-tools
 )
 groups=(gnome-extra)
-_commit=d3c0b46822aba8b512dc389e321648d6833a2c9c  # tags/44.0^0
+_commit=02e8d3fb81703fb7f368c52d0a4a5e7580fac7e6  # tags/45.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#commit=$_commit;)
 b2sums=('SKIP')
 



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

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




[Git][archlinux/packaging/packages/gnome-sudoku] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-sudoku

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




[Git][archlinux/packaging/packages/malcontent][main] reformat

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / malcontent


Commits:
1908faf2 by Jan Alexander Steffens (heftig) at 2023-10-04T01:17:07+02:00
reformat

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,10 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=malcontent
-pkgname=(malcontent libmalcontent)
+pkgname=(
+  malcontent
+  libmalcontent
+)
 pkgver=0.11.1
 pkgrel=2
 pkgdesc="Parental control support for applications"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/malcontent/-/commit/1908faf2d5e1c03c108e8781d2171ad37714b1ce

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




[Git][archlinux/packaging/packages/gnome-shell-extensions][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-shell-extensions


Commits:
fbb671e4 by Jan Alexander Steffens (heftig) at 2023-10-04T01:16:34+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = gnome-shell-extensions
+   pkgdesc = Extensions for GNOME shell, including classic mode
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://wiki.gnome.org/Projects/GnomeShell/Extensions
+   arch = any
+   groups = gnome
+   license = GPL
+   makedepends = git
+   makedepends = meson
+   depends = gnome-shell
+   optdepends = gnome-menus: applications menu extension
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=ba5783ff8cf9a205874601f92932fd429ec9fb2f
+   b2sums = SKIP
+
+pkgname = gnome-shell-extensions


=
PKGBUILD
=
@@ -1,7 +1,8 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-shell-extensions
-pkgver=44.0
+pkgver=45.0
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
@@ -11,17 +12,14 @@ depends=(gnome-shell)
 makedepends=(
   git
   meson
-  sassc
 )
 optdepends=('gnome-menus: applications menu extension')
 groups=(gnome)
-_commit=58b4b3c8d6c48432c81c4070829b29db5950a9cb  # tags/44.0^0
+_commit=ba5783ff8cf9a205874601f92932fd429ec9fb2f  # tags/45.0^0
 source=(
   
"git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit;
-  "git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git;
 )
-sha256sums=('SKIP'
-'SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -30,10 +28,6 @@ pkgver() {
 
 prepare() {
   cd $pkgname
-
-  git submodule init
-  git submodule set-url data/gnome-shell-sass "$srcdir/gnome-shell-sass"
-  git -c protocol.file.allow=always submodule update
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extensions/-/commit/fbb671e4bd43fde8f06d2d55b23147807e80a2e5

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




[Git][archlinux/packaging/packages/gnome-shell-extensions] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-shell-extensions

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




[Git][archlinux/packaging/packages/libglib-testing][main] reformat

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / libglib-testing


Commits:
4634ad19 by Jan Alexander Steffens (heftig) at 2023-10-04T01:16:10+02:00
reformat

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,11 +7,18 @@ pkgdesc="Test harnesses and mock classes for GLib"
 url="https://gitlab.gnome.org/pwithnall/libglib-testing;
 license=(LGPL2.1)
 arch=(x86_64)
-depends=(glib2 dbus)
-makedepends=(git meson gtk-doc)
+depends=(
+  dbus
+  glib2
+)
+makedepends=(
+  git
+  gtk-doc
+  meson
+)
 _commit=e326f73a7139c5e54fcf926896ae6e4cc899a1a7  # tags/0.1.1^0
 
source=("git+https://gitlab.gnome.org/pwithnall/libglib-testing.git#commit=$_commit;)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -37,3 +44,5 @@ package() {
 
   meson install -C build --destdir "$pkgdir"
 }
+
+# vim:set sw=2 sts=-1 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libglib-testing/-/commit/4634ad19f526cc7fd39a0261c5baae31163eff88

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




[Git][archlinux/packaging/packages/gnome-music][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-music


Commits:
dc32b60f by Jan Alexander Steffens (heftig) at 2023-10-04T01:11:08+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,31 @@
+pkgbase = gnome-music
+   pkgdesc = Music player and management application
+   pkgver = 45.0
+   pkgrel = 1
+   epoch = 1
+   url = https://wiki.gnome.org/Apps/Music
+   arch = any
+   groups = gnome
+   license = GPL
+   makedepends = appstream-glib
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = meson
+   makedepends = yelp-tools
+   depends = grilo
+   depends = grilo-plugins
+   depends = gst-plugins-base
+   depends = gst-plugins-good
+   depends = gtk4
+   depends = libadwaita
+   depends = libmediaart
+   depends = python-cairo
+   depends = python-gobject
+   depends = tracker3-miners
+   optdepends = gst-libav: Extra media codecs
+   optdepends = gst-plugins-bad: Extra media codecs
+   optdepends = gst-plugins-ugly: Extra media codecs
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=2f34438a1609ccd51bc054c154e845627156689f
+   b2sums = SKIP
+
+pkgname = gnome-music


=
PKGBUILD
=
@@ -1,9 +1,10 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-music
-pkgver=44.0
-pkgrel=2
+pkgver=45.0
+pkgrel=1
 epoch=1
 pkgdesc="Music player and management application"
 url="https://wiki.gnome.org/Apps/Music;
@@ -34,7 +35,7 @@ optdepends=(
   'gst-plugins-ugly: Extra media codecs'
 )
 groups=(gnome)
-_commit=11fa1a75fc1377a4afdbffe60c8890fdfe713a3f  # tags/44.0^0
+_commit=2f34438a1609ccd51bc054c154e845627156689f  # tags/45.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;)
 b2sums=('SKIP')
 



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

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




[Git][archlinux/packaging/packages/gnome-music] Pushed new tag 1-45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-45.0-1 at Arch Linux / 
Packaging / Packages / gnome-music

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




[Git][archlinux/packaging/packages/libportal] Pushed new tag 0.7.1-2

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 0.7.1-2 at Arch Linux / 
Packaging / Packages / libportal

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




[Git][archlinux/packaging/packages/libportal][main] 0.7.1-2: add xdg-desktop-portal dep

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / libportal


Commits:
4dcb10d9 by Jan Alexander Steffens (heftig) at 2023-10-04T01:10:46+02:00
0.7.1-2: add xdg-desktop-portal dep

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libportal
pkgdesc = GIO-style async APIs for most Flatpak portals
pkgver = 0.7.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/flatpak/libportal
arch = x86_64
license = LGPL3
@@ -18,6 +18,7 @@ pkgbase = libportal
makedepends = qt5-base
makedepends = qt5-x11extras
makedepends = vala
+   makedepends = xdg-desktop-portal
source = 
git+https://github.com/flatpak/libportal#commit=e9ed3a50cdde321eaf42361212480a66eb94a57a
b2sums = SKIP
 
@@ -25,6 +26,7 @@ pkgname = libportal
depends = libglib-2.0.so
depends = libgobject-2.0.so
depends = libgio-2.0.so
+   depends = xdg-desktop-portal
provides = libportal.so
 
 pkgname = libportal-gtk3


=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgname=(
   libportal-docs
 )
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GIO-style async APIs for most Flatpak portals"
 url="https://github.com/flatpak/libportal;
 arch=(x86_64)
@@ -25,6 +25,7 @@ makedepends=(
   qt5-base
   qt5-x11extras
   vala
+  xdg-desktop-portal
 )
 checkdepends=(
   python-dbusmock
@@ -65,7 +66,10 @@ _pick() {
 }
 
 package_libportal() {
-  depends=(libg{lib,object,io}-2.0.so)
+  depends=(
+libg{lib,object,io}-2.0.so
+xdg-desktop-portal
+  )
   provides=(libportal.so)
 
   meson install -C build --destdir "$pkgdir"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libportal/-/commit/4dcb10d932f9219eb29b7b004df7f54a581a872e

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




[Git][archlinux/packaging/packages/gnome-maps][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-maps


Commits:
e36cd316 by Jan Alexander Steffens (heftig) at 2023-10-04T01:10:04+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,29 @@
+pkgbase = gnome-maps
+   pkgdesc = A simple GNOME 3 maps application
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/Maps
+   arch = x86_64
+   groups = gnome
+   license = GPL
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = meson
+   makedepends = yelp-tools
+   depends = dconf
+   depends = hicolor-icon-theme
+   depends = geoclue
+   depends = geocode-glib-2
+   depends = gjs
+   depends = glib2
+   depends = gtk4
+   depends = libadwaita
+   depends = libgweather-4
+   depends = libportal
+   depends = librest
+   depends = libshumate
+   depends = libxml2
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=9ba1c9ab31037402bfa8d58954f826587fe2bf8c
+   b2sums = SKIP
+
+pkgname = gnome-maps


=
PKGBUILD
=
@@ -1,20 +1,25 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=44.4
+pkgver=45.0
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps;
 arch=(x86_64)
 license=(GPL)
 depends=(
+  dconf
+  hicolor-icon-theme
   geoclue
   geocode-glib-2
   gjs
+  glib2
   gtk4
   libadwaita
   libgweather-4
+  libportal
   librest
   libshumate
   libxml2
@@ -26,7 +31,7 @@ makedepends=(
   yelp-tools
 )
 groups=(gnome)
-_commit=cac93ce984c1a49beebe5000910742e3b758f614  # tags/v44.4^0
+_commit=9ba1c9ab31037402bfa8d58954f826587fe2bf8c  # tags/v45.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
 b2sums=('SKIP')
 



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

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




[Git][archlinux/packaging/packages/gnome-maps] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-maps

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




[Git][archlinux/packaging/packages/gnome-font-viewer][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-font-viewer


Commits:
96164117 by Jan Alexander Steffens (heftig) at 2023-10-04T01:08:21+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = gnome-font-viewer
+   pkgdesc = A font viewer utility for GNOME
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://gitlab.gnome.org/GNOME/gnome-font-viewer
+   arch = x86_64
+   groups = gnome
+   license = GPL
+   makedepends = git
+   makedepends = meson
+   depends = gnome-desktop-4
+   depends = gtk4
+   depends = libadwaita
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-font-viewer.git#commit=45a9be593244ec58e119cc7ac7db73b7ab419ca5
+   b2sums = SKIP
+
+pkgname = gnome-font-viewer


=
PKGBUILD
=
@@ -1,7 +1,8 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-font-viewer
-pkgver=44.0
+pkgver=45.0
 pkgrel=1
 pkgdesc="A font viewer utility for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-font-viewer;
@@ -17,7 +18,7 @@ makedepends=(
   meson
 )
 groups=(gnome)
-_commit=728c5f7af41f855c151bce6b8626072e62943712  # tags/44.0^0
+_commit=45a9be593244ec58e119cc7ac7db73b7ab419ca5  # tags/45.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-font-viewer.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-font-viewer/-/commit/96164117b62931b937befbd7be19490c218e307f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-font-viewer/-/commit/96164117b62931b937befbd7be19490c218e307f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-font-viewer] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-font-viewer

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




[Git][archlinux/packaging/packages/gnome-contacts][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-contacts


Commits:
548cc582 by Jan Alexander Steffens (heftig) at 2023-10-04T01:05:36+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,33 @@
+pkgbase = gnome-contacts
+   pkgdesc = Contacts Manager for GNOME
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/Contacts
+   arch = x86_64
+   groups = gnome
+   license = GPL2
+   makedepends = appstream-glib
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = meson
+   makedepends = vala
+   depends = cairo
+   depends = dconf
+   depends = evolution-data-server
+   depends = folks
+   depends = gdk-pixbuf2
+   depends = glib2
+   depends = gnome-online-accounts
+   depends = gtk4
+   depends = hicolor-icon-theme
+   depends = libadwaita
+   depends = libgee
+   depends = libgoa
+   depends = libportal
+   depends = libportal-gtk4
+   depends = pango
+   depends = qrencode
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=f100e20eb51fac292b763aca06f7d963a2d1b9f3
+   b2sums = SKIP
+
+pkgname = gnome-contacts


=
PKGBUILD
=
@@ -1,21 +1,30 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=gnome-contacts
-pkgver=44.0
+pkgver=45.0
 pkgrel=1
 pkgdesc="Contacts Manager for GNOME"
 url="https://wiki.gnome.org/Apps/Contacts;
 arch=(x86_64)
 license=(GPL2)
 depends=(
+  cairo
+  dconf
   evolution-data-server
   folks
+  gdk-pixbuf2
+  glib2
   gnome-online-accounts
   gtk4
+  hicolor-icon-theme
   libadwaita
   libgee
+  libgoa
+  libportal
   libportal-gtk4
+  pango
   qrencode
 )
 makedepends=(
@@ -26,7 +35,7 @@ makedepends=(
   vala
 )
 groups=(gnome)
-_commit=7de4264212aac05f8acec29ba54adac90ae8ed39  # tags/44.0^0
+_commit=f100e20eb51fac292b763aca06f7d963a2d1b9f3  # tags/45.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-contacts/-/commit/548cc582df27166c86928d8d5a61a5ec15342251

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




[Git][archlinux/packaging/packages/gnome-contacts] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-contacts

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




[Git][archlinux/packaging/packages/gnome-console][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-console


Commits:
5018b020 by Jan Alexander Steffens (heftig) at 2023-10-04T01:04:20+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = gnome-console
+   pkgdesc = A simple user-friendly terminal emulator for the GNOME desktop
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://gitlab.gnome.org/GNOME/console
+   arch = x86_64
+   groups = gnome
+   license = GPL3
+   makedepends = appstream-glib
+   makedepends = git
+   makedepends = meson
+   depends = libadwaita
+   depends = libgtop
+   depends = vte4
+   source = 
gnome-console::git+https://gitlab.gnome.org/GNOME/console.git#commit=1db6881c050e31941658336afecd2062d0c18b9c
+   b2sums = SKIP
+
+pkgname = gnome-console


=
PKGBUILD
=
@@ -1,9 +1,9 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Fabian Bornschein 
 # Contributor: Igor Dyatlov 
 
 pkgname=gnome-console
-pkgver=44.4
+pkgver=45.0
 pkgrel=1
 pkgdesc="A simple user-friendly terminal emulator for the GNOME desktop"
 url="https://gitlab.gnome.org/GNOME/console;
@@ -20,7 +20,7 @@ makedepends=(
   meson
 )
 groups=(gnome)
-_commit=48d913ed91690531c0ea307fa6700799cd2383d5  # tags/44.4^0
+_commit=1db6881c050e31941658336afecd2062d0c18b9c  # tags/45.0^0
 
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/console.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-console/-/commit/5018b020ba52371c3f0d30dbc5be9e1a39fa615a

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




[Git][archlinux/packaging/packages/gnome-console] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-console

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




[Git][archlinux/packaging/packages/gnome-clocks][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-clocks


Commits:
d31db7a3 by Jan Alexander Steffens (heftig) at 2023-10-04T01:03:24+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = gnome-clocks
+   pkgdesc = Clocks applications for GNOME
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/Clocks
+   arch = x86_64
+   groups = gnome
+   license = GPL
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = meson
+   makedepends = vala
+   makedepends = yelp-tools
+   depends = geoclue
+   depends = geocode-glib-2
+   depends = gnome-desktop-4
+   depends = gtk4
+   depends = libadwaita
+   depends = libgweather-4
+   depends = xdg-desktop-portal
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=b1c6ff122488fea47833108f7f661481b9b9574a
+   b2sums = SKIP
+
+pkgname = gnome-clocks


=
PKGBUILD
=
@@ -1,7 +1,8 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-clocks
-pkgver=44.0
+pkgver=45.0
 pkgrel=1
 pkgdesc="Clocks applications for GNOME"
 url="https://wiki.gnome.org/Apps/Clocks;
@@ -11,10 +12,10 @@ depends=(
   geoclue
   geocode-glib-2
   gnome-desktop-4
-  gsound
   gtk4
   libadwaita
   libgweather-4
+  xdg-desktop-portal
 )
 makedepends=(
   git
@@ -24,7 +25,7 @@ makedepends=(
   yelp-tools
 )
 groups=(gnome)
-_commit=220460fde76ef779436dacb07bc3b0589995e608  # tags/44.0^0
+_commit=b1c6ff122488fea47833108f7f661481b9b9574a  # tags/45.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit;)
 b2sums=('SKIP')
 



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

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




[Git][archlinux/packaging/packages/gnome-clocks] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-clocks

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




[Git][archlinux/packaging/packages/gnome-characters][main] 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-characters


Commits:
e5318e46 by Jan Alexander Steffens (heftig) at 2023-10-04T01:01:53+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,23 @@
+pkgbase = gnome-characters
+   pkgdesc = A character map application
+   pkgver = 45.0
+   pkgrel = 1
+   url = https://gitlab.gnome.org/GNOME/gnome-characters
+   arch = x86_64
+   groups = gnome
+   license = GPL2
+   checkdepends = weston
+   makedepends = appstream-glib
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = gperf
+   makedepends = meson
+   depends = emoji-font
+   depends = gjs
+   depends = gnome-desktop-4
+   depends = gtk4
+   depends = libadwaita
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-characters.git#commit=6f25c0380b4125055de035acf63e8fe7d6c774e1
+   b2sums = SKIP
+
+pkgname = gnome-characters


=
PKGBUILD
=
@@ -1,8 +1,9 @@
+# Maintainer: Fabian Bornschein 
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-characters
-pkgver=44.0
+pkgver=45.0
 pkgrel=1
 pkgdesc="A character map application"
 url="https://gitlab.gnome.org/GNOME/gnome-characters;
@@ -22,8 +23,9 @@ makedepends=(
   gperf
   meson
 )
+checkdepends=(weston)
 groups=(gnome)
-_commit=9bbbe9fc4d62f1d7a642d504beb48df79b2e7ab5  # tags/44.0^0
+_commit=6f25c0380b4125055de035acf63e8fe7d6c774e1  # tags/45.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-characters.git#commit=$_commit;)
 b2sums=('SKIP')
 
@@ -41,9 +43,18 @@ build() {
   meson compile -C build
 }
 
-check() {
+check() (
+  export XDG_RUNTIME_DIR="$PWD/runtime-dir"
+  mkdir -p -m 700 "$XDG_RUNTIME_DIR"
+
+  export WAYLAND_DISPLAY=wayland-5
+  weston --backend=headless-backend.so --socket=$WAYLAND_DISPLAY --idle-time=0 
&
+  _w=$!
+
+  trap "kill $_w; wait" EXIT
+
   meson test -C build --print-errorlogs
-}
+)
 
 package() {
   meson install -C build --destdir "$pkgdir"



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

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




[Git][archlinux/packaging/packages/gnome-characters] Pushed new tag 45.0-1

2023-10-03 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.0-1 at Arch Linux / Packaging 
/ Packages / gnome-characters

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




  1   2   3   4   5   6   7   8   9   10   >