Skip to content

Commit

Permalink
libpeas 2.0.3
Browse files Browse the repository at this point in the history
autobump: add libpeas

Signed-off-by: Rui Chen <[email protected]>

libpeas: declare indirect deps with linkage

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Jun 29, 2024
1 parent 4f2d56a commit bae7813
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1380,6 +1380,7 @@ libomp
libopenmpt
liboqs
libpano
libpeas
libphonenumber
libpipeline
libplctag
Expand Down
9 changes: 7 additions & 2 deletions Formula/lib/libpeas.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libpeas < Formula
desc "GObject plugin library"
homepage "https://wiki.gnome.org/Projects/Libpeas"
url "https://download.gnome.org/sources/libpeas/2.0/libpeas-2.0.2.tar.xz"
sha256 "f30dffed63ca2f40477b40e171c0a31f80d91425ba1e1e47320ee6425480ecc3"
url "https://download.gnome.org/sources/libpeas/2.0/libpeas-2.0.3.tar.xz"
sha256 "39e3b507c29d2d01df1345e9b3380fd7a9d0aeb5b2e657d38e6c2bea5023e5f0"
license "LGPL-2.1-or-later"

bottle do
Expand All @@ -23,6 +23,11 @@ class Libpeas < Formula
depends_on "gtk+3"
depends_on "pygobject3"
depends_on "[email protected]"
depends_on "spidermonkey"

on_macos do
depends_on "gettext"
end

def install
pyver = Language::Python.major_minor_version "python3.12"
Expand Down

0 comments on commit bae7813

Please sign in to comment.