mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
testing/xcompmgr: upgrade to 1.1.10
https://lists.x.org/archives/xorg-announce/2024-November/003555.html
This commit is contained in:
parent
cb9217e824
commit
48d7565e0c
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Anjandev Momi <anjan@momi.ca>
|
||||
# Maintainer: Anjandev Momi <anjan@momi.ca>
|
||||
pkgname=xcompmgr
|
||||
pkgver=1.1.9
|
||||
pkgver=1.1.10
|
||||
pkgrel=0
|
||||
pkgdesc="Composite Window-effects manager for X.org"
|
||||
url="https://xorg.freedesktop.org/"
|
||||
|
@ -11,6 +11,11 @@ makedepends="libxcomposite-dev libxdamage-dev libxrender-dev libxext-dev"
|
|||
subpackages="$pkgname-doc"
|
||||
source="https://xorg.freedesktop.org/releases/individual/app/xcompmgr-$pkgver.tar.xz"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
update_config_sub
|
||||
}
|
||||
|
||||
build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
|
@ -31,5 +36,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
699117492af7fd84b36d317dcbf422d5ec86a7f21e29370caa737cd940d8ff866a5c8704ba2e7bd17a64e085d77fd23b628263d619813dead85cd669ff5b860e xcompmgr-1.1.9.tar.xz
|
||||
6dd5c72d6859489580dabdb96e3b572931cec7c426022213007c92df2d805a8f01a7f3dc5e8493f6e550bb809f71a50ca1630f50555d47b8d5b4b2726d7b8b12 xcompmgr-1.1.10.tar.xz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue