Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upd(picom): 11.2 -> 12.1 #6481

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions packages/picom/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
pkgbase = picom
pkgver = 11.2
pkgver = 12.1
pkgdesc = A lightweight compositor for X11
url = https://github.com/yshui/picom
depends = libconfig9
depends = libdbus-1-3
depends = libegl1
depends = libepoxy0
Expand All @@ -24,7 +23,7 @@ pkgbase = picom
depends = libxcb-sync1
depends = libxcb-xfixes0
depends = libxcb1
makedepends = libconfig-dev
makedepends = cmake
makedepends = libdbus-1-dev
makedepends = libegl-dev
makedepends = libepoxy-dev
Expand Down Expand Up @@ -60,7 +59,7 @@ pkgbase = picom
replaces = picom
maintainer = vigress8 <[email protected]>
repology = project: picom
source = https://github.com/yshui/picom/archive/refs/tags/v11.2.tar.gz
sha256sums = 1c1063936faf09ed9bba726e7737a562564b7a5f8cdef79d48fcdaf3669a4df4
source = https://github.com/yshui/picom/archive/refs/tags/v12.1.tar.gz
sha256sums = d1aab4277e3a123c41621fa57c1ed66cc4a6553174a69e259d3027cf984c452c

pkgname = picom
9 changes: 5 additions & 4 deletions packages/picom/picom.pacscript
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pkgname="picom"
url='https://github.com/yshui/picom'
pkgver="11.2"
pkgver="12.1"
pkgdesc="A lightweight compositor for X11"
repology=("project: ${pkgname}")
replaces=("${pkgname}")
breaks=("compton" "${pkgname}-git" "ibhagwan-${pkgname}-git" "jonaburg-${pkgname}-git")
makedepends=(
"libconfig-dev" "libdbus-1-dev" "libegl-dev"
"cmake" "libdbus-1-dev" "libegl-dev"
"libepoxy-dev" "libev-dev" "libgl-dev" "libpcre2-dev"
"libpixman-1-dev" "libx11-xcb-dev" "libxcb1-dev"
"libxcb-composite0-dev" "libxcb-damage0-dev"
Expand All @@ -18,7 +18,7 @@ makedepends=(
"libxext-dev" "meson" "ninja-build" "uthash-dev"
)
depends=(
"libconfig9" "libdbus-1-3" "libegl1" "libepoxy0"
"libdbus-1-3" "libegl1" "libepoxy0"
"libev4" "libgl1" "libpcre2-8-0" "libpixman-1-0"
"libx11-6" "libx11-xcb1" "libxcb-composite0"
"libxcb-damage0" "libxcb-glx0" "libxcb-image0"
Expand All @@ -33,8 +33,9 @@ optdepends=(
"x11-utils: for picom-trans"
)
source=("https://github.com/yshui/picom/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=("1c1063936faf09ed9bba726e7737a562564b7a5f8cdef79d48fcdaf3669a4df4")
sha256sums=("d1aab4277e3a123c41621fa57c1ed66cc4a6553174a69e259d3027cf984c452c")
maintainer=("vigress8 <[email protected]>")
external_connection='true'

prepare() {
cd "${_archive}"
Expand Down
9 changes: 4 additions & 5 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -7710,10 +7710,9 @@ pkgbase = pgmigrate
pkgname = pgmigrate
---
pkgbase = picom
pkgver = 11.2
pkgver = 12.1
pkgdesc = A lightweight compositor for X11
url = https://github.com/yshui/picom
depends = libconfig9
depends = libdbus-1-3
depends = libegl1
depends = libepoxy0
Expand All @@ -7735,7 +7734,7 @@ pkgbase = picom
depends = libxcb-sync1
depends = libxcb-xfixes0
depends = libxcb1
makedepends = libconfig-dev
makedepends = cmake
makedepends = libdbus-1-dev
makedepends = libegl-dev
makedepends = libepoxy-dev
Expand Down Expand Up @@ -7771,8 +7770,8 @@ pkgbase = picom
replaces = picom
maintainer = vigress8 <[email protected]>
repology = project: picom
source = https://github.com/yshui/picom/archive/refs/tags/v11.2.tar.gz
sha256sums = 1c1063936faf09ed9bba726e7737a562564b7a5f8cdef79d48fcdaf3669a4df4
source = https://github.com/yshui/picom/archive/refs/tags/v12.1.tar.gz
sha256sums = d1aab4277e3a123c41621fa57c1ed66cc4a6553174a69e259d3027cf984c452c

pkgname = picom
---
Expand Down
Loading