Upgrade to 0.6
This commit is contained in:
parent
85f61982c2
commit
034f7bc414
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132633
3 changed files with 15 additions and 5 deletions
|
@ -5,8 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kaffeine
|
||||
PORTVERSION= 0.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= multimedia kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= kaffeine
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (kaffeine-0.5.tar.bz2) = dffc384423e6cb8e20c5ad49242814d7
|
||||
SIZE (kaffeine-0.5.tar.bz2) = 1415324
|
||||
MD5 (kaffeine-0.6.tar.bz2) = 7412abf5f646a0fd62ac5ad3dba80ab2
|
||||
SIZE (kaffeine-0.6.tar.bz2) = 1784898
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin/kaffeine
|
||||
include/kaffeine/kaffeine_part.h
|
||||
include/kaffeine/kaffeine_part_iface.h
|
||||
include/kaffeine/kmediapart.h
|
||||
include/kaffeine/mrl.h
|
||||
include/kaffeine/playlistimport.h
|
||||
|
@ -15,6 +16,7 @@ share/apps/kaffeine/logo
|
|||
share/apps/kaffeine/logo.mpg
|
||||
share/apps/kaffeine/mms.protocol
|
||||
share/apps/kaffeine/rtsp.protocol
|
||||
share/apps/kaffeine/dvbdata.tar.gz
|
||||
share/apps/konqueror/servicemenus/kaffeine_open_directory.desktop
|
||||
share/apps/konqueror/servicemenus/kaffeine_append_file.desktop
|
||||
share/apps/profiles/kaffeine.profile.xml
|
||||
|
@ -24,11 +26,18 @@ share/doc/HTML/en/kaffeine/playlistwin.png
|
|||
share/doc/HTML/en/kaffeine/index.docbook
|
||||
share/doc/HTML/en/kaffeine/index.cache.bz2
|
||||
share/doc/HTML/en/kaffeine/common
|
||||
share/doc/HTML/en/kaffeine/dvbwin.png
|
||||
share/doc/HTML/en/kaffeine/dvblive.jpg
|
||||
share/doc/HTML/en/kaffeine/dvbscan.png
|
||||
share/doc/HTML/en/kaffeine/dvbepg.png
|
||||
share/doc/HTML/en/kaffeine/dvbconfig.png
|
||||
share/doc/HTML/en/kaffeine/dvbtimers.png
|
||||
share/doc/HTML/zh_CN/kaffeine/index.cache.bz2
|
||||
share/doc/HTML/zh_CN/kaffeine/index.docbook
|
||||
share/doc/HTML/zh_CN/kaffeine/kaffeinepart.png
|
||||
share/doc/HTML/zh_CN/kaffeine/playlistwin.png
|
||||
share/doc/HTML/zh_CN/kaffeine/startwindow.png
|
||||
share/doc/HTML/zh_CN/kaffeine/common
|
||||
share/icons/hicolor/128x128/apps/kaffeine.png
|
||||
share/icons/hicolor/16x16/apps/kaffeine.png
|
||||
share/icons/hicolor/16x16/mimetypes/mime_kaffeine.png
|
||||
|
@ -47,6 +56,7 @@ share/icons/hicolor/32x32/mimetypes/mime_kaffeine.png
|
|||
share/icons/hicolor/48x48/apps/kaffeine.png
|
||||
share/icons/hicolor/48x48/mimetypes/mime_kaffeine.png
|
||||
share/icons/hicolor/64x64/apps/kaffeine.png
|
||||
share/locale/cs/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/da/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/de/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/es/LC_MESSAGES/kaffeine.mo
|
||||
|
@ -57,9 +67,10 @@ share/locale/hu/LC_MESSAGES/kaffeine.mo
|
|||
share/locale/it/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/ja/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/mk/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/ms/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/nb/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/nn/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/nl/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/pl/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/pt_PT/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/ru/LC_MESSAGES/kaffeine.mo
|
||||
|
|
Loading…
Reference in a new issue