mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to sonata-1.7.3.
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
COMMENT= GTK+ client for the Music Player Daemon
|
||||
|
||||
MODPY_DISTV=1.7.0
|
||||
MODPY_DISTV= 1.7.3
|
||||
GH_TAGNAME= v${MODPY_DISTV}
|
||||
GH_ACCOUNT= multani
|
||||
GH_PROJECT= sonata
|
||||
DISTNAME= sonata-${MODPY_DISTV}
|
||||
EPOCH= 1
|
||||
REVISION= 7
|
||||
|
||||
CATEGORIES= audio
|
||||
|
||||
@@ -31,13 +30,6 @@ RUN_DEPENDS= audio/py-mpd2 \
|
||||
# pygobject GTK3 introspection (not provided by indirect dependencies)
|
||||
RUN_DEPENDS += x11/gtk+3
|
||||
|
||||
# From c4ed69eed8dfdea3f958b2c0d93b79e70522009a Mon Sep 17 00:00:00 2001
|
||||
# From: Jonathan Ballet <jon@multani.info>
|
||||
# Date: Sun, 11 Apr 2021 17:03:09 +0200
|
||||
# Subject: [PATCH] Remove the "lyricswiki" plugin, as the website shutdown last year (#119)
|
||||
post-extract:
|
||||
rm ${WRKSRC}/sonata/plugins/lyricwiki.py
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
|
||||
${INSTALL_DATA} ${WRKSRC}/sonata/pixmaps/sonata.png \
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (sonata-1.7.0.tar.gz) = Vkoib41XsoaDZ0LSNKqfqLxHuJek8dYfmaVEd3xaqx4=
|
||||
SIZE (sonata-1.7.0.tar.gz) = 2258617
|
||||
SHA256 (sonata-1.7.3.tar.gz) = DnnIM6k9TmtieaRfXJUZfDyIyCDduMenihL90ejjkjo=
|
||||
SIZE (sonata-1.7.3.tar.gz) = 2257912
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
From ae4a1dd01055a7a0664d30cb93be919ed753bf8c Mon Sep 17 00:00:00 2001
|
||||
From: Leo Famulari <leo@famulari.name>
|
||||
Date: Wed, 31 Mar 2021 19:19:20 -0400
|
||||
Subject: [PATCH] Adjust the "default" version string.
|
||||
|
||||
Index: sonata/version.py
|
||||
--- sonata/version.py.orig
|
||||
+++ sonata/version.py
|
||||
@@ -26,7 +26,7 @@ except ImportError:
|
||||
build_ver = None
|
||||
|
||||
# Should be the most recent release
|
||||
-default_version = "v1.7b1"
|
||||
+default_version = "v1.7.0"
|
||||
|
||||
def _version():
|
||||
'''Get the version number of the sources
|
||||
@@ -158,6 +158,7 @@ share/locale/es/LC_MESSAGES/sonata.mo
|
||||
share/locale/et/LC_MESSAGES/sonata.mo
|
||||
share/locale/fi/LC_MESSAGES/sonata.mo
|
||||
share/locale/fr/LC_MESSAGES/sonata.mo
|
||||
share/locale/hi/LC_MESSAGES/sonata.mo
|
||||
share/locale/it/LC_MESSAGES/sonata.mo
|
||||
share/locale/ja/LC_MESSAGES/sonata.mo
|
||||
share/locale/ko/LC_MESSAGES/sonata.mo
|
||||
|
||||
Reference in New Issue
Block a user