Skip to content

Commit

Permalink
ayatana-ido 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sayomaki committed Oct 8, 2023
1 parent df68635 commit e38e673
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Formula/ayatana-ido.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class AyatanaIdo < Formula
desc "Ayatana Indicator Display Objects"
homepage "https://github.com/AyatanaIndicators/ayatana-ido"
url "https://github.com/AyatanaIndicators/ayatana-ido/archive/0.9.2.tar.gz"
sha256 "b166e7a160458e4a71f6086d2e4e97e18cf1ac584231a4b9f1f338914203884c"
url "https://github.com/AyatanaIndicators/ayatana-ido/archive/0.10.1.tar.gz"
sha256 "26187915a6f3402195e2c78d9e8a54549112a3cd05bb2fbe2059d3e78fc0e071"
license "LGPL-2.1-or-later"
head "https://github.com/AyatanaIndicators/ayatana-ido.git", branch: "main"

Expand All @@ -18,14 +18,10 @@ class AyatanaIdo < Formula
depends_on "cmake" => :build
depends_on "gobject-introspection" => :build
depends_on "vala" => :build
depends_on "pkg-config" => :test
depends_on "glib"
depends_on "gtk+3"

patch do
url "https://raw.githubusercontent.com/willi123yao/homebrew-repo/1c50976446551667f9a72430dba6b3f1ffe73711/ayatana-ido.patch"
sha256 "833a0c80c9331193de3d52d9495943bd3e536c5f0a91ea289a8aab5a6a6c0afd"
end

def install
mkdir "build" do
system "cmake", "-DCMAKE_INSTALL_PREFIX=#{prefix}", ".."
Expand Down

0 comments on commit e38e673

Please sign in to comment.