Skip to content

Commit

Permalink
add pulseaudio plugin and remove alsa plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntan committed Sep 18, 2018
1 parent 190785e commit 4c69b66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions net.hachune.mikutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ modules:
- name: mikutter
buildsystem: simple
build-commands:
- mv mikutter-pulseaudio core/plugin/pulseaudio # use paplay command to alternate aplay
- rm -rf core/plugin/alsa # remove alsa plugin
- install -Dm644 -t /app/share/mikutter mikutter.rb LICENSE README
- for f in $(find core -type f); do install -Dm644 -t /app/share/mikutter/$(dirname $f) $f; done
- install -Dm644 core/skin/data/icon.png /app/share/icons/hicolor/256x256/apps/net.hachune.mikutter.png
Expand All @@ -64,6 +66,10 @@ modules:
- install -Dm644 net.hachune.mikutter.appdata.xml /app/share/metainfo/net.hachune.mikutter.appdata.xml
sources:
- net.hachune.mikutter.git-source.json
- type: git
url: https://github.com/yuntan/mikutter-pulseaudio.git
commit: 67493efe74107fcc5ca5fce350092af6fe49d780
dest: mikutter-pulseaudio
- type: file
path: mikutter
- type: file
Expand Down

0 comments on commit 4c69b66

Please sign in to comment.