Update to xfmpc 0.2.0, rewritten in Vala.
This commit is contained in:
parent
ab1cda006f
commit
b19a3cca3a
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2009/08/11 08:38:42 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2009/09/04 19:26:21 landry Exp $
|
||||
|
||||
COMMENT= Xfce4 Music Player Daemon client
|
||||
|
||||
XFCE_VERSION= 0.1.0
|
||||
XFCE_VERSION= 0.2.0
|
||||
XFCE_GOODIE= xfmpc
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -23,6 +22,6 @@ WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
||||
freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz \
|
||||
gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 pcre pixman-1 png startup-notification-1 xfce4util z \
|
||||
pthread-stubs xcb
|
||||
pthread-stubs xcb execinfo gthread-2.0 pthread xcb-atom xcb-aux xcb-event
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfmpc-0.1.0.tar.bz2) = Zwj61vkns6SBDAWxchOH+Q==
|
||||
RMD160 (xfce4/xfmpc-0.1.0.tar.bz2) = B35QE6ixd/T+M3eXNxP5ObmNDuY=
|
||||
SHA1 (xfce4/xfmpc-0.1.0.tar.bz2) = WnuAwCJrlH1ZwQEhffBg7wSR/08=
|
||||
SHA256 (xfce4/xfmpc-0.1.0.tar.bz2) = e5hMPSfQGtuY/RiDE2Stw8mNASHdu8f9ppGIA846LKY=
|
||||
SIZE (xfce4/xfmpc-0.1.0.tar.bz2) = 311592
|
||||
MD5 (xfce4/xfmpc-0.2.0.tar.bz2) = liSShNoNQ6k/W/F4ZeNPrQ==
|
||||
RMD160 (xfce4/xfmpc-0.2.0.tar.bz2) = CVaeaNpx6RC1pkuDx4MepH0ycbI=
|
||||
SHA1 (xfce4/xfmpc-0.2.0.tar.bz2) = IeAECibTlmkP315qQQwuXuOxC2o=
|
||||
SHA256 (xfce4/xfmpc-0.2.0.tar.bz2) = HaCDv7mITV7UlVyr01HK7tfhS3C2jzQyuws1UnMKDrk=
|
||||
SIZE (xfce4/xfmpc-0.2.0.tar.bz2) = 347965
|
||||
|
@ -1,9 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/05/03 19:20:14 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/09/04 19:26:21 landry Exp $
|
||||
@bin bin/xfmpc
|
||||
@man man/man1/xfmpc.1
|
||||
share/applications/xfmpc.desktop
|
||||
share/locale/ar/
|
||||
share/locale/ar/LC_MESSAGES/
|
||||
share/locale/ar/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/ast/
|
||||
share/locale/ast/LC_MESSAGES/
|
||||
share/locale/ast/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/ca/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/cs/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/da/LC_MESSAGES/xfmpc.mo
|
||||
@ -16,14 +20,23 @@ share/locale/eu/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/fi/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/fr/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/gl/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/hu/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/id/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/it/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/ja/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/nl/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/pt/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/sl/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/sv/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/tr/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/uk/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/ur/
|
||||
share/locale/ur/LC_MESSAGES/
|
||||
share/locale/ur/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/ur_PK/
|
||||
share/locale/ur_PK/LC_MESSAGES/
|
||||
share/locale/ur_PK/LC_MESSAGES/xfmpc.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfmpc.mo
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
Loading…
x
Reference in New Issue
Block a user