Skip to content

Commit 00d43c2

Browse files
committed
Use breeze icons instead of oxygen. Closes scala#59
1 parent ecd2039 commit 00d43c2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

kf5-oxygen-icons.rb renamed to kf5-breeze-icons.rb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
require "formula"
22

3-
class Kf5OxygenIcons < Formula
3+
class Kf5BreezeIcons < Formula
44
homepage "http://www.kde.org/"
5-
url "http://download.kde.org/stable/applications/15.04.3/src/oxygen-icons-15.04.3.tar.xz"
6-
sha256 "133b66d70b51641f841799674afd993a6af0d9d9b646021a0ed609beb2ffd71e"
5+
url "http://download.kde.org/stable/frameworks/5.25/breeze-icons-5.25.0.tar.xz"
6+
sha256 "e274c7f5c71c177e2e9d8ced9c49cd052ec2f726cb693c7df73e96af12277e8f"
77

8-
head 'svn://anonsvn.kde.org/home/kde/trunk/kdesupport/oxygen-icons'
8+
head 'git://anongit.kde.org/breeze-icons.git'
99

1010
depends_on "cmake" => :build
11+
depends_on "qt5" => "with-dbus"
1112

1213
def install
1314
args = std_cmake_args
1415

1516
system "cmake", ".", *args
1617
system "make", "install"
1718
prefix.install "install_manifest.txt"
18-
ln_sf Dir["#{HOMEBREW_PREFIX}/share/icons"], "#{ENV['HOME']}/Library/Application Support/"
19+
ln_sf Dir["#{HOMEBREW_PREFIX}/share/icons"], "#{Etc.getpwuid.dir}/Library/Application Support/"
1920
end
2021

2122
def caveats; <<-EOS.undent
2223
A symlink "#{ENV['HOME']}/Library/Application Support/icons" was created
23-
So that KF5 can find the oxygen themes.
24+
So that KF5 can find the breeze themes.
2425
2526
This symlink can be removed when this formula is uninstalled.
2627
EOS

0 commit comments

Comments
 (0)