makedeb


picom-git 1cd505962022.04.13-2


X compositor (fork of compton) (git-version)

Click here to go back to the commit logs for picom-git.

Commit:


Hash: 961083296ad085adf169e15bd50971c2038337e4

Message: added missing dependendcy libpcre2-posix2 for focal and beyond

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 60483e9..b98ef12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -38,7 +38,6 @@ pkgbase = picom-git
 	depends = libpcre3-dev
 	depends = libpcre2-32-0
 	depends = libpcre2-dev
-	depends = libpcre2-posix0
 	depends = libev-libevent-dev
 	depends = libevent-perl
 	depends = libverto-libev1
diff --git a/PKGBUILD b/PKGBUILD
index 616931a..cba6e1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,11 @@ pkgdesc="X compositor (fork of compton) (git-version)"
 arch=(i686 x86_64)
 url="https://github.com/yshui/${_gitname}"
 license=('MIT' 'MPL2')
-depends=('libxext-dev' 'libxcb1-dev' 'libxcb-damage0-dev' 'libxcb-xfixes0-dev' 'libxcb-shape0-dev' 'libxcb-render-util0-dev' 'libxcb-render0-dev' 'libxcb-randr0-dev' 'libxcb-composite0-dev' 'libxcb-image0-dev' 'libxcb-present-dev' 'libxcb-xinerama0-dev' 'libpixman-1-dev' 'libdbus-1-dev' 'libconfig-dev' 'libgl1-mesa-dev' 'libevdev-dev' 'uthash-dev' 'libev-dev' 'libpcre++-dev' 'libx11-xcb-dev' 'libxcb-glx0-dev' 'libpcre3-dev' 'libpcre2-32-0' 'libpcre2-dev' 'libpcre2-posix0' 'libev-libevent-dev' 'libevent-perl' 'libverto-libev1' 'libev-perl')
+depends=('libxext-dev' 'libxcb1-dev' 'libxcb-damage0-dev' 'libxcb-xfixes0-dev' 'libxcb-shape0-dev' 'libxcb-render-util0-dev' 'libxcb-render0-dev' 'libxcb-randr0-dev' 'libxcb-composite0-dev' 'libxcb-image0-dev' 'libxcb-present-dev' 'libxcb-xinerama0-dev' 'libpixman-1-dev' 'libdbus-1-dev' 'libconfig-dev' 'libgl1-mesa-dev' 'libevdev-dev' 'uthash-dev' 'libev-dev' 'libpcre++-dev' 'libx11-xcb-dev' 'libxcb-glx0-dev' 'libpcre3-dev' 'libpcre2-32-0' 'libpcre2-dev' 'libev-libevent-dev' 'libevent-perl' 'libverto-libev1' 'libev-perl')
+buster_depends=(${depends[@]} 'libpcre2-posix0')
+focal_depends=(${depends[@]} 'libpcre2-posix2')
+groovy_depends=(${depends[@]} 'libpcre2-posix2')
+hirsute_depends=(${depends[@]} 'libpcre2-posix2')
 makedepends=('git' 'meson' 'asciidoc' 'docbook-xml' 'docbook2x' 'cmake')
 optdepends=('dbus:          To control picom via D-Bus'
             'xorg-xwininfo: For picom-trans'