[Git][archlinux/packaging/packages/ldc][main] upgpkg: 3:1.36.0-2: switch to LLVM 15 to fix LLVM 17 rebuild

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
ldc


Commits:
a065bc38 by Evangelos Foutras at 2024-03-02T19:45:20+02:00
upgpkg: 3:1.36.0-2: switch to LLVM 15 to fix LLVM 17 rebuild

Should work around the following error about a linker flag added when
LLVM 16 is used:

  LLVMgold: Unknown command line argument
-func-specialization-size-threshold=10

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ldc
pkgdesc = A D Compiler based on the LLVM Compiler Infrastructure 
including D runtime and libphobos2
pkgver = 1.36.0
-   pkgrel = 1
+   pkgrel = 2
epoch = 3
url = https://github.com/ldc-developers/ldc
arch = x86_64
@@ -10,7 +10,8 @@ pkgbase = ldc
license = BSD
makedepends = git
makedepends = cmake
-   makedepends = llvm
+   makedepends = llvm15
+   makedepends = lld
makedepends = ldc
makedepends = ninja
options = !lto
@@ -21,9 +22,9 @@ pkgbase = ldc
 
 pkgname = ldc
depends = liblphobos
-   depends = llvm-libs
+   depends = llvm15-libs
depends = gcc
-   depends = compiler-rt
+   depends = compiler-rt15
provides = d-compiler=2.106.1
backup = etc/ldc2.conf
 


=
PKGBUILD
=
@@ -7,14 +7,14 @@ groups=('dlang' 'dlang-ldc')
 pkgver=1.36.0
 _pkgcommit=530d41be11e92901f797ebbbc1dc695df4af06e9
 _dversion=2.106.1
-_clangversion=16 # related to where ldc2 looks for compiler-rt sanitizers
+_clangversion=15 # related to where ldc2 looks for compiler-rt sanitizers
 epoch=3
-pkgrel=1
+pkgrel=2
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc;
 license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'ldc' 'ninja')
+makedepends=('git' 'cmake' 'llvm15' 'lld' 'ldc' 'ninja')
 # Disable lto as linking the ldc2 binary fails
 options=(!lto)
 
@@ -33,7 +33,7 @@ prepare() {
 git config submodule.phobos.url "$srcdir/ldc-phobos"
 git -c protocol.file.allow=always submodule update
 
-# Set version used for path construction in getFullClangCompilerRTLibPath()
+# Set version used for path construction in 
getRelativeClangCompilerRTLibPath()
 sed -i "s/ldc::llvm_version_base/\"$_clangversion\"/" driver/linker-gcc.cpp
 }
 
@@ -50,7 +50,7 @@ build() {
 -DBUILD_SHARED_LIBS=BOTH \
 -DBUILD_LTO_LIBS=ON \
 -DLDC_WITH_LLD=OFF \
--DD_COMPILER_FLAGS="-link-defaultlib-shared=false -linker=gold 
--flto=thin" \
+-DD_COMPILER_FLAGS="-link-defaultlib-shared=false -linker=lld --flto=thin" 
\
 -DADDITIONAL_DEFAULT_LDC_SWITCHES="\"-link-defaultlib-shared\"," \
 ..
 ninja
@@ -62,7 +62,7 @@ check() {
 }
 
 package_ldc() {
-depends=('liblphobos' 'llvm-libs' 'gcc' 'compiler-rt')
+depends=('liblphobos' 'llvm15-libs' 'gcc' 'compiler-rt15')
 backup=('etc/ldc2.conf')
 provides=("d-compiler=$_dversion")
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ldc/-/commit/a065bc382fd8449c0eff0781730e29399f4d8cdb

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




[Git][archlinux/packaging/packages/ldc] Pushed new tag 3-1.36.0-2

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 3-1.36.0-2 at Arch Linux / Packaging / 
Packages / ldc

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




[Git][archlinux/packaging/packages/crystal] Pushed new tag 1.11.2-2

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.11.2-2 at Arch Linux / Packaging / Packages 
/ crystal

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




[Git][archlinux/packaging/packages/crystal][main] upgpkg: 1.11.2-2: LLVM 17 rebuild

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
crystal


Commits:
300bfd9d by Evangelos Foutras at 2024-03-02T18:54:11+02:00
upgpkg: 1.11.2-2: LLVM 17 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = crystal
pkgdesc = The Crystal Programming Language
pkgver = 1.11.2
-   pkgrel = 1
+   pkgrel = 2
url = https://crystal-lang.org
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=crystal
 pkgver=1.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
 url='https://crystal-lang.org'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/300bfd9d82c9195b7cb7d42f2dbc59ba2384e270

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




[Git][archlinux/packaging/packages/lldb-mi][main] upgpkg: 0.0.1-2: LLVM 17 rebuild

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
lldb-mi


Commits:
61f7f79f by Evangelos Foutras at 2024-03-02T18:11:21+02:00
upgpkg: 0.0.1-2: LLVM 17 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = lldb-mi
+   pkgdesc = LDB's machine interface driver
+   pkgver = 0.0.1
+   pkgrel = 2
+   url = https://lldb.llvm.org/
+   arch = x86_64
+   license = Apache
+   makedepends = cmake
+   makedepends = llvm
+   depends = gcc-libs
+   depends = glibc
+   depends = lldb
+   depends = llvm-libs
+   source = 
https://github.com/lldb-tools/lldb-mi/archive/0.0.1/lldb-mi-0.0.1.tar.gz
+   sha256sums = 
75f5b2dab1ffa85ced54eb9c856d8e748660425712cc29138f26f13e9d06a8aa
+
+pkgname = lldb-mi


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=lldb-mi
 pkgver=0.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="LDB's machine interface driver"
 url='https://lldb.llvm.org/'
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lldb-mi/-/commit/61f7f79ff945ff3dc551f25c7c0e464c3ef139f0

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




[Git][archlinux/packaging/packages/lldb-mi] Pushed new tag 0.0.1-2

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.0.1-2 at Arch Linux / Packaging / Packages / 
lldb-mi

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




[Git][archlinux/packaging/packages/libcplusplus][main] upgpkg: 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
libc++


Commits:
f0e45a82 by Evangelos Foutras at 2024-03-02T17:59:30+02:00
upgpkg: 17.0.6-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,28 @@
+pkgbase = libc++
+   pkgver = 17.0.6
+   pkgrel = 1
+   url = https://libcxx.llvm.org/
+   arch = x86_64
+   license = custom:Apache 2.0 with LLVM Exception
+   checkdepends = llvm
+   makedepends = clang
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = python
+   depends = gcc-libs
+   options = !lto
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-project-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-project-17.0.6.src.tar.xz.sig
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
+   sha512sums = 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
+   sha512sums = SKIP
+
+pkgname = libc++
+   pkgdesc = LLVM C++ standard library.
+   depends = libc++abi=17.0.6-1
+   options = staticlibs
+
+pkgname = libc++abi
+   pkgdesc = Low level support for the LLVM C++ standard library.
+   options = staticlibs


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgbase=libc++
 pkgname=(libc++ libc++abi)
-pkgver=16.0.6
+pkgver=17.0.6
 pkgrel=1
 url="https://libcxx.llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')
@@ -15,15 +15,16 @@ makedepends=('clang' 'cmake' 'ninja' 'python')
 checkdepends=('llvm')
 options=(!lto)
 
source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-project-$pkgver.src.tar.xz"{,.sig})
-sha512sums=('89a67ebfbbc764cc456e8825ecfa90707741f8835b1b2adffae0b227ab1fe5ca9cce75b0efaffc9ca8431cae528dc54fd838867a56a2b645344d9e82d19ab1b7'
+sha512sums=('6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30'
 'SKIP')
-validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

- 
+validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A'  # Tom Stellard 

+  'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta 

+
 prepare() {
   mkdir -p build
   sed -i 's/CREDITS.TXT/CREDITS/' 
llvm-project-$pkgver.src/libcxx{,abi}/LICENSE.TXT
 }
- 
+
 build() {
   cd build
 
@@ -47,7 +48,7 @@ check() {
 }
 
 # Do not remove the space before the () or commitpkg will
-# accidentally to run this function on the system (!!!) 
+# accidentally to run this function on the system (!!!)
 package_libc++ () {
   pkgdesc='LLVM C++ standard library.'
   depends=("libc++abi=$pkgver-$pkgrel")
@@ -58,11 +59,11 @@ package_libc++ () {
   install -Dm0644 llvm-project-$pkgver.src/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
   install -Dm0644 llvm-project-$pkgver.src/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
 }
- 
+
 package_libc++abi() {
   pkgdesc='Low level support for the LLVM C++ standard library.'
   options=('staticlibs')
-  
+
   DESTDIR="$pkgdir" ninja -C build install-cxxabi
   install -Dm0644 llvm-project-$pkgver.src/libcxxabi/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
   install -Dm0644 llvm-project-$pkgver.src/libcxxabi/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcplusplus/-/commit/f0e45a8202c5e18052d08d37d9047c12ed33a412

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




[Git][archlinux/packaging/packages/libcplusplus] Pushed new tag 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-1 at Arch Linux / Packaging / Packages 
/ libc++

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




[Git][archlinux/packaging/packages/postgresql-old-upgrade] Pushed new tag 15.5-5

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 15.5-5 at Arch Linux / Packaging / Packages / 
postgresql-old-upgrade

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql-old-upgrade/-/tree/15.5-5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/postgresql-old-upgrade][main] upgpkg: 15.5-5: LLVM 17 rebuild

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
postgresql-old-upgrade


Commits:
386ebc5b by Evangelos Foutras at 2024-03-02T17:55:34+02:00
upgpkg: 15.5-5: LLVM 17 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = postgresql-old-upgrade
pkgdesc = PostgreSQL build for migrating between major versions with 
pg_upgrade
pkgver = 15.5
-   pkgrel = 4
+   pkgrel = 5
url = https://www.postgresql.org/
arch = x86_64
license = custom:PostgreSQL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=postgresql-old-upgrade
 pkgver=15.5
 _majorver=${pkgver%.*}
-pkgrel=4
+pkgrel=5
 pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
 url='https://www.postgresql.org/'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql-old-upgrade/-/commit/386ebc5b5259fd5b9c4035e7c93a28e9a9bd81eb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql-old-upgrade/-/commit/386ebc5b5259fd5b9c4035e7c93a28e9a9bd81eb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/postgresql][main] upgpkg: 16.1-6: LLVM 17 rebuild

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
postgresql


Commits:
52094cb3 by Evangelos Foutras at 2024-03-02T17:51:38+02:00
upgpkg: 16.1-6: LLVM 17 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = postgresql
pkgdesc = Sophisticated object-relational DBMS
pkgver = 16.1
-   pkgrel = 5
+   pkgrel = 6
url = https://www.postgresql.org/
arch = x86_64
license = custom:PostgreSQL


=
PKGBUILD
=
@@ -5,7 +5,7 @@ pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
 pkgver=16.1
 _majorver=${pkgver%.*}
-pkgrel=5
+pkgrel=6
 pkgdesc='Sophisticated object-relational DBMS'
 url='https://www.postgresql.org/'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql/-/commit/52094cb3e5642ad6d14584aae3ae8a69cb29e320

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




[Git][archlinux/packaging/packages/postgresql] Pushed new tag 16.1-6

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 16.1-6 at Arch Linux / Packaging / Packages / 
postgresql

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




[Git][archlinux/packaging/packages/lib32-mesa][main] upgpkg: 1:24.0.2-2: LLVM 17 rebuild

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-mesa


Commits:
e861cdfd by Evangelos Foutras at 2024-03-02T17:45:22+02:00
upgpkg: 1:24.0.2-2: LLVM 17 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lib32-mesa
pkgdesc = An open-source implementation of the OpenGL specification 
(32-bit)
pkgver = 24.0.2
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://www.mesa3d.org/
arch = x86_64


=
PKGBUILD
=
@@ -17,7 +17,7 @@ pkgname=(
   'lib32-mesa'
 )
 pkgver=24.0.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="An open-source implementation of the OpenGL specification (32-bit)"
 url="https://www.mesa3d.org/;



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

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




[Git][archlinux/packaging/packages/lib32-mesa] Pushed new tag 1-24.0.2-2

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1-24.0.2-2 at Arch Linux / Packaging / 
Packages / lib32-mesa

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




[Git][archlinux/packaging/packages/mesa][main] upgpkg: 1:24.0.2-2

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
mesa


Commits:
13602854 by Evangelos Foutras at 2024-03-02T17:41:12+02:00
upgpkg: 1:24.0.2-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mesa
pkgdesc = An open-source implementation of the OpenGL specification
pkgver = 24.0.2
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://www.mesa3d.org/
arch = x86_64


=
PKGBUILD
=
@@ -17,7 +17,7 @@ pkgname=(
   'mesa'
 )
 pkgver=24.0.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="An open-source implementation of the OpenGL specification"
 url="https://www.mesa3d.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mesa/-/commit/13602854d26fceae8dcfa0d921f82d3bc457ff27

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




[Git][archlinux/packaging/packages/mesa] Pushed new tag 1-24.0.2-2

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1-24.0.2-2 at Arch Linux / Packaging / 
Packages / mesa

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




[Git][archlinux/packaging/packages/lib32-spirv-llvm-translator] Pushed new tag 17.0.0.r6+g70883514-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.0.r6+g70883514-1 at Arch Linux / 
Packaging / Packages / lib32-spirv-llvm-translator

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-spirv-llvm-translator/-/tree/17.0.0.r6+g70883514-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-spirv-llvm-translator][main] upgpkg: 17.0.0.r6+g70883514-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-spirv-llvm-translator


Commits:
8994ae52 by Evangelos Foutras at 2024-03-02T17:38:52+02:00
upgpkg: 17.0.0.r6+g70883514-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = lib32-spirv-llvm-translator
+   pkgdesc = Tool and a library for bi-directional translation between 
SPIR-V and LLVM IR (32-bit)
+   pkgver = 17.0.0.r6+g70883514
+   pkgrel = 1
+   url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
+   arch = x86_64
+   license = custom
+   makedepends = git
+   makedepends = cmake
+   makedepends = llvm
+   makedepends = lib32-llvm
+   makedepends = spirv-headers
+   depends = lib32-llvm-libs
+   depends = lib32-spirv-tools
+   depends = spirv-llvm-translator
+   source = 
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=7088351420a8f0c3e5f9be678fd1d16ae826e37f
+   sha256sums = SKIP
+
+pkgname = lib32-spirv-llvm-translator


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 _srcname=SPIRV-LLVM-Translator
 pkgname=lib32-${_srcname,,}
-pkgver=16.0.0.r9+g322fca5d
+pkgver=17.0.0.r6+g70883514
 pkgrel=1
 pkgdesc="Tool and a library for bi-directional translation between SPIR-V and 
LLVM IR (32-bit)"
 arch=(x86_64)
@@ -13,7 +13,7 @@ license=(custom)
 depends=(lib32-llvm-libs lib32-spirv-tools ${pkgname#lib32-})
 makedepends=(git cmake llvm lib32-llvm spirv-headers)
 # Current point in the used LLVM branch
-_commit=322fca5d9c59bfdb80562a52ace51cdbe2a60e92
+_commit=7088351420a8f0c3e5f9be678fd1d16ae826e37f
 source=(git+${url}.git#commit=$_commit)
 sha256sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-spirv-llvm-translator/-/commit/8994ae52a219a349b00535b5a76ae53267e47bf6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-spirv-llvm-translator/-/commit/8994ae52a219a349b00535b5a76ae53267e47bf6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libclc][main] upgpkg: 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
libclc


Commits:
395f4a2c by Evangelos Foutras at 2024-03-02T17:33:17+02:00
upgpkg: 17.0.6-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = libclc
+   pkgdesc = Library requirements of the OpenCL C programming language
+   pkgver = 17.0.6
+   pkgrel = 1
+   url = https://libclc.llvm.org/
+   arch = any
+   license = MIT
+   makedepends = clang
+   makedepends = llvm
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = python
+   makedepends = spirv-llvm-translator
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/libclc-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/libclc-17.0.6.src.tar.xz.sig
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
+   sha256sums = 
122f641d94d5dfbb3c37534f2b76612fa59d15c36c2a4917369a85eaaca32148
+   sha256sums = SKIP
+
+pkgname = libclc


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=libclc
-pkgver=16.0.6
+pkgver=17.0.6
 pkgrel=1
 pkgdesc="Library requirements of the OpenCL C programming language"
 arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
 makedepends=('clang' 'llvm' 'cmake' 'ninja' 'python' 'spirv-llvm-translator')
 
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/libclc-$pkgver.src.tar.xz{,.sig})
-sha256sums=('61952af79c555d50bc88cb6f134d9abe9278f65dd34c2bc945cc3d324c2af224'
+sha256sums=('122f641d94d5dfbb3c37534f2b76612fa59d15c36c2a4917369a85eaaca32148'
 'SKIP')
 validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A'  # Tom Stellard 

   'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libclc/-/commit/395f4a2caf4c118764990e929005d7f97ee5b22f

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




[Git][archlinux/packaging/packages/libclc] Pushed new tag 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-1 at Arch Linux / Packaging / Packages 
/ libclc

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




[Git][archlinux/packaging/packages/spirv-llvm-translator][main] upgpkg: 17.0.0.r6+g70883514-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
spirv-llvm-translator


Commits:
e2184d93 by Evangelos Foutras at 2024-03-02T17:31:01+02:00
upgpkg: 17.0.0.r6+g70883514-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = spirv-llvm-translator
+   pkgdesc = Tool and a library for bi-directional translation between 
SPIR-V and LLVM IR
+   pkgver = 17.0.0.r6+g70883514
+   pkgrel = 1
+   url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
+   arch = x86_64
+   license = custom
+   checkdepends = python
+   checkdepends = python-setuptools
+   checkdepends = clang
+   makedepends = git
+   makedepends = cmake
+   makedepends = llvm
+   makedepends = spirv-headers
+   depends = llvm-libs
+   depends = spirv-tools
+   source = 
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=7088351420a8f0c3e5f9be678fd1d16ae826e37f
+   sha256sums = SKIP
+
+pkgname = spirv-llvm-translator


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 _srcname=SPIRV-LLVM-Translator
 pkgname=${_srcname,,}
-pkgver=16.0.0.r9+g322fca5d
+pkgver=17.0.0.r6+g70883514
 pkgrel=1
 pkgdesc="Tool and a library for bi-directional translation between SPIR-V and 
LLVM IR"
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(llvm-libs spirv-tools)
 makedepends=(git cmake llvm spirv-headers)
 checkdepends=(python python-setuptools clang)
 # Current point in the used LLVM branch
-_commit=322fca5d9c59bfdb80562a52ace51cdbe2a60e92
+_commit=7088351420a8f0c3e5f9be678fd1d16ae826e37f
 source=(git+${url}.git#commit=$_commit)
 sha256sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/commit/e2184d931283e5951cd5db39ff79df476ca20668

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




[Git][archlinux/packaging/packages/spirv-llvm-translator] Pushed new tag 17.0.0.r6+g70883514-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.0.r6+g70883514-1 at Arch Linux / 
Packaging / Packages / spirv-llvm-translator

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/tree/17.0.0.r6+g70883514-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-clang] Pushed new tag 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-1 at Arch Linux / Packaging / Packages 
/ lib32-clang

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




[Git][archlinux/packaging/packages/lib32-clang][main] upgpkg: 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-clang


Commits:
4b6377c4 by Evangelos Foutras at 2024-03-02T17:27:13+02:00
upgpkg: 17.0.6-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,35 @@
+pkgbase = lib32-clang
+   pkgdesc = C language family frontend for LLVM (32-bit)
+   pkgver = 17.0.6
+   pkgrel = 1
+   url = https://clang.llvm.org/
+   arch = x86_64
+   license = custom:Apache 2.0 with LLVM Exception
+   makedepends = lib32-llvm
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = python
+   depends = lib32-llvm-libs
+   depends = gcc-multilib
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/clang-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/clang-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/third-party-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/third-party-17.0.6.src.tar.xz.sig
+   source = enable-fstack-protector-strong-by-default.patch
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
+   sha256sums = 
a78f668a726ae1d3d9a7179996d97b12b90fb76ab9442a43110b972ff7ad9029
+   sha256sums = SKIP
+   sha256sums = 
b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188
+   sha256sums = SKIP
+   sha256sums = 
807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
+   sha256sums = SKIP
+   sha256sums = 
3054d0a9c9375dab1a4539cc2cc45ab340341c5d71475f9599ba7752e222947b
+   sha256sums = SKIP
+   sha256sums = 
45da5783f4e89e4507a351ed0ffbbe6ec240e21ff7070797a89c5ccf434ac612
+
+pkgname = lib32-clang


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jan "heftig" Steffens 
 
 pkgname=lib32-clang
-pkgver=16.0.6
+pkgver=17.0.6
 pkgrel=1
 pkgdesc="C language family frontend for LLVM (32-bit)"
 arch=('x86_64')
@@ -16,13 +16,13 @@ source=($_source_base/clang-$pkgver.src.tar.xz{,.sig}
 $_source_base/cmake-$pkgver.src.tar.xz{,.sig}
 $_source_base/third-party-$pkgver.src.tar.xz{,.sig}
 enable-fstack-protector-strong-by-default.patch)
-sha256sums=('1186b6e6eefeadd09912ed73b3729e85b59f043724bb2818a95a2ec024571840'
+sha256sums=('a78f668a726ae1d3d9a7179996d97b12b90fb76ab9442a43110b972ff7ad9029'
 'SKIP'
-'e91db44d1b3bb1c33fcea9a7d1f2423b883eaa9163d3d56ca2aa6d2f0711bc29'
+'b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188'
 'SKIP'
-'39d342a4161095d2f28fb1253e4585978ac50521117da666e2b1f6f28b62f514'
+'807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4'
 'SKIP'
-'15f5b9aeeba938530af977d5f9205612737a091a7f0f6c8075df8723b7713f70'
+'3054d0a9c9375dab1a4539cc2cc45ab340341c5d71475f9599ba7752e222947b'
 'SKIP'
 '45da5783f4e89e4507a351ed0ffbbe6ec240e21ff7070797a89c5ccf434ac612')
 validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A'  # Tom Stellard 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-clang/-/commit/4b6377c41a81c58b8d279c12f9dad7dd34c6b182

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




[Git][archlinux/packaging/packages/lib32-llvm][main] upgpkg: 17.0.6-2: build with LLVM_INSTALL_GTEST=ON

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-llvm


Commits:
d4bdf019 by Evangelos Foutras at 2024-03-02T17:22:35+02:00
upgpkg: 17.0.6-2: build with LLVM_INSTALL_GTEST=ON

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-llvm
pkgver = 17.0.6
-   pkgrel = 1
+   pkgrel = 2
url = https://llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=('lib32-llvm' 'lib32-llvm-libs')
 pkgver=17.0.6
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')
@@ -86,6 +86,7 @@ build() {
 -DLLVM_ENABLE_SPHINX=OFF
 -DLLVM_HOST_TRIPLE=$CHOST
 -DLLVM_INCLUDE_BENCHMARKS=OFF
+-DLLVM_INSTALL_GTEST=ON
 -DLLVM_LIBDIR_SUFFIX=32
 -DLLVM_LINK_LLVM_DYLIB=ON
 -DLLVM_TARGET_ARCH:STRING=i686



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

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




[Git][archlinux/packaging/packages/lib32-llvm] Pushed new tag 17.0.6-2

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-2 at Arch Linux / Packaging / Packages 
/ lib32-llvm

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




[Git][archlinux/packaging/packages/lib32-llvm][main] upgpkg: 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-llvm


Commits:
cac43943 by Evangelos Foutras at 2024-03-02T17:10:38+02:00
upgpkg: 17.0.6-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,44 @@
+pkgbase = lib32-llvm
+   pkgver = 17.0.6
+   pkgrel = 1
+   url = https://llvm.org/
+   arch = x86_64
+   license = custom:Apache 2.0 with LLVM Exception
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = lib32-libffi
+   makedepends = lib32-zlib
+   makedepends = lib32-zstd
+   makedepends = python
+   makedepends = gcc-multilib
+   makedepends = lib32-libxml2
+   options = staticlibs
+   options = !lto
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/third-party-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/third-party-17.0.6.src.tar.xz.sig
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
+   sha256sums = 
b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188
+   sha256sums = SKIP
+   sha256sums = 
807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
+   sha256sums = SKIP
+   sha256sums = 
3054d0a9c9375dab1a4539cc2cc45ab340341c5d71475f9599ba7752e222947b
+   sha256sums = SKIP
+
+pkgname = lib32-llvm
+   pkgdesc = Compiler infrastructure (32-bit)
+   depends = lib32-llvm-libs
+   depends = llvm
+
+pkgname = lib32-llvm-libs
+   pkgdesc = LLVM runtime libraries (32-bit)
+   depends = lib32-libffi
+   depends = lib32-zlib
+   depends = lib32-zstd
+   depends = lib32-ncurses
+   depends = lib32-libxml2
+   depends = lib32-gcc-libs


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Jan "heftig" Steffens 
 
 pkgname=('lib32-llvm' 'lib32-llvm-libs')
-pkgver=16.0.6
-pkgrel=2
+pkgver=17.0.6
+pkgrel=1
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')
@@ -15,11 +15,11 @@ 
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkg
 source=($_source_base/llvm-$pkgver.src.tar.xz{,.sig}
 $_source_base/cmake-$pkgver.src.tar.xz{,.sig}
 $_source_base/third-party-$pkgver.src.tar.xz{,.sig})
-sha256sums=('e91db44d1b3bb1c33fcea9a7d1f2423b883eaa9163d3d56ca2aa6d2f0711bc29'
+sha256sums=('b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188'
 'SKIP'
-'39d342a4161095d2f28fb1253e4585978ac50521117da666e2b1f6f28b62f514'
+'807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4'
 'SKIP'
-'15f5b9aeeba938530af977d5f9205612737a091a7f0f6c8075df8723b7713f70'
+'3054d0a9c9375dab1a4539cc2cc45ab340341c5d71475f9599ba7752e222947b'
 'SKIP')
 validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A'  # Tom Stellard 

   'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta 

@@ -39,6 +39,9 @@ _get_distribution_components() {
   # libraries needed for clang-tblgen
   LLVMDemangle|LLVMSupport|LLVMTableGen)
 ;;
+  # testing libraries
+  LLVMTestingAnnotations|LLVMTestingSupport)
+   ;;
   # exclude static libraries
   LLVM*)
 continue



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

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




[Git][archlinux/packaging/packages/lib32-llvm] Pushed new tag 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-1 at Arch Linux / Packaging / Packages 
/ lib32-llvm

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




[Git][archlinux/packaging/packages/lld] Pushed new tag 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-1 at Arch Linux / Packaging / Packages 
/ lld

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




[Git][archlinux/packaging/packages/lld][main] upgpkg: 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
lld


Commits:
e259628e by Evangelos Foutras at 2024-03-02T16:58:59+02:00
upgpkg: 17.0.6-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,37 @@
+pkgbase = lld
+   pkgdesc = Linker from the LLVM project
+   pkgver = 17.0.6
+   pkgrel = 1
+   url = https://lld.llvm.org/
+   arch = x86_64
+   license = custom:Apache 2.0 with LLVM Exception
+   makedepends = llvm
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = python-sphinx
+   depends = llvm-libs
+   depends = gcc-libs
+   depends = zlib
+   depends = zstd
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/lld-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/lld-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/libunwind-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/libunwind-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz.sig
+   source = 
lld-internalize-enum.patch::https://github.com/llvmbot/llvm-project/commit/939ee549a2c4.patch
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
+   sha256sums = 
4ac13125616dc44905b85820aa403d27ec1226329b7f674daeb5f5584c6f0b22
+   sha256sums = SKIP
+   sha256sums = 
b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188
+   sha256sums = SKIP
+   sha256sums = 
9e7535a353aa862730b4ba38df42e06f6856b40c4cc51b57f27b5046dc21d70d
+   sha256sums = SKIP
+   sha256sums = 
807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
+   sha256sums = SKIP
+   sha256sums = 
76f0625c86638d0fa06b54f1b151a47d8c71d72466da49557d288e33de89c288
+
+pkgname = lld


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jan "heftig" Steffens 
 
 pkgname=lld
-pkgver=16.0.6
+pkgver=17.0.6
 pkgrel=1
 pkgdesc="Linker from the LLVM project"
 arch=('x86_64')
@@ -10,20 +10,21 @@ url="https://lld.llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')
 depends=('llvm-libs' 'gcc-libs' 'zlib' 'zstd')
 makedepends=('llvm' 'cmake' 'ninja' 'python-sphinx')
-options=('!lto') # LTO causes a couple of test failures
 
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/lld-$pkgver.src.tar.xz{,.sig}
 $_source_base/llvm-$pkgver.src.tar.xz{,.sig}
 $_source_base/libunwind-$pkgver.src.tar.xz{,.sig}
-$_source_base/cmake-$pkgver.src.tar.xz{,.sig})
-sha256sums=('a127e334dd267f2e20d5a0c6b15aa9651f3fbbdfe3dc7d2573c617fad1155fcb'
+$_source_base/cmake-$pkgver.src.tar.xz{,.sig}
+
$pkgname-internalize-enum.patch::https://github.com/llvmbot/llvm-project/commit/939ee549a2c4.patch)
+sha256sums=('4ac13125616dc44905b85820aa403d27ec1226329b7f674daeb5f5584c6f0b22'
 'SKIP'
-'e91db44d1b3bb1c33fcea9a7d1f2423b883eaa9163d3d56ca2aa6d2f0711bc29'
+'b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188'
 'SKIP'
-'7e04070aee07e43ecb5f2b321a7cc64671202af3bcf15324bb1e134cdb7b2b72'
+'9e7535a353aa862730b4ba38df42e06f6856b40c4cc51b57f27b5046dc21d70d'
 'SKIP'
-'39d342a4161095d2f28fb1253e4585978ac50521117da666e2b1f6f28b62f514'
-'SKIP')
+'807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4'
+'SKIP'
+'76f0625c86638d0fa06b54f1b151a47d8c71d72466da49557d288e33de89c288')
 validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A'  # Tom Stellard 

   'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta 

 
@@ -34,6 +35,9 @@ prepare() {
   mv cmake{-$pkgver.src,}
   cd lld-$pkgver.src
   mkdir build
+
+  # https://github.com/llvm/llvm-project/issues/83529
+  patch -Np2 -i ../$pkgname-internalize-enum.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lld/-/commit/e259628e7235ea98c18132abd0f7f3f5d0230e80

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lld/-/commit/e259628e7235ea98c18132abd0f7f3f5d0230e80
You're receiving this emai

[Git][archlinux/packaging/packages/lldb] Pushed new tag 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-1 at Arch Linux / Packaging / Packages 
/ lldb

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




[Git][archlinux/packaging/packages/lldb][main] upgpkg: 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
lldb


Commits:
898b54d3 by Evangelos Foutras at 2024-03-02T16:57:01+02:00
upgpkg: 17.0.6-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,33 @@
+pkgbase = lldb
+   pkgdesc = Next generation, high-performance debugger
+   pkgver = 17.0.6
+   pkgrel = 1
+   url = https://lldb.llvm.org/
+   arch = x86_64
+   license = custom:Apache 2.0 with LLVM Exception
+   makedepends = llvm
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = swig
+   makedepends = python-sphinx
+   depends = llvm-libs
+   depends = clang
+   depends = gcc-libs
+   depends = zlib
+   depends = xz
+   depends = libedit
+   depends = ncurses
+   depends = libxml2
+   depends = python
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/lldb-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/lldb-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz.sig
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
+   sha256sums = 
7bb3159e10e04cee355e51a2683097d130687d310b26af4e1cb80bd0b9f74cd3
+   sha256sums = SKIP
+   sha256sums = 
807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
+   sha256sums = SKIP
+
+pkgname = lldb


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jan "heftig" Steffens 
 
 pkgname=lldb
-pkgver=16.0.6
+pkgver=17.0.6
 pkgrel=1
 pkgdesc="Next generation, high-performance debugger"
 arch=('x86_64')
@@ -14,9 +14,9 @@ makedepends=('llvm' 'cmake' 'ninja' 'swig' 'python-sphinx')
 
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/lldb-$pkgver.src.tar.xz{,.sig}
 $_source_base/cmake-$pkgver.src.tar.xz{,.sig})
-sha256sums=('e70a2360aff09553ab327f0f87a08ab869cea991068df38fd3e530368d4d3fae'
+sha256sums=('7bb3159e10e04cee355e51a2683097d130687d310b26af4e1cb80bd0b9f74cd3'
 'SKIP'
-'39d342a4161095d2f28fb1253e4585978ac50521117da666e2b1f6f28b62f514'
+'807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4'
 'SKIP')
 validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A'  # Tom Stellard 

   'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lldb/-/commit/898b54d3ba089debdbfcdce972bd411b8ab990c3

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




[Git][archlinux/packaging/packages/openmp][main] upgpkg: 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
openmp


Commits:
bdb9f8b6 by Evangelos Foutras at 2024-03-02T16:53:53+02:00
upgpkg: 17.0.6-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,29 @@
+pkgbase = openmp
+   pkgdesc = LLVM OpenMP Runtime Library
+   pkgver = 17.0.6
+   pkgrel = 1
+   url = https://openmp.llvm.org/
+   arch = x86_64
+   license = custom:Apache 2.0 with LLVM Exception
+   makedepends = llvm
+   makedepends = clang
+   makedepends = cmake
+   makedepends = ninja
+   depends = llvm-libs
+   depends = libelf
+   depends = libffi
+   optdepends = cuda: offloading to NVIDIA GPUs
+   optdepends = hsa-rocr: offloading to AMD GPUs
+   options = !lto
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/openmp-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/openmp-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz.sig
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
+   sha256sums = 
74334cbb4dc8b73a768448a7561d5a3540404940b2267b1fb9813a6464b320de
+   sha256sums = SKIP
+   sha256sums = 
807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
+   sha256sums = SKIP
+
+pkgname = openmp


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=openmp
-pkgver=16.0.6
+pkgver=17.0.6
 pkgrel=1
 pkgdesc="LLVM OpenMP Runtime Library"
 arch=('x86_64')
@@ -15,9 +15,9 @@ options=('!lto') # 
https://bugzilla.redhat.com/show_bug.cgi?id=1988155
 
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/openmp-$pkgver.src.tar.xz{,.sig}
 $_source_base/cmake-$pkgver.src.tar.xz{,.sig})
-sha256sums=('a2536f06373774f2829d892b72eea5f97bab20e69b26b03042d947f992eb8e38'
+sha256sums=('74334cbb4dc8b73a768448a7561d5a3540404940b2267b1fb9813a6464b320de'
 'SKIP'
-'39d342a4161095d2f28fb1253e4585978ac50521117da666e2b1f6f28b62f514'
+'807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4'
 'SKIP')
 validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A'  # Tom Stellard 

   'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openmp/-/commit/bdb9f8b65f4b7c459ce41138a2c23789c60271cd

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




[Git][archlinux/packaging/packages/openmp] Pushed new tag 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-1 at Arch Linux / Packaging / Packages 
/ openmp

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




[Git][archlinux/packaging/packages/clang][main] upgpkg: 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
clang


Commits:
1514ade6 by Evangelos Foutras at 2024-03-02T16:50:42+02:00
upgpkg: 17.0.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = clang
pkgdesc = C language family frontend for LLVM
-   pkgver = 16.0.6
-   pkgrel = 2
+   pkgver = 17.0.6
+   pkgrel = 1
url = https://clang.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception
@@ -16,35 +16,35 @@ pkgbase = clang
optdepends = openmp: OpenMP support in clang with -fopenmp
optdepends = python: for scan-view and git-clang-format
optdepends = llvm: referenced by some clang headers
-   provides = clang-analyzer=16.0.6
-   provides = clang-tools-extra=16.0.6
+   provides = clang-analyzer=17.0.6
+   provides = clang-tools-extra=17.0.6
conflicts = clang-analyzer
conflicts = clang-tools-extra
replaces = clang-analyzer
replaces = clang-tools-extra
-   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/clang-16.0.6.src.tar.xz
-   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/clang-16.0.6.src.tar.xz.sig
-   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/clang-tools-extra-16.0.6.src.tar.xz
-   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/clang-tools-extra-16.0.6.src.tar.xz.sig
-   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/llvm-16.0.6.src.tar.xz
-   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/llvm-16.0.6.src.tar.xz.sig
-   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/cmake-16.0.6.src.tar.xz
-   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/cmake-16.0.6.src.tar.xz.sig
-   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/third-party-16.0.6.src.tar.xz
-   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/third-party-16.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/clang-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/clang-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/clang-tools-extra-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/clang-tools-extra-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/third-party-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/third-party-17.0.6.src.tar.xz.sig
source = 
clangd-handle-missing-ending-brace.patch::https://github.com/llvm/llvm-project/commit/9d1dada57741.patch
source = enable-fstack-protector-strong-by-default.patch
validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
-   sha256sums = 
1186b6e6eefeadd09912ed73b3729e85b59f043724bb2818a95a2ec024571840
+   sha256sums = 
a78f668a726ae1d3d9a7179996d97b12b90fb76ab9442a43110b972ff7ad9029
sha256sums = SKIP
-   sha256sums = 
174c7844db2590b18b2a59a9ce503f8fe439edc2de2f0f625006501c99736f31
+   sha256sums = 
aa774642415d338d7b77a66fcbad6fd1f77f382dabcb67422a6230614eff1ab9
sha256sums = SKIP
-   sha256sums = 
e91db44d1b3bb1c33fcea9a7d1f2423b883eaa9163d3d56ca2aa6d2f0711bc29
+   sha256sums = 
b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188
sha256sums = SKIP
-   sha256sums = 
39d342a4161095d2f28fb1253e4585978ac50521117da666e2b1f6f28b62f514
+   sha256sums = 
807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
sha256sums = SKIP
-   sha256sums = 
15f5b9aeeba938530af977d5f9205612737a091a7f0f6c8075df8723b7713f70
+   sha256sums = 
3054d0a9c9375dab1a4539cc2cc45ab340341c5d71475f9599ba7752e222947b
sha256sums = SKIP
sha256sums = 
c102e8a6a2adb0e8729865ffb8799b22bb8a9bdf0f421991880fa4393378370a
sha256sums = 
45da5783f4e89e4507a351ed0ffbbe6ec240e21ff7070797a89c5ccf434ac612

[Git][archlinux/packaging/packages/clang] Pushed new tag 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-1 at Arch Linux / Packaging / Packages 
/ clang

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




[Git][archlinux/packaging/packages/polly][main] upgpkg: 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
polly


Commits:
fad0c0a6 by Evangelos Foutras at 2024-03-02T16:37:05+02:00
upgpkg: 17.0.6-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,28 @@
+pkgbase = polly
+   pkgdesc = High-level loop and data-locality optimizer and optimization 
infrastructure for LLVM
+   pkgver = 17.0.6
+   pkgrel = 1
+   url = https://polly.llvm.org/
+   arch = x86_64
+   license = custom:Apache 2.0 with LLVM Exception
+   makedepends = llvm
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = python-sphinx
+   depends = gcc-libs
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/polly-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/polly-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz.sig
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
+   sha256sums = 
b4d39ab1cd65a8da234de0fa4a8a9b012aa48688168f4ea87fa5f3f42e03871c
+   sha256sums = SKIP
+   sha256sums = 
b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188
+   sha256sums = SKIP
+   sha256sums = 
807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
+   sha256sums = SKIP
+
+pkgname = polly


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=polly
-pkgver=16.0.6
+pkgver=17.0.6
 pkgrel=1
 pkgdesc="High-level loop and data-locality optimizer and optimization 
infrastructure for LLVM"
 arch=('x86_64')
@@ -13,11 +13,11 @@ 
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkg
 source=($_source_base/polly-$pkgver.src.tar.xz{,.sig}
 $_source_base/llvm-$pkgver.src.tar.xz{,.sig}
 $_source_base/cmake-$pkgver.src.tar.xz{,.sig})
-sha256sums=('16e04b206209461daf234b7668e5c457b1410cf1ab738148bc12b96776fd0561'
+sha256sums=('b4d39ab1cd65a8da234de0fa4a8a9b012aa48688168f4ea87fa5f3f42e03871c'
 'SKIP'
-'e91db44d1b3bb1c33fcea9a7d1f2423b883eaa9163d3d56ca2aa6d2f0711bc29'
+'b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188'
 'SKIP'
-'39d342a4161095d2f28fb1253e4585978ac50521117da666e2b1f6f28b62f514'
+'807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4'
 'SKIP')
 validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A'  # Tom Stellard 

   'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/polly/-/commit/fad0c0a6a568b77a258090d274bf185541f9d262

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




[Git][archlinux/packaging/packages/polly] Pushed new tag 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-1 at Arch Linux / Packaging / Packages 
/ polly

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




[Git][archlinux/packaging/packages/compiler-rt][main] upgpkg: 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
compiler-rt


Commits:
22914dd8 by Evangelos Foutras at 2024-03-02T16:31:19+02:00
upgpkg: 17.0.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = compiler-rt
pkgdesc = Compiler runtime libraries for clang
-   pkgver = 16.0.6
-   pkgrel = 3
+   pkgver = 17.0.6
+   pkgrel = 1
url = https://compiler-rt.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception
@@ -11,18 +11,16 @@ pkgbase = compiler-rt
makedepends = python
depends = gcc-libs
options = staticlibs
-   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/compiler-rt-16.0.6.src.tar.xz
-   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/compiler-rt-16.0.6.src.tar.xz.sig
-   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/cmake-16.0.6.src.tar.xz
-   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/cmake-16.0.6.src.tar.xz.sig
-   source = 
compiler-rt-move-allocator-base.patch::https://github.com/llvm/llvm-project/commit/fb77ca05ffb4.patch
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/compiler-rt-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/compiler-rt-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz.sig
validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
-   sha256sums = 
7911a2a9cca10393a17f637c01a6fb0a38f64ff47dc9168413a4190bc2db
+   sha256sums = 
11b8d09dcf92a0f91c5c82defb5ad9ff4acf5cf073a80c317204baa922d136b4
sha256sums = SKIP
-   sha256sums = 
39d342a4161095d2f28fb1253e4585978ac50521117da666e2b1f6f28b62f514
+   sha256sums = 
807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
sha256sums = SKIP
-   sha256sums = 
18d48240a6ef1242494fda7901858e189fb1c16791a33de0e862f519665eb1e3
makedepends_x86_64 = lib32-gcc-libs
 
 pkgname = compiler-rt


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Jan "heftig" Steffens 
 
 pkgname=compiler-rt
-pkgver=16.0.6
-pkgrel=3
+pkgver=17.0.6
+pkgrel=1
 pkgdesc="Compiler runtime libraries for clang"
 arch=('x86_64')
 url="https://compiler-rt.llvm.org/;
@@ -15,13 +15,11 @@ makedepends_x86_64=('lib32-gcc-libs')
 options=('staticlibs')
 
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/compiler-rt-$pkgver.src.tar.xz{,.sig}
-$_source_base/cmake-$pkgver.src.tar.xz{,.sig}
-
$pkgname-move-allocator-base.patch::https://github.com/llvm/llvm-project/commit/fb77ca05ffb4.patch)
-sha256sums=('7911a2a9cca10393a17f637c01a6fb0a38f64ff47dc9168413a4190bc2db'
+$_source_base/cmake-$pkgver.src.tar.xz{,.sig})
+sha256sums=('11b8d09dcf92a0f91c5c82defb5ad9ff4acf5cf073a80c317204baa922d136b4'
 'SKIP'
-'39d342a4161095d2f28fb1253e4585978ac50521117da666e2b1f6f28b62f514'
-'SKIP'
-'18d48240a6ef1242494fda7901858e189fb1c16791a33de0e862f519665eb1e3')
+'807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4'
+'SKIP')
 validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A'  # Tom Stellard 

   'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta 

 
@@ -29,9 +27,6 @@ prepare() {
   mv cmake{-$pkgver.src,}
   cd compiler-rt-$pkgver.src
   mkdir build
-
-  # ASan: move allocator base to avoid conflict with high-entropy ASLR for 
x86-64 Linux
-  patch -Np2 -i ../$pkgname-move-allocator-base.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt/-/commit/22914dd834ce59e51ad953e356ba78539b7b4d76

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




[Git][archlinux/packaging/packages/compiler-rt] Pushed new tag 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-1 at Arch Linux / Packaging / Packages 
/ compiler-rt

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




[Git][archlinux/packaging/packages/llvm][main] upgpkg: 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
llvm


Commits:
75ce3726 by Evangelos Foutras at 2024-03-02T16:24:56+02:00
upgpkg: 17.0.6-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,50 @@
+pkgbase = llvm
+   pkgver = 17.0.6
+   pkgrel = 1
+   url = https://llvm.org/
+   arch = x86_64
+   license = custom:Apache 2.0 with LLVM Exception
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = zlib
+   makedepends = zstd
+   makedepends = libffi
+   makedepends = libedit
+   makedepends = ncurses
+   makedepends = libxml2
+   makedepends = python-setuptools
+   makedepends = python-psutil
+   makedepends = python-sphinx
+   makedepends = python-recommonmark
+   options = staticlibs
+   options = !lto
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz.sig
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/third-party-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/third-party-17.0.6.src.tar.xz.sig
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
+   sha256sums = 
b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188
+   sha256sums = SKIP
+   sha256sums = 
807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
+   sha256sums = SKIP
+   sha256sums = 
3054d0a9c9375dab1a4539cc2cc45ab340341c5d71475f9599ba7752e222947b
+   sha256sums = SKIP
+
+pkgname = llvm
+   pkgdesc = Compiler infrastructure
+   depends = llvm-libs
+   depends = perl
+
+pkgname = llvm-libs
+   pkgdesc = LLVM runtime libraries
+   depends = gcc-libs
+   depends = zlib
+   depends = zstd
+   depends = libffi
+   depends = libedit
+   depends = ncurses
+   depends = libxml2
+   depends = llvm16-libs


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jan "heftig" Steffens 
 
 pkgname=('llvm' 'llvm-libs')
-pkgver=16.0.6
+pkgver=17.0.6
 pkgrel=1
 arch=('x86_64')
 url="https://llvm.org/;
@@ -10,16 +10,16 @@ license=('custom:Apache 2.0 with LLVM Exception')
 makedepends=('cmake' 'ninja' 'zlib' 'zstd' 'libffi' 'libedit' 'ncurses'
  'libxml2' 'python-setuptools' 'python-psutil' 'python-sphinx'
  'python-recommonmark')
-options=('staticlibs' '!lto') # 
https://github.com/llvm/llvm-project/issues/57740
+options=('staticlibs' '!lto') # tools/llvm-shlib/typeids.test fails with LTO
 
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/llvm-$pkgver.src.tar.xz{,.sig}
 $_source_base/cmake-$pkgver.src.tar.xz{,.sig}
 $_source_base/third-party-$pkgver.src.tar.xz{,.sig})
-sha256sums=('e91db44d1b3bb1c33fcea9a7d1f2423b883eaa9163d3d56ca2aa6d2f0711bc29'
+sha256sums=('b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188'
 'SKIP'
-'39d342a4161095d2f28fb1253e4585978ac50521117da666e2b1f6f28b62f514'
+'807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4'
 'SKIP'
-'15f5b9aeeba938530af977d5f9205612737a091a7f0f6c8075df8723b7713f70'
+'3054d0a9c9375dab1a4539cc2cc45ab340341c5d71475f9599ba7752e222947b'
 'SKIP')
 validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A'  # Tom Stellard 

   'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta 

@@ -39,6 +39,9 @@ _get_distribution_components() {
   # libraries needed for clang-tblgen
   LLVMDemangle|LLVMSupport|LLVMTableGen)
 ;;
+  # testing libraries
+  LLVMTestingAnnotations|LLVMTestingSupport)
+;;
   # exclude static libraries
   LLVM*)
 continue
@@ -81,6 +84,7 @@ build() {
 -DLLVM_ENABLE_SPHINX=ON
 -DLLVM_HOST_TRIPLE=$CHOST
 -DLLVM_INCLUDE_BENCHMARKS=OFF
+-DLLVM_INSTALL_GTEST=ON
 -DLLVM_INSTALL_UTILS=ON
 -DLLVM_LINK_LLVM_DYLIB=ON
 -DLLVM_USE_PERF=ON
@@ -127,6 +131,7 @@ package_llvm() {
 package_llvm-libs() {
   pkgdesc="LLVM runtime libraries"
   depends=('gcc-libs' 'zlib' 'zstd' 'libffi' 'libedit' 'ncurses' 'libxml2')
+  depends+=('llvm16-libs') # help bootstrapping crystal/ldc/rust (remove me!)
 
   install -d "$pkgdir/usr/lib"
   c

[Git][archlinux/packaging/packages/llvm] Pushed new tag 17.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-1 at Arch Linux / Packaging / Packages 
/ llvm

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




[Git][archlinux/packaging/packages/llvm16] Pushed new branch main

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new branch main at Arch Linux / Packaging / Packages / 
llvm16

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




[Git][archlinux/packaging/packages/llvm16] Pushed new tag 16.0.6-1

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 16.0.6-1 at Arch Linux / Packaging / Packages 
/ llvm16

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




[Git][archlinux/packaging/packages/sudo][main] Remove syslog.target from service file, this target hasn't existed for over a decade

2024-03-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
sudo


Commits:
7756d210 by Martin Rys at 2024-03-01T22:06:18+00:00
Remove syslog.target from service file, this target hasnt existed for over 
a decade
https://github.com/systemd/systemd/blob/6aa8d43ade72e24c9426e604f7fc4b7582b9db7c/NEWS#L72-L73
- - - - -


1 changed file:

- sudo_logsrvd.service


Changes:

=
sudo_logsrvd.service
=
@@ -2,7 +2,7 @@
 Description=Sudo central log server
 Documentation=man:sudo_logsrvd(8) man:sudo_logsrvd.conf(5)
 Documentation=https://www.sudo.ws/man.html
-After=syslog.target network.target auditd.service
+After=network.target auditd.service
 
 [Service]
 ExecStart=/usr/bin/sudo_logsrvd -n



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sudo/-/commit/7756d2101a446b3bc35f831accd0067c28374b95

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




[Git][archlinux/packaging/packages/re2][main] upgpkg: 1:20240301-1

2024-02-29 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
re2


Commits:
f488b795 by Evangelos Foutras at 2024-03-01T08:22:38+02:00
upgpkg: 1:20240301-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = re2
pkgdesc = Fast, safe, thread-friendly regular expression engine
-   pkgver = 20240201
+   pkgver = 20240301
pkgrel = 1
epoch = 1
url = https://github.com/google/re2
@@ -10,7 +10,7 @@ pkgbase = re2
depends = gcc-libs
depends = abseil-cpp
provides = libre2.so
-   source = 
re2-20240201.tar.gz::https://github.com/google/re2/archive/2024-02-01.tar.gz
-   sha256sums = 
cd191a311b84fcf37310e5cd876845b4bf5aee76fdd755008eef3b6478ce07bb
+   source = 
re2-20240301.tar.gz::https://github.com/google/re2/archive/2024-03-01.tar.gz
+   sha256sums = 
7b2b3aa8241eac25f674e5b5b2e23d4ac4f0a8891418a2661869f736f03f57f4
 
 pkgname = re2


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Alexandre Bique 
 
 pkgname=re2
-_re2ver=2024-02-01
+_re2ver=2024-03-01
 pkgrel=1
 epoch=1
 pkgver=${_re2ver//-}
@@ -16,7 +16,7 @@ depends=('gcc-libs' 'abseil-cpp')
 checkdepends=('gtest')
 provides=('libre2.so')
 
source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
-sha256sums=('cd191a311b84fcf37310e5cd876845b4bf5aee76fdd755008eef3b6478ce07bb')
+sha256sums=('7b2b3aa8241eac25f674e5b5b2e23d4ac4f0a8891418a2661869f736f03f57f4')
 
 build() {
   cd $pkgname-$_re2ver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/re2/-/commit/f488b795be33a1347b265edb8796504b6d4f62ba

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




[Git][archlinux/packaging/packages/re2] Pushed new tag 1-20240301-1

2024-02-29 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1-20240301-1 at Arch Linux / Packaging / 
Packages / re2

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




[Git][archlinux/packaging/packages/xfce4-clipman-plugin][main] upgpkg: 1.6.6-1

2024-02-29 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
xfce4-clipman-plugin


Commits:
ab8746fb by Evangelos Foutras at 2024-02-29T17:00:11+02:00
upgpkg: 1.6.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = xfce4-clipman-plugin
pkgdesc = A clipboard plugin for the Xfce4 panel
-   pkgver = 1.6.5
+   pkgver = 1.6.6
pkgrel = 1
url = https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = xfce4-clipman-plugin
depends = xfce4-panel
depends = libxtst
depends = qrencode
-   source = 
https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.5.tar.bz2
-   sha256sums = 
73156d66c1f866d2af0c20526c5ce58aedbce511b89bb436ba9bc6413fac5190
+   source = 
https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.6.tar.bz2
+   sha256sums = 
08ad475b006f878df5dd20d83c98edc33ed21e69b414d0e5ff6d4accd64d7120
 
 pkgname = xfce4-clipman-plugin


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-clipman-plugin
-pkgver=1.6.5
+pkgver=1.6.6
 pkgrel=1
 pkgdesc="A clipboard plugin for the Xfce4 panel"
 arch=('x86_64')
@@ -13,7 +13,7 @@ groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxtst' 'qrencode')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('73156d66c1f866d2af0c20526c5ce58aedbce511b89bb436ba9bc6413fac5190')
+sha256sums=('08ad475b006f878df5dd20d83c98edc33ed21e69b414d0e5ff6d4accd64d7120')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-clipman-plugin/-/commit/ab8746fb741f683fd92825cad573b74de81680af

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




[Git][archlinux/packaging/packages/xfce4-clipman-plugin] Pushed new tag 1.6.6-1

2024-02-29 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.6.6-1 at Arch Linux / Packaging / Packages / 
xfce4-clipman-plugin

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




[Git][archlinux/packaging/packages/xfce4-taskmanager][main] upgpkg: 1.5.7-1

2024-02-29 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
xfce4-taskmanager


Commits:
cb73f9a0 by Evangelos Foutras at 2024-02-29T16:47:26+02:00
upgpkg: 1.5.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xfce4-taskmanager
pkgdesc = Easy to use task manager
-   pkgver = 1.5.6
-   pkgrel = 2
+   pkgver = 1.5.7
+   pkgrel = 1
url = https://docs.xfce.org/apps/xfce4-taskmanager
arch = x86_64
groups = xfce4-goodies
@@ -11,9 +11,7 @@ pkgbase = xfce4-taskmanager
depends = xfconf
depends = libxmu
depends = libwnck3
-   source = 
https://archive.xfce.org/src/apps/xfce4-taskmanager/1.5/xfce4-taskmanager-1.5.6.tar.bz2
-   source = 
xfce4-taskmanager-fix-broken-show-legend-setting-sync.patch::https://gitlab.xfce.org/apps/xfce4-taskmanager/-/commit/b525a8569108.patch
-   sha256sums = 
20979000761a41faed4f7f63f27bd18bb36fb27db4f7ecc8784a460701fb4abb
-   sha256sums = 
effb4a621706ec9efab414af2b4f58dd991e523a3761c344fedf5d5212a6537c
+   source = 
https://archive.xfce.org/src/apps/xfce4-taskmanager/1.5/xfce4-taskmanager-1.5.7.tar.bz2
+   sha256sums = 
6736832f5a64533e536f4994280bd907da19666cda8d2f465c8a53bb581f68bb
 
 pkgname = xfce4-taskmanager


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=xfce4-taskmanager
-pkgver=1.5.6
-pkgrel=2
+pkgver=1.5.7
+pkgrel=1
 pkgdesc="Easy to use task manager"
 arch=('x86_64')
 url="https://docs.xfce.org/apps/xfce4-taskmanager;
@@ -10,14 +10,11 @@ license=('GPL2')
 depends=('libxfce4ui' 'xfconf' 'libxmu' 'libwnck3')
 makedepends=('intltool')
 groups=('xfce4-goodies')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-
$pkgname-fix-broken-show-legend-setting-sync.patch::https://gitlab.xfce.org/apps/xfce4-taskmanager/-/commit/b525a8569108.patch)
-sha256sums=('20979000761a41faed4f7f63f27bd18bb36fb27db4f7ecc8784a460701fb4abb'
-'effb4a621706ec9efab414af2b4f58dd991e523a3761c344fedf5d5212a6537c')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6736832f5a64533e536f4994280bd907da19666cda8d2f465c8a53bb581f68bb')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../$pkgname-fix-broken-show-legend-setting-sync.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-taskmanager/-/commit/cb73f9a0c4e3fa52e7330c329f29c6637ea2a5e0

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




[Git][archlinux/packaging/packages/xfce4-taskmanager] Pushed new tag 1.5.7-1

2024-02-29 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.5.7-1 at Arch Linux / Packaging / Packages / 
xfce4-taskmanager

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




[Git][archlinux/packaging/packages/xfce4-terminal][main] upgpkg: 1.1.3-1

2024-02-29 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
xfce4-terminal


Commits:
ead50dcd by Evangelos Foutras at 2024-02-29T16:43:21+02:00
upgpkg: 1.1.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xfce4-terminal
pkgdesc = A modern terminal emulator primarily for the Xfce desktop 
environment
-   pkgver = 1.1.2
-   pkgrel = 2
+   pkgver = 1.1.3
+   pkgrel = 1
url = https://docs.xfce.org/apps/terminal/start
arch = x86_64
groups = xfce4
@@ -11,9 +11,7 @@ pkgbase = xfce4-terminal
depends = vte3
depends = gtk-layer-shell
depends = hicolor-icon-theme
-   source = 
https://archive.xfce.org/src/apps/xfce4-terminal/1.1/xfce4-terminal-1.1.2.tar.bz2
-   source = 
xfce4-terminal-wrong-assert.patch::https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/177fda86451c.patch
-   sha256sums = 
79a85ee216502c7248e04d560adf8fef86b9d0e047f81e9ea4fe26fbda34d810
-   sha256sums = 
81d213427d307a4f428ea7dbfd217dec15b80d187002845b0e1c1873431e14b7
+   source = 
https://archive.xfce.org/src/apps/xfce4-terminal/1.1/xfce4-terminal-1.1.3.tar.bz2
+   sha256sums = 
214dd588d441b69f816009682a3bb4652cc19bed7ea64b612a12f097417b3d45
 
 pkgname = xfce4-terminal


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-terminal
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
 pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
 arch=('x86_64')
 url="https://docs.xfce.org/apps/terminal/start;
@@ -12,16 +12,11 @@ license=('GPL2')
 groups=('xfce4')
 depends=('libxfce4ui' 'vte3' 'gtk-layer-shell' 'hicolor-icon-theme')
 makedepends=('intltool')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-
$pkgname-wrong-assert.patch::https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/177fda86451c.patch)
-sha256sums=('79a85ee216502c7248e04d560adf8fef86b9d0e047f81e9ea4fe26fbda34d810'
-'81d213427d307a4f428ea7dbfd217dec15b80d187002845b0e1c1873431e14b7')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('214dd588d441b69f816009682a3bb4652cc19bed7ea64b612a12f097417b3d45')
 
 prepare() {
   cd $pkgname-$pkgver
-
-  # https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/299
-  patch -Np1 -i ../$pkgname-wrong-assert.patch
 }
 
 build() {



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

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




[Git][archlinux/packaging/packages/xfce4-terminal] Pushed new tag 1.1.3-1

2024-02-29 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.1.3-1 at Arch Linux / Packaging / Packages / 
xfce4-terminal

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




[Git][archlinux/packaging/packages/xfce4-panel][main] upgpkg: 4.18.6-1

2024-02-29 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
xfce4-panel


Commits:
c794c1ef by Evangelos Foutras at 2024-02-29T16:21:03+02:00
upgpkg: 4.18.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = xfce4-panel
pkgdesc = Panel for the Xfce desktop environment
-   pkgver = 4.18.5
+   pkgver = 4.18.6
pkgrel = 1
url = https://docs.xfce.org/xfce/xfce4-panel/start
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = xfce4-panel
depends = libdbusmenu-gtk3
depends = hicolor-icon-theme
depends = desktop-file-utils
-   source = 
https://archive.xfce.org/src/xfce/xfce4-panel/4.18/xfce4-panel-4.18.5.tar.bz2
-   sha256sums = 
b20e0d10cc5149a601d8eee07373efb446ea3e179dd032ed8ddb5782e3f9e7cb
+   source = 
https://archive.xfce.org/src/xfce/xfce4-panel/4.18/xfce4-panel-4.18.6.tar.bz2
+   sha256sums = 
21337161f58bb9b6e42760cb6883bc79beea27882aa6272b61f0e09d750d7c62
 
 pkgname = xfce4-panel


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-panel
-pkgver=4.18.5
+pkgver=4.18.6
 pkgrel=1
 pkgdesc="Panel for the Xfce desktop environment"
 arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 
'libdbusmenu-gtk3'
  'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('intltool' 'gobject-introspection' 'vala')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b20e0d10cc5149a601d8eee07373efb446ea3e179dd032ed8ddb5782e3f9e7cb')
+sha256sums=('21337161f58bb9b6e42760cb6883bc79beea27882aa6272b61f0e09d750d7c62')
 
 build() {
   cd $pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/xfce4-panel] Pushed new tag 4.18.6-1

2024-02-29 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 4.18.6-1 at Arch Linux / Packaging / Packages 
/ xfce4-panel

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




[Git][archlinux/packaging/packages/libxfce4windowing] Pushed new tag 4.19.3-1

2024-02-29 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 4.19.3-1 at Arch Linux / Packaging / Packages 
/ libxfce4windowing

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




[Git][archlinux/packaging/packages/libxfce4windowing][main] upgpkg: 4.19.3-1

2024-02-29 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
libxfce4windowing


Commits:
4ed698f9 by Evangelos Foutras at 2024-02-29T16:20:17+02:00
upgpkg: 4.19.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libxfce4windowing
pkgdesc = Windowing concept abstraction library for X11 and Wayland
-   pkgver = 4.19.2
+   pkgver = 4.19.3
pkgrel = 1
url = https://docs.xfce.org/xfce/libxfce4windowing/start
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = libxfce4windowing
depends = libwnck3
depends = libx11
depends = wayland
-   source = 
https://archive.xfce.org/src/xfce/libxfce4windowing/4.19/libxfce4windowing-4.19.2.tar.bz2
-   sha256sums = 
3d50eeb5b01f0911a8cd5fbd19dbfc93c58a2909fb3ab051a0c0579b753bee66
+   source = 
https://archive.xfce.org/src/xfce/libxfce4windowing/4.19/libxfce4windowing-4.19.3.tar.bz2
+   sha256sums = 
3bf6ce5511ef7fb04ddcea79dfdec7a500d8e0b4b7566b28b4cd662adc74bb5a
 
 pkgname = libxfce4windowing


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=libxfce4windowing
-pkgver=4.19.2
+pkgver=4.19.3
 pkgrel=1
 pkgdesc="Windowing concept abstraction library for X11 and Wayland"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('LGPL2.1')
 depends=('gdk-pixbuf2' 'glib2' 'gtk3' 'libwnck3' 'libx11' 'wayland')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3d50eeb5b01f0911a8cd5fbd19dbfc93c58a2909fb3ab051a0c0579b753bee66')
+sha256sums=('3bf6ce5511ef7fb04ddcea79dfdec7a500d8e0b4b7566b28b4cd662adc74bb5a')
 
 build() {
   cd $pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 122.0.6261.94-1

2024-02-27 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
bb890d9c by Evangelos Foutras at 2024-02-28T08:59:41+02:00
upgpkg: 122.0.6261.94-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 122.0.6261.69
+   pkgver = 122.0.6261.94
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -53,7 +53,7 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-122.0.6261.69.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-122.0.6261.94.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/122/chromium-patches-122.tar.bz2
source = support-ICU-74-in-LazyTextBreakIterator.patch
@@ -63,7 +63,7 @@ pkgbase = chromium
source = drop-flags-unsupported-by-clang16.patch
source = compiler-rt-16.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
f5bf4085ad3173883b45ea72b483d07f50ec3aa0f7546ac3837a9d26d0b4f9c0
+   sha256sums = 
2d0294d9baf94c921e4e10af7841cc6c11e3880f120e83fd57409e87ce3cb1e7
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
1f6acf165578288dc84edc7d9dcfabf7d38f55153b63a37ee5afa929f0e2baad
sha256sums = 
8c256b2a9498a63706a6e7a55eadbeb8cc814be66a75e49aec3716c6be450c6c


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=122.0.6261.69
+pkgver=122.0.6261.94
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -35,7 +35,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flags-unsupported-by-clang16.patch
 compiler-rt-16.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('f5bf4085ad3173883b45ea72b483d07f50ec3aa0f7546ac3837a9d26d0b4f9c0'
+sha256sums=('2d0294d9baf94c921e4e10af7841cc6c11e3880f120e83fd57409e87ce3cb1e7'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '1f6acf165578288dc84edc7d9dcfabf7d38f55153b63a37ee5afa929f0e2baad'
 '8c256b2a9498a63706a6e7a55eadbeb8cc814be66a75e49aec3716c6be450c6c'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/bb890d9c79c8c29bb1a39ff3c13526ee37228de4

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 122.0.6261.94-1

2024-02-27 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 122.0.6261.94-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/whois][main] upgpkg: 5.5.21-1

2024-02-25 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
whois


Commits:
320f2bbc by Evangelos Foutras at 2024-02-25T11:40:35+02:00
upgpkg: 5.5.21-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = whois
pkgdesc = Intelligent WHOIS client
-   pkgver = 5.5.20
+   pkgver = 5.5.21
pkgrel = 1
url = https://github.com/rfc1036/whois
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = whois
depends = libidn2
depends = libxcrypt
backup = etc/whois.conf
-   source = git+https://github.com/rfc1036/whois.git#tag=v5.5.20?signed
+   source = git+https://github.com/rfc1036/whois.git#tag=v5.5.21?signed
validpgpkeys = 6791403B68AE2690517C42EAE6FFF1E38DC968B0
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=whois
-pkgver=5.5.20
+pkgver=5.5.21
 pkgrel=1
 pkgdesc="Intelligent WHOIS client"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/whois/-/commit/320f2bbc70a265490ab513f1a6e6b37553895013

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




[Git][archlinux/packaging/packages/whois] Pushed new tag 5.5.21-1

2024-02-25 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 5.5.21-1 at Arch Linux / Packaging / Packages 
/ whois

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




[Git][archlinux/packaging/packages/python-stevedore] Pushed new tag 5.2.0-1

2024-02-23 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 5.2.0-1 at Arch Linux / Packaging / Packages / 
python-stevedore

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




[Git][archlinux/packaging/packages/python-stevedore][main] upgpkg: 5.2.0-1

2024-02-23 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-stevedore


Commits:
1de927b7 by Evangelos Foutras at 2024-02-23T22:34:33+02:00
upgpkg: 5.2.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = python-stevedore
+   pkgdesc = Manage dynamic plugins for Python applications
+   pkgver = 5.2.0
+   pkgrel = 1
+   url = https://github.com/openstack/stevedore
+   arch = any
+   license = Apache
+   makedepends = python-pbr
+   makedepends = python-setuptools
+   depends = python
+   options = !emptydirs
+   source = 
https://pypi.org/packages/source/s/stevedore/stevedore-5.2.0.tar.gz
+   sha256sums = 
46b93ca40e1114cea93d738a6c1e365396981bb6bb78c27045b7587c9473544d
+
+pkgname = python-stevedore


=
PKGBUILD
=
@@ -1,17 +1,17 @@
 # Maintainer: Evangelos Foutras https://github.com/openstack/stevedore;
 license=('Apache')
 depends=('python')
-makedepends=('python-pbr')
+makedepends=('python-pbr' 'python-setuptools')
 options=('!emptydirs')
 source=(https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('a54534acf9b89bc7ed264807013b505bf07f74dbe4bcfa37d32bd063870b087c')
+sha256sums=('46b93ca40e1114cea93d738a6c1e365396981bb6bb78c27045b7587c9473544d')
 
 prepare() {
   cd stevedore-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-stevedore/-/commit/1de927b7268de7508b59239fbe1a5125cb450749

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




[Git][archlinux/packaging/packages/gcompris-qt][main] upgpkg: 4.0-1

2024-02-23 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
gcompris-qt


Commits:
3bedafbf by Evangelos Foutras at 2024-02-23T17:10:58+02:00
upgpkg: 4.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gcompris-qt
pkgdesc = Educational software suite comprising of numerous activities 
for children aged 2 to 10
-   pkgver = 3.3
-   pkgrel = 2
+   pkgver = 4.0
+   pkgrel = 1
url = https://gcompris.net/
arch = x86_64
license = AGPL3
@@ -23,10 +23,10 @@ pkgbase = gcompris-qt
depends = hicolor-icon-theme
replaces = gcompris
replaces = gcompris-data
-   source = 
https://download.kde.org/stable/gcompris/qt/src/gcompris-qt-3.3.tar.xz
-   source = 
https://download.kde.org/stable/gcompris/qt/src/gcompris-qt-3.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/gcompris/qt/src/gcompris-qt-4.0.tar.xz
+   source = 
https://download.kde.org/stable/gcompris/qt/src/gcompris-qt-4.0.tar.xz.sig
validpgpkeys = D2FAAB621F618D42685B427B63D7264C05687D7E
-   sha256sums = 
f21aa2ab5c18c388ab6ce5c2af0709a9332e2c84b34a64aa3eec36467f17cd00
+   sha256sums = 
c1c4ea9caec44affa3587af96ac79d964439ad957d895e0f2d2f32424bee0eb6
sha256sums = SKIP
 
 pkgname = gcompris-qt


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Jose Riha 
 
 pkgname=gcompris-qt
-pkgver=3.3
-pkgrel=2
+pkgver=4.0
+pkgrel=1
 pkgdesc="Educational software suite comprising of numerous activities for 
children aged 2 to 10"
 arch=('x86_64')
 url="https://gcompris.net/;
@@ -14,7 +14,7 @@ depends=('qt5-base' 'qt5-declarative' 'qt5-multimedia' 
'qt5-svg' 'qt5-sensors'
 makedepends=('cmake' 'extra-cmake-modules' 'qt5-tools' 'kdoctools5')
 replaces=('gcompris' 'gcompris-data')
 
source=(https://download.kde.org/stable/gcompris/qt/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('f21aa2ab5c18c388ab6ce5c2af0709a9332e2c84b34a64aa3eec36467f17cd00'
+sha256sums=('c1c4ea9caec44affa3587af96ac79d964439ad957d895e0f2d2f32424bee0eb6'
 'SKIP')
 validpgpkeys=('D2FAAB621F618D42685B427B63D7264C05687D7E') # Timothée Giet 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcompris-qt/-/commit/3bedafbf8ea0551a3385fc18c1d151c556f0a201

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




[Git][archlinux/packaging/packages/gcompris-qt] Pushed new tag 4.0-1

2024-02-23 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 4.0-1 at Arch Linux / Packaging / Packages / 
gcompris-qt

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




[Git][archlinux/packaging/packages/pidgin][main] upgpkg: 2.14.13-1

2024-02-23 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
pidgin


Commits:
f4a6cb90 by Evangelos Foutras at 2024-02-23T17:03:59+02:00
upgpkg: 2.14.13-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,66 @@
+pkgbase = pidgin
+   pkgver = 2.14.13
+   pkgrel = 1
+   url = https://pidgin.im/
+   arch = x86_64
+   license = GPL
+   makedepends = startup-notification
+   makedepends = gtkspell
+   makedepends = libxss
+   makedepends = nss
+   makedepends = libsasl
+   makedepends = libsm
+   makedepends = libidn
+   makedepends = libgadu
+   makedepends = python
+   makedepends = hicolor-icon-theme
+   makedepends = farstream
+   makedepends = tk
+   makedepends = libnsl
+   makedepends = avahi
+   makedepends = ca-certificates
+   makedepends = intltool
+   makedepends = libnm
+   makedepends = dbus-glib
+   makedepends = libgnt
+   makedepends = libxcrypt
+   options = !emptydirs
+   source = 
https://downloads.sourceforge.net/project/pidgin/Pidgin/2.14.13/pidgin-2.14.13.tar.bz2
+   source = 
https://downloads.sourceforge.net/project/pidgin/Pidgin/2.14.13/pidgin-2.14.13.tar.bz2.asc
+   validpgpkeys = 40DE1DC7288FE3F50AB938C548F66AFFD9BDB729
+   sha256sums = 
120049dc8e17e09a2a7d256aff2191ff8491abb840c8c7eb319a161e2df16ba8
+   sha256sums = SKIP
+
+pkgname = pidgin
+   pkgdesc = Multi-protocol instant messaging client
+   depends = libpurple
+   depends = startup-notification
+   depends = gtkspell
+   depends = libxss
+   depends = libsm
+   depends = gst-plugins-base
+   depends = gst-plugins-good
+   depends = hicolor-icon-theme
+   optdepends = aspell: for spelling correction
+
+pkgname = libpurple
+   pkgdesc = IM library extracted from Pidgin
+   depends = farstream
+   depends = libsasl
+   depends = libidn
+   depends = libnsl
+   depends = libgadu
+   depends = dbus-glib
+   depends = nss
+   depends = libnm
+   depends = libxcrypt
+   optdepends = avahi: Bonjour protocol support
+   optdepends = ca-certificates: SSL CA certificates
+   optdepends = python-dbus: for purple-remote and purple-url-handler
+   optdepends = tk: Tcl/Tk scripting support
+
+pkgname = finch
+   pkgdesc = A ncurses-based messaging client
+   depends = libpurple
+   depends = libgnt
+   depends = libx11


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Lucien Immink 
 
 pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.14.12
-pkgrel=2
+pkgver=2.14.13
+pkgrel=1
 arch=('x86_64')
 url="https://pidgin.im/;
 license=('GPL')
@@ -16,7 +16,7 @@ makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 
'libsasl' 'libsm'
  'libgnt' 'libxcrypt')
 options=('!emptydirs')
 
source=(https://downloads.sourceforge.net/project/pidgin/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
-sha256sums=('2b05246be208605edbb93ae9edc079583d449e2a9710db6d348d17f59020a4b7'
+sha256sums=('120049dc8e17e09a2a7d256aff2191ff8491abb840c8c7eb319a161e2df16ba8'
 'SKIP')
 validpgpkeys=('40DE1DC7288FE3F50AB938C548F66AFFD9BDB729') # Gary Kramlich 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pidgin/-/commit/f4a6cb9058a2e2330a1d9462adab8732b088a9c2

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




[Git][archlinux/packaging/packages/pidgin] Pushed new tag 2.14.13-1

2024-02-23 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 2.14.13-1 at Arch Linux / Packaging / Packages 
/ pidgin

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 122.0.6261.69-1

2024-02-23 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 122.0.6261.69-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 122.0.6261.69-1

2024-02-23 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
62ebe6f2 by Evangelos Foutras at 2024-02-23T13:42:32+02:00
upgpkg: 122.0.6261.69-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 122.0.6261.57
+   pkgver = 122.0.6261.69
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -53,7 +53,7 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-122.0.6261.57.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-122.0.6261.69.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/122/chromium-patches-122.tar.bz2
source = support-ICU-74-in-LazyTextBreakIterator.patch
@@ -63,7 +63,7 @@ pkgbase = chromium
source = drop-flags-unsupported-by-clang16.patch
source = compiler-rt-16.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
1594635f8c2db05c8d17f9f2e591b554eaf821a1a2249c271e91926db49fa7cd
+   sha256sums = 
f5bf4085ad3173883b45ea72b483d07f50ec3aa0f7546ac3837a9d26d0b4f9c0
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
1f6acf165578288dc84edc7d9dcfabf7d38f55153b63a37ee5afa929f0e2baad
sha256sums = 
8c256b2a9498a63706a6e7a55eadbeb8cc814be66a75e49aec3716c6be450c6c


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=122.0.6261.57
+pkgver=122.0.6261.69
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -35,7 +35,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flags-unsupported-by-clang16.patch
 compiler-rt-16.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('1594635f8c2db05c8d17f9f2e591b554eaf821a1a2249c271e91926db49fa7cd'
+sha256sums=('f5bf4085ad3173883b45ea72b483d07f50ec3aa0f7546ac3837a9d26d0b4f9c0'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '1f6acf165578288dc84edc7d9dcfabf7d38f55153b63a37ee5afa929f0e2baad'
 '8c256b2a9498a63706a6e7a55eadbeb8cc814be66a75e49aec3716c6be450c6c'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/62ebe6f21269e763752b38dfd80ebb5c5f6aafe9

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 122.0.6261.57-1

2024-02-20 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 122.0.6261.57-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 122.0.6261.57-1

2024-02-20 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
2d1f07f0 by Evangelos Foutras at 2024-02-21T09:20:32+02:00
upgpkg: 122.0.6261.57-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 122.0.6261.39
+   pkgver = 122.0.6261.57
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -53,7 +53,7 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-122.0.6261.39.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-122.0.6261.57.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/122/chromium-patches-122.tar.bz2
source = support-ICU-74-in-LazyTextBreakIterator.patch
@@ -63,7 +63,7 @@ pkgbase = chromium
source = drop-flags-unsupported-by-clang16.patch
source = compiler-rt-16.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
30fc98bdb497d98e63fcb4d8e76acf5201eddf7e65ee907ecf4041cc8e121be3
+   sha256sums = 
1594635f8c2db05c8d17f9f2e591b554eaf821a1a2249c271e91926db49fa7cd
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
1f6acf165578288dc84edc7d9dcfabf7d38f55153b63a37ee5afa929f0e2baad
sha256sums = 
8c256b2a9498a63706a6e7a55eadbeb8cc814be66a75e49aec3716c6be450c6c


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=122.0.6261.39
+pkgver=122.0.6261.57
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -35,7 +35,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flags-unsupported-by-clang16.patch
 compiler-rt-16.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('30fc98bdb497d98e63fcb4d8e76acf5201eddf7e65ee907ecf4041cc8e121be3'
+sha256sums=('1594635f8c2db05c8d17f9f2e591b554eaf821a1a2249c271e91926db49fa7cd'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '1f6acf165578288dc84edc7d9dcfabf7d38f55153b63a37ee5afa929f0e2baad'
 '8c256b2a9498a63706a6e7a55eadbeb8cc814be66a75e49aec3716c6be450c6c'



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

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




[Git][archlinux/packaging/packages/gptfdisk] Pushed new tag 1.0.10-1

2024-02-20 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.0.10-1 at Arch Linux / Packaging / Packages 
/ gptfdisk

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




[Git][archlinux/packaging/packages/cloc][main] upgpkg: 2.00-1

2024-02-20 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
cloc


Commits:
bddc57a3 by Evangelos Foutras at 2024-02-20T21:12:23+02:00
upgpkg: 2.00-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = cloc
+   pkgdesc = Count lines of code
+   pkgver = 2.00
+   pkgrel = 1
+   url = https://github.com/AlDanial/cloc
+   arch = any
+   license = GPL
+   depends = perl
+   depends = perl-algorithm-diff
+   depends = perl-regexp-common
+   depends = perl-parallel-forkmanager
+   source = 
https://github.com/AlDanial/cloc/releases/download/v2.00/cloc-2.00.tar.gz
+   sha256sums = 
1e6eaa81aacd326e7bed4e75d22e00cf74a5f61d4852396920ffbfa0038e969a
+
+pkgname = cloc


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Diogo Ferreira 
 
 pkgname=cloc
-pkgver=1.98
+pkgver=2.00
 pkgrel=1
 pkgdesc="Count lines of code"
 arch=('any')
@@ -11,7 +11,7 @@ license=('GPL')
 depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
  'perl-parallel-forkmanager')
 
source=(https://github.com/AlDanial/cloc/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('5fe0b159eb75718df7308a4f61470eaddf8217073392e37a3fbb4651cf8a')
+sha256sums=('1e6eaa81aacd326e7bed4e75d22e00cf74a5f61d4852396920ffbfa0038e969a')
 
 package() {
   cd $pkgname-$pkgver/Unix



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cloc/-/commit/bddc57a386c55b418fe9ef75c478f0e33912c3c6

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




[Git][archlinux/packaging/packages/cloc] Pushed new tag 2.00-1

2024-02-20 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 2.00-1 at Arch Linux / Packaging / Packages / 
cloc

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 122.0.6261.39-1

2024-02-14 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 122.0.6261.39-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 121.0.6167.184-1

2024-02-13 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
4c361c4c by Evangelos Foutras at 2024-02-13T23:22:12+02:00
upgpkg: 121.0.6167.184-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 121.0.6167.160
+   pkgver = 121.0.6167.184
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -53,7 +53,7 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-121.0.6167.160.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-121.0.6167.184.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/121/chromium-patches-121.tar.bz2
source = REVERT-simplify-blink-NativeValueTraitsBase.patch
@@ -62,7 +62,7 @@ pkgbase = chromium
source = drop-flags-unsupported-by-clang16.patch
source = compiler-rt-16.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
4586673899383d30e9d95fa3a9c5f8160f32a9d5789e40be82abf3e4dd9cc3df
+   sha256sums = 
9fd6b82e7077ac26ec264bfcfc8ac8e0c2a0240378f035c9c0f34ad467aef09d
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
e9113c1ed2900b84b488e608774ce25212d3c60094abdae005d8a943df9b505e
sha256sums = 
318df8f8662071cebcdf953698408058e17f59f184500b7e12e01a04a4206b50


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=121.0.6167.160
+pkgver=121.0.6167.184
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -34,7 +34,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flags-unsupported-by-clang16.patch
 compiler-rt-16.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('4586673899383d30e9d95fa3a9c5f8160f32a9d5789e40be82abf3e4dd9cc3df'
+sha256sums=('9fd6b82e7077ac26ec264bfcfc8ac8e0c2a0240378f035c9c0f34ad467aef09d'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'e9113c1ed2900b84b488e608774ce25212d3c60094abdae005d8a943df9b505e'
 '318df8f8662071cebcdf953698408058e17f59f184500b7e12e01a04a4206b50'



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

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 121.0.6167.184-1

2024-02-13 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 121.0.6167.184-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/gn] Pushed new tag 0.2143.a2e2717e-1

2024-02-11 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.2143.a2e2717e-1 at Arch Linux / Packaging / 
Packages / gn

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




[Git][archlinux/packaging/packages/gn][main] upgpkg: 0.2143.a2e2717e-1

2024-02-11 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
gn


Commits:
ddf8be01 by Evangelos Foutras at 2024-02-11T18:08:30+02:00
upgpkg: 0.2143.a2e2717e-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gn
pkgdesc = Meta-build system that generates build files for Ninja
-   pkgver = 0.2130.7367b0df
+   pkgver = 0.2143.a2e2717e
pkgrel = 1
url = https://gn.googlesource.com/gn/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = gn
makedepends = python
makedepends = git
depends = gcc-libs
-   source = 
git+https://gn.googlesource.com/gn#commit=7367b0df0a0aa25440303998d54045bda73935a5
+   source = 
git+https://gn.googlesource.com/gn#commit=a2e2717ea670249a34b0de4b3e54f268d320bdfa
sha256sums = SKIP
 
 pkgname = gn


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=gn
-pkgver=0.2130.7367b0df
-_commit=7367b0df0a0aa25440303998d54045bda73935a5
+pkgver=0.2143.a2e2717e
+_commit=a2e2717ea670249a34b0de4b3e54f268d320bdfa
 pkgrel=1
 pkgdesc="Meta-build system that generates build files for Ninja"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gn/-/commit/ddf8be0115117b5a0bf621e6dbdb935563e685cc

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




[Git][archlinux/packaging/packages/handbrake][main] upgpkg: 1.7.3-1

2024-02-11 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
handbrake


Commits:
5e0e48c3 by Evangelos Foutras at 2024-02-11T16:50:44+02:00
upgpkg: 1.7.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = handbrake
-   pkgver = 1.7.2
-   pkgrel = 2
+   pkgver = 1.7.3
+   pkgrel = 1
url = https://handbrake.fr/
arch = x86_64
license = GPL
@@ -31,11 +31,12 @@ pkgbase = handbrake
makedepends = gtk3
makedepends = librsvg
options = !lto
-   source = 
https://github.com/HandBrake/HandBrake/releases/download/1.7.2/HandBrake-1.7.2-source.tar.bz2
-   source = 
https://github.com/HandBrake/HandBrake/releases/download/1.7.2/HandBrake-1.7.2-source.tar.bz2.sig
+   source = 
https://github.com/HandBrake/HandBrake/releases/download/1.7.3/HandBrake-1.7.3-source.tar.bz2
+   source = 
https://github.com/HandBrake/HandBrake/releases/download/1.7.3/HandBrake-1.7.3-source.tar.bz2.sig
validpgpkeys = 1629C061B3DDE7EB4AE34B81021DB8B44E4A8645
validpgpkeys = 1629C061B3DDE7EB4AE34B81021DB8B44E4A8645
-   sha256sums = 
6a0fa23420483a2d74e58f0ad9944931d8f2e65bee63cf17333cbd9cb560ba93
+   validpgpkeys = 1629C061B3DDE7EB4AE34B81021DB8B44E4A8645
+   sha256sums = 
228681e9f361a69f1e813a112e9029d90fcf89e54172e7ff1863ce1995eae79a
sha256sums = SKIP
 
 pkgname = handbrake


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=('handbrake' 'handbrake-cli')
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.7.3
+pkgrel=1
 arch=('x86_64')
 url="https://handbrake.fr/;
 license=('GPL')
@@ -18,7 +18,7 @@ makedepends=('python' 'nasm' 'wget' 'cmake' 'meson' 'git'
  "${_commondeps[@]}" "${_guideps[@]}")
 options=('!lto') # https://bugs.archlinux.org/task/72600
 
source=(https://github.com/HandBrake/HandBrake/releases/download/$pkgver/HandBrake-$pkgver-source.tar.bz2{,.sig})
-sha256sums=('6a0fa23420483a2d74e58f0ad9944931d8f2e65bee63cf17333cbd9cb560ba93'
+sha256sums=('228681e9f361a69f1e813a112e9029d90fcf89e54172e7ff1863ce1995eae79a'
 'SKIP')
 validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team 

 



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

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




[Git][archlinux/packaging/packages/handbrake] Pushed new tag 1.7.3-1

2024-02-11 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.7.3-1 at Arch Linux / Packaging / Packages / 
handbrake

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




[Git][archlinux/packaging/packages/xfce4-notifyd][main] upgpkg: 0.9.4-1

2024-02-09 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
xfce4-notifyd


Commits:
d7a9e20d by Evangelos Foutras at 2024-02-09T23:13:21+02:00
upgpkg: 0.9.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = xfce4-notifyd
pkgdesc = Notification daemon for the Xfce desktop
-   pkgver = 0.9.3
+   pkgver = 0.9.4
pkgrel = 1
url = https://docs.xfce.org/apps/notifyd/start
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = xfce4-notifyd
depends = libcanberra
depends = hicolor-icon-theme
provides = notification-daemon
-   source = 
https://archive.xfce.org/src/apps/xfce4-notifyd/0.9/xfce4-notifyd-0.9.3.tar.bz2
-   sha256sums = 
79ee4701e2f8715a700de2431aa33682933cab18d76938bb18e2820302bbe030
+   source = 
https://archive.xfce.org/src/apps/xfce4-notifyd/0.9/xfce4-notifyd-0.9.4.tar.bz2
+   sha256sums = 
ae6c128c055c44bd07202f73ae69ad833c5e4754f3530696965136e4d9ea7818
 
 pkgname = xfce4-notifyd


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('libxfce4ui' 'libxfce4util' 'libnotify' 'xfconf' 
'sqlite' 'libcanberra'
 makedepends=('intltool' 'python' 'xfce4-panel' 'xfce4-dev-tools')
 provides=('notification-daemon')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('79ee4701e2f8715a700de2431aa33682933cab18d76938bb18e2820302bbe030')
+sha256sums=('ae6c128c055c44bd07202f73ae69ad833c5e4754f3530696965136e4d9ea7818')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-notifyd/-/commit/d7a9e20d23d71b545004129082c7a38292c7

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




[Git][archlinux/packaging/packages/xfce4-notifyd] Pushed new tag 0.9.4-1

2024-02-09 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.9.4-1 at Arch Linux / Packaging / Packages / 
xfce4-notifyd

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 121.0.6167.160-1

2024-02-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
f131fb97 by Evangelos Foutras at 2024-02-07T09:32:29+02:00
upgpkg: 121.0.6167.160-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 121.0.6167.139
-   pkgrel = 2
+   pkgver = 121.0.6167.160
+   pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
license = BSD-3-Clause
@@ -53,16 +53,16 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-121.0.6167.139.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-121.0.6167.160.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/121/chromium-patches-121.tar.bz2
-   source = 
REVERT-simplify-blink-NativeValueTraitsBase.patch::https://github.com/chromium/chromium/commit/940af9f2c87b.patch
+   source = REVERT-simplify-blink-NativeValueTraitsBase.patch
source = icu-74.patch
source = chromium-121-constexpr.patch
source = drop-flags-unsupported-by-clang16.patch
source = compiler-rt-16.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
e12cc967bef7a79630828792f02d95297a06eb905c98e4c6e065fd5e74d6f9ff
+   sha256sums = 
4586673899383d30e9d95fa3a9c5f8160f32a9d5789e40be82abf3e4dd9cc3df
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
e9113c1ed2900b84b488e608774ce25212d3c60094abdae005d8a943df9b505e
sha256sums = 
318df8f8662071cebcdf953698408058e17f59f184500b7e12e01a04a4206b50


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=121.0.6167.139
-pkgrel=2
+pkgver=121.0.6167.160
+pkgrel=1
 _launcher_ver=8
 _manual_clone=0
 _system_clang=1
@@ -34,7 +34,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flags-unsupported-by-clang16.patch
 compiler-rt-16.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('e12cc967bef7a79630828792f02d95297a06eb905c98e4c6e065fd5e74d6f9ff'
+sha256sums=('4586673899383d30e9d95fa3a9c5f8160f32a9d5789e40be82abf3e4dd9cc3df'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'e9113c1ed2900b84b488e608774ce25212d3c60094abdae005d8a943df9b505e'
 '318df8f8662071cebcdf953698408058e17f59f184500b7e12e01a04a4206b50'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/f131fb9715f61cb754fbddc6ad8e75b1b7ccbfd3

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 121.0.6167.160-1

2024-02-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 121.0.6167.160-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/xfce4-terminal] Pushed new tag 1.1.2-2

2024-02-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.1.2-2 at Arch Linux / Packaging / Packages / 
xfce4-terminal

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




[Git][archlinux/packaging/packages/xfce4-terminal][main] upgpkg: 1.1.2-2: fix unsafe paste dialog not working

2024-02-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
xfce4-terminal


Commits:
be27aa77 by Evangelos Foutras at 2024-02-06T22:07:24+02:00
upgpkg: 1.1.2-2: fix unsafe paste dialog not working

https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/299

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xfce4-terminal
pkgdesc = A modern terminal emulator primarily for the Xfce desktop 
environment
pkgver = 1.1.2
-   pkgrel = 1
+   pkgrel = 2
url = https://docs.xfce.org/apps/terminal/start
arch = x86_64
groups = xfce4
@@ -12,6 +12,8 @@ pkgbase = xfce4-terminal
depends = gtk-layer-shell
depends = hicolor-icon-theme
source = 
https://archive.xfce.org/src/apps/xfce4-terminal/1.1/xfce4-terminal-1.1.2.tar.bz2
+   source = 
xfce4-terminal-wrong-assert.patch::https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/177fda86451c.patch
sha256sums = 
79a85ee216502c7248e04d560adf8fef86b9d0e047f81e9ea4fe26fbda34d810
+   sha256sums = 
81d213427d307a4f428ea7dbfd217dec15b80d187002845b0e1c1873431e14b7
 
 pkgname = xfce4-terminal


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-terminal
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
 arch=('x86_64')
 url="https://docs.xfce.org/apps/terminal/start;
@@ -12,11 +12,16 @@ license=('GPL2')
 groups=('xfce4')
 depends=('libxfce4ui' 'vte3' 'gtk-layer-shell' 'hicolor-icon-theme')
 makedepends=('intltool')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('79a85ee216502c7248e04d560adf8fef86b9d0e047f81e9ea4fe26fbda34d810')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+
$pkgname-wrong-assert.patch::https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/177fda86451c.patch)
+sha256sums=('79a85ee216502c7248e04d560adf8fef86b9d0e047f81e9ea4fe26fbda34d810'
+'81d213427d307a4f428ea7dbfd217dec15b80d187002845b0e1c1873431e14b7')
 
 prepare() {
   cd $pkgname-$pkgver
+
+  # https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/299
+  patch -Np1 -i ../$pkgname-wrong-assert.patch
 }
 
 build() {



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

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




[Git][archlinux/packaging/packages/grafana] Pushed new tag 10.3.1-1

2024-02-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 10.3.1-1 at Arch Linux / Packaging / Packages 
/ grafana

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




[Git][archlinux/packaging/packages/grafana][main] upgpkg: 10.3.1-1

2024-02-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
grafana


Commits:
b4a5021d by Evangelos Foutras at 2024-02-06T21:52:19+02:00
upgpkg: 10.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = grafana
pkgdesc = Gorgeous metric viz, dashboards & editors for Graphite, 
InfluxDB & OpenTSDB
-   pkgver = 10.2.3
-   pkgrel = 2
+   pkgver = 10.3.1
+   pkgrel = 1
url = https://grafana.com/
install = grafana.install
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = grafana
depends = fontconfig
depends = gsfonts
backup = etc/grafana.ini
-   source = git+https://github.com/grafana/grafana.git#tag=v10.2.3
+   source = git+https://github.com/grafana/grafana.git#tag=v10.3.1
source = grafana.service
source = grafana.sysusers
source = grafana.tmpfiles


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=10.2.3
-pkgrel=2
+pkgver=10.3.1
+pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'
 arch=('x86_64')
@@ -38,14 +38,6 @@ prepare() {
   sed -ri 's,^(\s*plugins\s*=).*,\1 /var/lib/grafana/plugins,' 
conf/defaults.ini
   sed -ri 's,^(\s*provisioning\s*=).*,\1 /var/lib/grafana/conf/provisioning,' 
conf/defaults.ini
   sed -ri 's,^(\s*logs\s*=).*,\1 /var/log/grafana,' conf/defaults.ini
-
-  # fix wrong gauge panel size
-  # https://github.com/grafana/grafana/issues/79827
-  git format-patch -1 --stdout 3e08abff3ba1 | patch -Rp1
-
-  # attempt to fix wrong bar gauge size
-  # https://github.com/grafana/grafana/issues/79797
-  git format-patch -1 --stdout 4b87f38f668d | patch -Rp1
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grafana/-/commit/b4a5021da9f492858b61c0f8a50eeb11a01869b6

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




[Git][archlinux/packaging/packages/xfce4-smartbookmark-plugin][main] upgpkg: 0.5.2-2: remove ref to bugs.archlinux.org

2024-02-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
xfce4-smartbookmark-plugin


Commits:
43dce0ea by Evangelos Foutras at 2024-02-06T19:58:09+02:00
upgpkg: 0.5.2-2: remove ref to bugs.archlinux.org

https://archlinux.org/todo/build-package-references-bugsarchlinuxorg/

- - - - -


3 changed files:

- + .SRCINFO
- PKGBUILD
- xfce4-smartbookmark-plugin-archlinux.patch


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = xfce4-smartbookmark-plugin
+   pkgdesc = Allows you to send requests directly to your browser and 
perform a custom search
+   pkgver = 0.5.2
+   pkgrel = 2
+   url = https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin
+   arch = x86_64
+   groups = xfce4-goodies
+   license = GPL2
+   makedepends = intltool
+   makedepends = libxt
+   depends = xfce4-panel
+   source = 
https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.5/xfce4-smartbookmark-plugin-0.5.2.tar.bz2
+   source = xfce4-smartbookmark-plugin-archlinux.patch
+   sha256sums = 
2a279e2f5a54518684e62ad1f3cd8ef950826505b39725f1b5d8f0c43031cdd3
+   sha256sums = 
99c7e17d0e3efe50c19172b5f90c3da73f634fcb6d02cadad883abd04f92fd9f
+
+pkgname = xfce4-smartbookmark-plugin


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-smartbookmark-plugin
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Allows you to send requests directly to your browser and perform a 
custom search"
 arch=('x86_64')
 url="https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin;
@@ -15,7 +15,7 @@ makedepends=('intltool' 'libxt')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
 xfce4-smartbookmark-plugin-archlinux.patch)
 sha256sums=('2a279e2f5a54518684e62ad1f3cd8ef950826505b39725f1b5d8f0c43031cdd3'
-'077092f164317327ccea49692fe166ad1dc7ff0cbbaf9863e5f0d11ca077b7e5')
+'99c7e17d0e3efe50c19172b5f90c3da73f634fcb6d02cadad883abd04f92fd9f')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


=
xfce4-smartbookmark-plugin-archlinux.patch
=
@@ -7,8 +7,8 @@ diff -upr 
xfce4-smartbookmark-plugin-0.5.2.orig/src/smartbookmark.c xfce4-smartb
  /* default options */
 -search->url = "https://bugs.debian.org/;;
 -search->label_text = "BTS";
-+search->url = "https://bugs.archlinux.org/;;
-+search->label_text = "ArchBug #";
++search->url = 
"https://gitlab.archlinux.org/archlinux/packaging/packages/;;
++search->label_text = "Arch Pkg";
  search->size = 5;
  search->hide_label = FALSE;
  /* read config file options */
@@ -18,8 +18,8 @@ diff -upr 
xfce4-smartbookmark-plugin-0.5.2.orig/src/smartbookmark.c xfce4-smartb
  xfce_rc_set_group(rcfile, NULL);
 -search->url = 
g_strdup(xfce_rc_read_entry(rcfile,"url","https://bugs.debian.org/;));
 -search->label_text = 
g_strdup(xfce_rc_read_entry(rcfile,"value","DBS"));
-+search->url = 
g_strdup(xfce_rc_read_entry(rcfile,"url","https://bugs.archlinux.org/;));
-+search->label_text = 
g_strdup(xfce_rc_read_entry(rcfile,"value","ArchBug #"));
++search->url = 
g_strdup(xfce_rc_read_entry(rcfile,"url","https://gitlab.archlinux.org/archlinux/packaging/packages/;));
++search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","Arch 
Pkg"));
  search->size = xfce_rc_read_int_entry(rcfile, "size", 5);
  search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", 
FALSE);
  }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-smartbookmark-plugin/-/commit/43dce0ea32545e3a23363b20d52ac9082d4c92a3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-smartbookmark-plugin/-/commit/43dce0ea32545e3a23363b20d52ac9082d4c92a3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xfce4-smartbookmark-plugin] Pushed new tag 0.5.2-2

2024-02-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.5.2-2 at Arch Linux / Packaging / Packages / 
xfce4-smartbookmark-plugin

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




[Git][archlinux/packaging/packages/axel][main] upgpkg: 2.17.13-1

2024-02-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
axel


Commits:
32e7807d by Evangelos Foutras at 2024-02-06T19:47:57+02:00
upgpkg: 2.17.13-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = axel
pkgdesc = Light command line download accelerator
-   pkgver = 2.17.12
+   pkgver = 2.17.13
pkgrel = 1
url = https://github.com/axel-download-accelerator/axel
arch = x86_64
license = GPL
depends = glibc
depends = openssl
-   source = 
https://github.com/axel-download-accelerator/axel/releases/download/v2.17.12/axel-2.17.12.tar.xz
-   sha256sums = 
fb4e70535ebf732211af253bfe24f9ada57d80fd465ac02c721406c7d4e1d496
+   source = 
https://github.com/axel-download-accelerator/axel/releases/download/v2.17.13/axel-2.17.13.tar.xz
+   sha256sums = 
6af9c0238ca4fb850baa17878de0361868e3ff6d9302298d83c6d26931c28723
 
 pkgname = axel


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Roman G 
 
 pkgname=axel
-pkgver=2.17.12
+pkgver=2.17.13
 pkgrel=1
 pkgdesc="Light command line download accelerator"
 arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/axel-download-accelerator/axel;
 license=('GPL')
 depends=('glibc' 'openssl')
 
source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('fb4e70535ebf732211af253bfe24f9ada57d80fd465ac02c721406c7d4e1d496')
+sha256sums=('6af9c0238ca4fb850baa17878de0361868e3ff6d9302298d83c6d26931c28723')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/axel/-/commit/32e7807d004ef7843f23f1e0e96c90d7c5d186a5

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




[Git][archlinux/packaging/packages/axel] Pushed new tag 2.17.13-1

2024-02-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 2.17.13-1 at Arch Linux / Packaging / Packages 
/ axel

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




[Git][archlinux/packaging/packages/libxfce4util][main] upgpkg: 4.18.2-1

2024-02-05 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
libxfce4util


Commits:
025cc81c by Evangelos Foutras at 2024-02-06T09:15:47+02:00
upgpkg: 4.18.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = libxfce4util
+   pkgdesc = Basic utility non-GUI functions for Xfce
+   pkgver = 4.18.2
+   pkgrel = 1
+   url = https://www.xfce.org/
+   arch = x86_64
+   license = GPL2
+   makedepends = intltool
+   makedepends = gobject-introspection
+   makedepends = vala
+   depends = glib2
+   source = 
https://archive.xfce.org/src/xfce/libxfce4util/4.18/libxfce4util-4.18.2.tar.bz2
+   sha256sums = 
d9a329182b78f7e2520cd4aafcbb276bbbf162f6a89191676539ad2e3889c353
+
+pkgname = libxfce4util


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: tobias 
 
 pkgname=libxfce4util
-pkgver=4.18.1
+pkgver=4.18.2
 pkgrel=1
 pkgdesc="Basic utility non-GUI functions for Xfce"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL2')
 depends=('glib2')
 makedepends=('intltool' 'gobject-introspection' 'vala')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8a52063a5adc66252238cad9ee6997909b59983ed21c77eb83c5e67829d1b01f')
+sha256sums=('d9a329182b78f7e2520cd4aafcbb276bbbf162f6a89191676539ad2e3889c353')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxfce4util/-/commit/025cc81cdbafae9c32f9e58555614e0866e8de75

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




[Git][archlinux/packaging/packages/libxfce4util] Pushed new tag 4.18.2-1

2024-02-05 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 4.18.2-1 at Arch Linux / Packaging / Packages 
/ libxfce4util

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




[Git][archlinux/packaging/packages/libxfce4ui][main] upgpkg: 4.18.5-1

2024-02-05 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
libxfce4ui


Commits:
bca30242 by Evangelos Foutras at 2024-02-06T09:13:48+02:00
upgpkg: 4.18.5-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = libxfce4ui
+   pkgdesc = Widgets library for the Xfce desktop environment
+   pkgver = 4.18.5
+   pkgrel = 1
+   url = https://www.xfce.org/
+   arch = x86_64
+   license = GPL2
+   makedepends = intltool
+   makedepends = gobject-introspection
+   makedepends = vala
+   depends = libxfce4util
+   depends = gtk3
+   depends = xfconf
+   depends = libsm
+   depends = startup-notification
+   depends = libgtop
+   depends = libepoxy
+   depends = hicolor-icon-theme
+   source = 
https://archive.xfce.org/src/xfce/libxfce4ui/4.18/libxfce4ui-4.18.5.tar.bz2
+   sha256sums = 
0dbbf7fc6da07fe743cca020280e1f6cc437cba61698bb0694619fbebf4ee7e7
+
+pkgname = libxfce4ui


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Xavier Devlamynck 
 
 pkgname=libxfce4ui
-pkgver=4.18.4
+pkgver=4.18.5
 pkgrel=1
 pkgdesc="Widgets library for the Xfce desktop environment"
 arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('libxfce4util' 'gtk3' 'xfconf' 'libsm' 
'startup-notification'
  'libgtop' 'libepoxy' 'hicolor-icon-theme')
 makedepends=('intltool' 'gobject-introspection' 'vala')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('87eefe797c6d26de3f754de48872faf131f1b5fc93fb88e22f5c7886a842cb4c')
+sha256sums=('0dbbf7fc6da07fe743cca020280e1f6cc437cba61698bb0694619fbebf4ee7e7')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxfce4ui/-/commit/bca3024216bd6ae8d3fb42e7cb6c05d7bd12b1a6

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




[Git][archlinux/packaging/packages/libxfce4ui] Pushed new tag 4.18.5-1

2024-02-05 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 4.18.5-1 at Arch Linux / Packaging / Packages 
/ libxfce4ui

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




[Git][archlinux/packaging/packages/re2] Pushed new tag 1-20240201-1

2024-02-05 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1-20240201-1 at Arch Linux / Packaging / 
Packages / re2

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




[Git][archlinux/packaging/packages/re2][main] upgpkg: 1:20240201-1

2024-02-05 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
re2


Commits:
dbd64650 by Evangelos Foutras at 2024-02-05T20:17:11+02:00
upgpkg: 1:20240201-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = re2
pkgdesc = Fast, safe, thread-friendly regular expression engine
-   pkgver = 20231101
+   pkgver = 20240201
pkgrel = 1
epoch = 1
url = https://github.com/google/re2
@@ -10,7 +10,7 @@ pkgbase = re2
depends = gcc-libs
depends = abseil-cpp
provides = libre2.so
-   source = 
re2-20231101.tar.gz::https://github.com/google/re2/archive/2023-11-01.tar.gz
-   sha256sums = 
4e6593ac3c71de1c0f322735bc8b0492a72f66ffccfad76e259fa21c41d27d8a
+   source = 
re2-20240201.tar.gz::https://github.com/google/re2/archive/2024-02-01.tar.gz
+   sha256sums = 
cd191a311b84fcf37310e5cd876845b4bf5aee76fdd755008eef3b6478ce07bb
 
 pkgname = re2


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Alexandre Bique 
 
 pkgname=re2
-_re2ver=2023-11-01
+_re2ver=2024-02-01
 pkgrel=1
 epoch=1
 pkgver=${_re2ver//-}
@@ -16,7 +16,7 @@ depends=('gcc-libs' 'abseil-cpp')
 checkdepends=('gtest')
 provides=('libre2.so')
 
source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
-sha256sums=('4e6593ac3c71de1c0f322735bc8b0492a72f66ffccfad76e259fa21c41d27d8a')
+sha256sums=('cd191a311b84fcf37310e5cd876845b4bf5aee76fdd755008eef3b6478ce07bb')
 
 build() {
   cd $pkgname-$_re2ver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/re2/-/commit/dbd646500db551c3b615ed98c2665a80e4efef2e

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




[Git][archlinux/packaging/packages/garcon][main] upgpkg: 4.18.2-1

2024-02-05 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
garcon


Commits:
ede37eef by Evangelos Foutras at 2024-02-05T20:14:03+02:00
upgpkg: 4.18.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = garcon
+   pkgdesc = Freedesktop.org compliant menu library
+   pkgver = 4.18.2
+   pkgrel = 1
+   url = https://docs.xfce.org/xfce/garcon/start
+   arch = x86_64
+   groups = xfce4
+   license = LGPL
+   makedepends = intltool
+   makedepends = python
+   makedepends = gobject-introspection
+   depends = libxfce4ui
+   source = 
https://archive.xfce.org/src/xfce/garcon/4.18/garcon-4.18.2.tar.bz2
+   sha256sums = 
1b8c9292e131968fbfc8987bbc62c5ba47186dd45ef4e47c5d8c5088bb2d434d
+
+pkgname = garcon


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Xavier Devlamynck 
 
 pkgname=garcon
-pkgver=4.18.1
+pkgver=4.18.2
 pkgrel=1
 pkgdesc="Freedesktop.org compliant menu library"
 arch=('x86_64')
@@ -12,7 +12,7 @@ groups=('xfce4')
 depends=('libxfce4ui')
 makedepends=('intltool' 'python' 'gobject-introspection')
 
source=(https://archive.xfce.org/src/xfce/garcon/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fe7a932a6dac95eb1438f3fbfd53096756ff2e1cb179d10d0fb796cefbb4c20b')
+sha256sums=('1b8c9292e131968fbfc8987bbc62c5ba47186dd45ef4e47c5d8c5088bb2d434d')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/garcon/-/commit/ede37eeff7d92fc315858f09d798f652fd9acd36

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




<    1   2   3   4   5   6   7   8   9   10   >