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
# Path formatter plugin to get human readable paths | |
# | |
# This plugin introduces these new properties to a recipe: | |
# - checkoutDir: optional string | |
# - buildDir: optional string | |
# - packageDir: optional string | |
import os.path | |
from bob.errors import ParseError | |
from bob.input import PluginState, PluginProperty |
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
After removing the *rootness* of all root recipes beside a very simple | |
one, add it back one recipe file at a time and profile the build of | |
the simple recipe. | |
New version also adds a second run with hot cache. |
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
--- PKGBUILD__orig 2015-06-14 20:15:18.000000000 +0200 | |
+++ PKGBUILD 2015-11-16 01:53:58.932253871 +0100 | |
@@ -8,13 +8,16 @@ | |
url="http://www.patacrep.com" | |
license=('GPL') | |
depends=('python' 'python-ply' 'python-jinja' 'python-chardet' | |
- 'python-unidecode' 'texlive-fontsextra' 'lilypond') | |
+ 'python-unidecode' 'texlive-fontsextra' 'texlive-latexextra' 'lilypond') | |
makedepends=('python-setuptools') | |
-source=("https://github.com/patacrep/${pkgname}/archive/v${pkgver}.tar.gz") |
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
# Contributor: Eric Le Bras <eric.lebras@gmail.com> | |
# Contributor: Uwe Koloska <kolewu@koloro.de> | |
pkgname=mma-songs | |
pkgver=12.10 | |
pkgrel=1 | |
pkgdesc="Songs archive for Musical MIDI Accompaniment (MMA)" | |
url="http://www.mellowood.ca/mma/" | |
depends=() | |
license=('GPL') |
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
# Contributor: Eric Le Bras <eric.lebras@gmail.com> | |
# Contributor: Uwe Koloska <kolewu@koloro.de> | |
pkgname=mma | |
pkgver=12.10 | |
pkgrel=1 | |
pkgdesc="Musical MIDI Accompaniment (MMA) is an accompaniment generator" | |
url="http://www.mellowood.ca/mma/" | |
depends=('python2>=2.5.0' 'timidity++') | |
license=('GPL') |
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
# Maintainer: Uwe Koloska <kolewu@koloro.de> | |
# Contributor: Dejan Cabrilo <dcabrilo@bitspan.rs> | |
pkgname=tdom-git | |
pkgver=20130121 | |
pkgrel=1 | |
pkgdesc="A fast XML/DOM/XPath package for Tcl written in C" | |
arch=('i686' 'x86_64') | |
url="http://tdom.github.com/" | |
license=('MPL') |