View scribus.appdata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> --> | |
<application> | |
<id type="desktop">scribus.desktop</id> | |
<metadata_license>CC0-1.0</metadata_license> | |
<description> | |
<p> | |
Scribus is a desktop publishing application that allows you to create posters, | |
magazines and books ready to send off to a printing house. |
View dropbox-uploder.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class DropboxUploader < Formula | |
homepage "http://www.andreafabrizi.it/?dropbox_uploader" | |
url "https://github.com/andreafabrizi/Dropbox-Uploader/archive/0.14.tar.gz" | |
version "0.14" | |
sha256 "595e2fb0c5112d740b4d4df321f231ff949153ab07bfefd6a8dd1bd152c449dd" | |
head "git://github.com/andreafabrizi/Dropbox-Uploader.git" | |
def install | |
bin.install "dropShell.sh" => "dropShell" |
View Scribus15.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Scribus15 < Formula | |
homepage 'http://wiki.scribus.net/canvas/Scribus_and_Homebrew' | |
url 'https://downloads.sourceforge.net/project/scribus/scribus-devel/1.5.0/scribus-1.5.0.tar.xz' | |
sha256 "a3dbe66d12719355d41ae7f2cac7a8c9d5599b12aeb5c038d939636f054e8e68" | |
depends_on 'cmake' => :build | |
depends_on 'little-cms2' | |
depends_on 'qt5' | |
depends_on 'cairo' | |
depends_on 'jpeg' |
View scribusctl.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Scribusctl < Formula | |
homepage 'https://github.com/andreas-vox/ScribusCTL/wiki' | |
head "https://github.com/andreas-vox/ScribusCTL.git", :using => :git | |
depends_on 'cmake' => :build | |
depends_on 'little-cms2' | |
depends_on 'qt5' | |
depends_on 'cairo' # => "without-x11" | |
depends_on 'jpeg' | |
depends_on 'libtiff' |
View scribus15osxfix.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Scribus15osxfix < Formula | |
homepage 'https://github.com/scribusproject/scribus' | |
version '1.5' | |
head "https://github.com/scribusproject/scribus.git", :using => :git, :revision => '0a54a595a81b56da852616ec6f29065c8cf2dbc9' | |
depends_on 'cmake' => :build | |
depends_on 'little-cms2' | |
depends_on 'qt5' | |
depends_on 'cairo' | |
depends_on 'jpeg' |
View 01.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-06-11 15:33:03 -0500 | |
cmake | |
-G | |
Unix Makefiles | |
/private/tmp/llvm20150611-13755-1s7uscc/llvm-3.6.1.src | |
-DCMAKE_C_FLAGS_RELEASE= | |
-DCMAKE_CXX_FLAGS_RELEASE= | |
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/llvm/3.6.1 | |
-DCMAKE_BUILD_TYPE=Release |
View 01.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-06-11 22:03:34 -0500 | |
cmake | |
. | |
-DBUILD_OSX_BUNDLE=1 | |
-DCMAKE_INSTALL_PREFIX:PATH=/usr/local/Cellar/scribus/HEAD/Scribus.app/Contents/ | |
-DQT_PREFIX=/usr/local/opt/qt5 | |
-DWANT_HUNSPELL=1 | |
-DWITH_PODOFO=1 | |
-DWANT_GRAPHICSMAGICK=1 |
View musescore.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Musescore < Formula | |
homepage "https://musescore.org" | |
# url "https://github.com/musescore/MuseScore/archive/v2.0.2.tar.gz" | |
head "https://github.com/musescore/MuseScore.git", :using => :git | |
desc "Create, play and print beautiful sheet music" | |
# sha256 "92f35403d1cb87bdb080a18bc37b2023a998ed9a26e7f50a5b6d30dbc3c1db45" | |
depends_on 'cmake' => :build | |
depends_on 'pkg-config' => :build | |
depends_on 'git' |
View scribusrtl.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Scribusrtl < Formula | |
homepage 'https://github.com/andreas-vox/ScribusCTL/wiki' | |
head "https://github.com/andreas-vox/ScribusCTL.git", :using => :git, :branch => "RTL" | |
depends_on 'cmake' => :build | |
depends_on 'little-cms2' | |
depends_on 'qt5' | |
depends_on 'cairo' # => "without-x11" | |
depends_on 'jpeg' | |
depends_on 'libtiff' |
View .travis.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: cpp | |
os: | |
- linux | |
dist: trusty | |
sudo: required | |
- osx | |
compiler: | |
- gcc |
OlderNewer