File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
require "formula"
2
2
3
- class Kf5OxygenIcons < Formula
3
+ class Kf5BreezeIcons < Formula
4
4
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 "
7
7
8
- head 'svn ://anonsvn .kde.org/home/kde/trunk/kdesupport/oxygen -icons'
8
+ head 'git ://anongit .kde.org/breeze -icons.git '
9
9
10
10
depends_on "cmake" => :build
11
+ depends_on "qt5" => "with-dbus"
11
12
12
13
def install
13
14
args = std_cmake_args
14
15
15
16
system "cmake" , "." , *args
16
17
system "make" , "install"
17
18
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/"
19
20
end
20
21
21
22
def caveats ; <<-EOS . undent
22
23
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.
24
25
25
26
This symlink can be removed when this formula is uninstalled.
26
27
EOS
You can’t perform that action at this time.
0 commit comments