Update to 0.97.0
PR: ports/148736 Submitted by: Gvozdikov Veniamin (maintainer)
This commit is contained in:
parent
569b5f8746
commit
fbec0532dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257967
3 changed files with 14 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= tepsonic
|
||||
PORTVERSION= 0.96.0
|
||||
PORTVERSION= 0.97.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.tepsonic.org/files/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
@ -19,10 +19,13 @@ LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib
|
|||
USE_CMAKE= yes
|
||||
USE_QT_VER= 4
|
||||
USE_LDCONFIG= yes
|
||||
INSTALLS_ICONS= yes
|
||||
CMAKE_USE_PTHREAD= yes
|
||||
QT_COMPONENTS= gui xml sql phonon network linguist_build \
|
||||
rcc_build qmake_build uic_build moc_build
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (tepsonic-0.96.0-src.tar.gz) = fb1f7d1ea614e43f1e0a5a9d7fc49913
|
||||
SHA256 (tepsonic-0.96.0-src.tar.gz) = e613fa24ecd8212497a89d4c4ceffffd2f3206c0307d7cd591ec918f8ed2afee
|
||||
SIZE (tepsonic-0.96.0-src.tar.gz) = 674313
|
||||
MD5 (tepsonic-0.97.0-src.tar.gz) = 0230fd4344388a6c5db87df31969923e
|
||||
SHA256 (tepsonic-0.97.0-src.tar.gz) = 0e9c115514deb0b7bc94c9382d67ae55abca52fe0661b7141ba5c8ed35835db0
|
||||
SIZE (tepsonic-0.97.0-src.tar.gz) = 679326
|
||||
|
|
|
@ -9,12 +9,12 @@ share/icons/hicolor/256x256/apps/tepsonic.png
|
|||
share/icons/hicolor/32x32/apps/tepsonic.png
|
||||
share/icons/hicolor/48x48/apps/tepsonic.png
|
||||
share/icons/hicolor/64x64/apps/tepsonic.png
|
||||
share/tepsonic/locale/lastfmscrobbler/cs_CZ.qm
|
||||
share/tepsonic/locale/tepsonic/cs_CZ.qm
|
||||
@dirrm share/tepsonic/locale/tepsonic
|
||||
@dirrm share/tepsonic/locale/lastfmscrobbler
|
||||
@dirrm share/tepsonic/locale
|
||||
@dirrm share/tepsonic
|
||||
%%DATADIR%%/locale/tepsonic/cs.qm
|
||||
%%DATADIR%%/locale/lastfmscrobbler/cs.qm
|
||||
@dirrm %%DATADIR%%/locale/tepsonic
|
||||
@dirrm %%DATADIR%%/locale/lastfmscrobbler
|
||||
@dirrm %%DATADIR%%/locale
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/icons/hicolor/64x64/apps
|
||||
@dirrmtry share/icons/hicolor/64x64
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
|
|
Loading…
Reference in a new issue