Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
New formula: gsettings-desktop-schemas
Browse files Browse the repository at this point in the history
Intended to be used by glib-networking, coming in a later commit.

Closes #14240.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
chrisko authored and jacknagel committed Aug 17, 2012
1 parent 682e199 commit f183c46
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Library/Formula/gsettings-desktop-schemas.rb
@@ -0,0 +1,17 @@
require 'formula'

class GsettingsDesktopSchemas < Formula
homepage 'http://ftp.gnome.org/pub/GNOME/sources/gsettings-desktop-schemas/'
url 'http://ftp.gnome.org/pub/GNOME/sources/gsettings-desktop-schemas/3.5/gsettings-desktop-schemas-3.5.4.tar.xz'
sha256 '0f5686683841a9d5a2d4e1dc60392d69cf2b2920614a5d504bb2cac5daea1df2'

depends_on 'xz' => :build
depends_on 'gettext'

def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end

end

0 comments on commit f183c46

Please sign in to comment.