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 7, 2023
1 parent 7181994 commit ecc1e9e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 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 @@ -21,11 +21,6 @@ class AyatanaIdo < Formula
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 ecc1e9e

Please sign in to comment.