Various minor improvements

This commit is contained in:
2016-02-29 00:05:15 +01:00
parent 3fa0f3d96a
commit 1300f8bdd1
71 changed files with 291 additions and 280 deletions

View File

@@ -1,10 +1,7 @@
From: Julian Ospald <hasufell@gentoo.org>
From: Julian Ospald <hasufell@posteo.de>
Date: Tue Sep 8 10:10:18 UTC 2015
Subject: Fix data path fallback
Distutils installs into "/usr/share/blink", but
blink was unable to find it on gentoo, probably due
to python-exec magic.
Upstream: no, correct fix pending since 'sys.prefix' is broken in exherbo
--- blink-1.4.1/blink/resources.py
+++ blink-1.4.1/blink/resources.py

View File

@@ -18,7 +18,6 @@ MYOPTIONS="
"
RESTRICT="mirror strip"
DEPENDENCIES="
run:
app-arch/quazip[qt5]
@@ -28,7 +27,6 @@ DEPENDENCIES="
pulseaudio? ( media-sound/pulseaudio )
"
WORK="${WORKBASE}"
pkg_nofetch() {

View File

@@ -1,11 +1,10 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require systemd-service
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
DESCRIPTION="Minimalistic Murmur (Mumble server)"
SUMMARY="Minimalistic Murmur (Mumble server)"
HOMEPAGE="https://github.com/fatbob313/umurmur"
DOWNLOADS="https://github.com/fatbob313/${PN}/archive/${PV}.tar.gz -> ${PNV}.tar.gz"