Skip to content

Instantly share code, notes, and snippets.

@MarSoft
MarSoft / gist:83f1fe35c959b15cf321
Created March 6, 2015 21:16
qemu-fdt PKGBUILD patch
# Maintainer: Josh Cartwright <joshc@eso.teric.us>
# Based on extra/qemu maintained by Tobias Powalowski <tpowa@archlinux.org>
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')
--- 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);
+