forked from hasufell/hasufell-repository
Various minor improvements
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user