pipewire-0.2 fix
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
@@ -19,7 +18,9 @@ def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
#shelltools.cd("..")
|
||||
mesontools.install()
|
||||
pisitools.domove("/usr/share/doc/pipewire/*", "/usr/share/doc/pipewire-0.2/")
|
||||
pisitools.removeDir("/usr/share/doc/pipewire/")
|
||||
pisitools.removeDir("/usr/bin")
|
||||
pisitools.removeDir("/etc")
|
||||
pisitools.dodoc("LICENSE", "NEWS", "README*")
|
||||
|
||||
@@ -41,9 +41,6 @@
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="config">/lib/udev/rules.d/90-pipewire-alsa.rules</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -63,6 +60,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-03-19</Date>
|
||||
<Version>0.2.7</Version>
|
||||
<Comment>Fix file conflicts</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-01-19</Date>
|
||||
<Version>0.2.7</Version>
|
||||
|
||||
Reference in New Issue
Block a user