diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-16 03:35:35 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-16 16:15:37 +0000 |
commit | c33b362169d5bc3208cc12b8e18d36505a5fa306 (patch) | |
tree | 84c674c69d6b245a95280ef8266b052354f86d6d /audio | |
parent | 429866ca88eca5c1f14cf5e09d66355e0ffb8b6b (diff) | |
download | ports-c33b362169d5bc3208cc12b8e18d36505a5fa306.tar.gz ports-c33b362169d5bc3208cc12b8e18d36505a5fa306.zip |
Diffstat (limited to 'audio')
-rw-r--r-- | audio/zrythm/Makefile | 2 | ||||
-rw-r--r-- | audio/zrythm/distinfo | 6 | ||||
-rw-r--r-- | audio/zrythm/pkg-plist | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile index 6dbfb594d7a2..771d7a4dfd82 100644 --- a/audio/zrythm/Makefile +++ b/audio/zrythm/Makefile @@ -1,6 +1,6 @@ PORTNAME= zrythm DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-alpha.16.0.37 +DISTVERSION= 1.0.0-alpha.16.1.1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/zrythm/distinfo b/audio/zrythm/distinfo index 1bee1e9d406a..c361f47c49f8 100644 --- a/audio/zrythm/distinfo +++ b/audio/zrythm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620761671 -SHA256 (zrythm-zrythm-v1.0.0-alpha.16.0.37_GH0.tar.gz) = 8a5a4dcc00bd30352101486b90844a78621cda2d4a5e7003f1cd0de3d450900a -SIZE (zrythm-zrythm-v1.0.0-alpha.16.0.37_GH0.tar.gz) = 10448911 +TIMESTAMP = 1621133725 +SHA256 (zrythm-zrythm-v1.0.0-alpha.16.1.1_GH0.tar.gz) = 7c732b243358e099c369ef634c12bc4d1984e126afc4aba7c29265a9c44af2c8 +SIZE (zrythm-zrythm-v1.0.0-alpha.16.1.1_GH0.tar.gz) = 10455957 diff --git a/audio/zrythm/pkg-plist b/audio/zrythm/pkg-plist index aa2221b2f09c..677fdec74850 100644 --- a/audio/zrythm/pkg-plist +++ b/audio/zrythm/pkg-plist @@ -57,6 +57,8 @@ share/mime/packages/org.zrythm.Zrythm-mime.xml %%DATADIR%%/scripts/hello-world.scm %%DATADIR%%/scripts/print-all-tracks.scm %%DATADIR%%/sourceview-styles/monokai-extended-zrythm.xml +%%DATADIR%%/themes/css/fruity-theme.css +%%DATADIR%%/themes/css/zrythm-theme.css %%DATADIR%%/themes/icons/zrythm-dark/index.theme %%DATADIR%%/themes/icons/zrythm-dark/scalable/README.md %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/add.svg @@ -64,6 +66,7 @@ share/mime/packages/org.zrythm.Zrythm-mime.xml %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/arrow-up-small.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/audition.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/audition2.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/auto-scroll-playhead.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/automate.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/bus.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/carousel-horizontal.svg @@ -207,4 +210,3 @@ share/mime/packages/org.zrythm.Zrythm-mime.xml %%DATADIR%%/themes/icons/zrythm-dark/scalable/tracktypes/markers.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/tracktypes/signal-audio.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/tracktypes/signal-midi.svg -%%DATADIR%%/themes/zrythm-theme.css |