Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / picom


Commits:
f322b778 by Robin Candau at 2024-02-13T14:34:19+01:00
upgpkg: 11.2-1: New upstream release
https://github.com/yshui/picom/releases/tag/v11.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = picom
-       pkgdesc = X compositor that may fix tearing issues
-       pkgver = 11.1
+       pkgdesc = A lightweight compositor for X11
+       pkgver = 11.2
        pkgrel = 1
        url = https://github.com/yshui/picom
        arch = x86_64
@@ -21,12 +21,13 @@ pkgbase = picom
        depends = pixman
        depends = xcb-util-image
        depends = xcb-util-renderutil
+       depends = libepoxy
        optdepends = dbus:          for controlling picom via D-Bus
        optdepends = python:        for running picom-convgen.py
        optdepends = xorg-xprop:    for picom-trans
        optdepends = xorg-xwininfo: for picom-trans
        backup = etc/xdg/picom.conf
-       source = 
git+https://github.com/yshui/picom#commit=fc1d1d40e5ffe73cb35a6b09b3cd713a14d242f6
+       source = 
git+https://github.com/yshui/picom?signed#commit=89c2c8530319f72394522336e483b31275d1ef7c
        validpgpkeys = A22F5C0F4FCF9C7C89A167462C965E9E5D45D730
        b2sums = SKIP
 


=====================================
PKGBUILD
=====================================
@@ -5,23 +5,21 @@
 # Contributor: Valère Monseur <valere.mons...@ymail.com>
 
 pkgname=picom
-pkgver=11.1
+pkgver=11.2
 pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
+pkgdesc='A lightweight compositor for X11'
 arch=(x86_64)
 url='https://github.com/yshui/picom'
 license=('MPL-2.0 AND MIT')
 makedepends=(asciidoc git mesa meson ninja setconf uthash)
 depends=(hicolor-icon-theme libconfig libdbus libev libgl pcre2 pixman
-         xcb-util-image xcb-util-renderutil)
+         xcb-util-image xcb-util-renderutil libepoxy)
 backup=(etc/xdg/picom.conf)
 optdepends=('dbus:          for controlling picom via D-Bus'
             'python:        for running picom-convgen.py'
             'xorg-xprop:    for picom-trans'
             'xorg-xwininfo: for picom-trans')
-#source=("git+$url?signed#commit=fc1d1d40e5ffe73cb35a6b09b3cd713a14d242f6") # 
tag: v11.1
-# Temporarily disable signed commit as the commit for tag v11.1 is signed with 
GitHub's key instead of upstream one
-source=("git+$url#commit=fc1d1d40e5ffe73cb35a6b09b3cd713a14d242f6") # tag: 
v11.1
+source=("git+$url?signed#commit=89c2c8530319f72394522336e483b31275d1ef7c") # 
tag: v11.2
 validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 
<yshu...@gmail.com>
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/picom/-/commit/f322b778bcdd592ce6981a0a5b867ff54f960484

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


Reply via email to