Skip to content

Commit

Permalink
upd(picom): 11.2 -> 12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vigress8 committed Sep 29, 2024
1 parent 8185e4c commit c84c7cf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
8 changes: 3 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,6 @@ pkgbase = picom
depends = libxcb-sync1
depends = libxcb-xfixes0
depends = libxcb1
makedepends = libconfig-dev
makedepends = libdbus-1-dev
makedepends = libegl-dev
makedepends = libepoxy-dev
Expand Down Expand Up @@ -60,7 +58,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"
"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
8 changes: 3 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,6 @@ pkgbase = picom
depends = libxcb-sync1
depends = libxcb-xfixes0
depends = libxcb1
makedepends = libconfig-dev
makedepends = libdbus-1-dev
makedepends = libegl-dev
makedepends = libepoxy-dev
Expand Down Expand Up @@ -7771,8 +7769,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

0 comments on commit c84c7cf

Please sign in to comment.