This file contains hidden or 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: Josh Cartwright <[email protected]> | |
# Based on extra/qemu maintained by Tobias Powalowski <[email protected]> | |
pkgname=qemu-fdt | |
pkgver=1.5.0 | |
pkgrel=2 | |
pkgdesc="A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation." | |
arch=('i686' 'x86_64') | |
license=('GPL2' 'LGPL2.1') | |
url="http://wiki.qemu.org/Index.html" | |
makedepends=('texi2html' 'perl' 'python2') |
This file contains hidden or 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
--- git-remote-mediawiki 2014-04-08 16:44:48.779892220 +0400 | |
+++ /usr/lib/git-core/git-remote-mediawiki 2014-04-08 17:57:02.812914836 +0400 | |
@@ -54,6 +54,10 @@ | |
my @tracked_categories = split(/[ \n]/, run_git("config --get-all remote.". $remotename .".categories")); | |
chomp(@tracked_categories); | |
+# Custom namespaces to use, in addition to main | |
+my @custom_namespaces = split(/[ \n]/, run_git("config --get remote.". $remotename .".namespaces")); | |
+chomp(@custom_namespaces); | |
+ |
NewerOlder