Update to xfce4-notes 1.7.2. Fix desktop file goos, correctly install
xdg autostart file.
This commit is contained in:
parent
fe5b625590
commit
24ad1b8533
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2009/09/04 19:09:20 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2009/12/19 13:28:26 landry Exp $
|
||||
|
||||
COMMENT= Xfce4 sticky notes panel plugin
|
||||
|
||||
XFCE_VERSION= 1.7.1
|
||||
XFCE_VERSION= 1.7.2
|
||||
XFCE_PLUGIN= notes
|
||||
|
||||
# GPLv2
|
||||
@ -12,6 +12,11 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
MODULES= x11/xfce4
|
||||
DESKTOP_FILES = Yes
|
||||
|
||||
LIB_DEPENDS += unique-1.0::devel/libunique
|
||||
|
||||
FAKE_FLAGS = autostartdir=${PREFIX}/share/examples/xfce4-notes
|
||||
|
||||
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
|
||||
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfce4-notes-plugin-1.7.1.tar.bz2) = xtJ9jFZvvZihS9WSc9oK3w==
|
||||
RMD160 (xfce4/xfce4-notes-plugin-1.7.1.tar.bz2) = eti1PmJwRkNxAf6Br0zBAMUvVFg=
|
||||
SHA1 (xfce4/xfce4-notes-plugin-1.7.1.tar.bz2) = k1v/aAxHj+UTW232nwXOPScntDU=
|
||||
SHA256 (xfce4/xfce4-notes-plugin-1.7.1.tar.bz2) = qPkSLkEy3bYABG+Oalb2r/mDTpQZHwb6VRu1uafn3Gw=
|
||||
SIZE (xfce4/xfce4-notes-plugin-1.7.1.tar.bz2) = 366888
|
||||
MD5 (xfce4/xfce4-notes-plugin-1.7.2.tar.bz2) = BUdC7MS7g95sFEewI5ONPg==
|
||||
RMD160 (xfce4/xfce4-notes-plugin-1.7.2.tar.bz2) = Kjgu4+/HvaadX8qhExq5mKs/auE=
|
||||
SHA1 (xfce4/xfce4-notes-plugin-1.7.2.tar.bz2) = rIcDucY7o4FY6ymNd+fXocmcaoA=
|
||||
SHA256 (xfce4/xfce4-notes-plugin-1.7.2.tar.bz2) = ZSJipYeuawYh33zPsbr3LjdiEHfP7542Ah6wjMTU0Eo=
|
||||
SIZE (xfce4/xfce4-notes-plugin-1.7.2.tar.bz2) = 380255
|
||||
|
@ -1,9 +1,18 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2009/09/04 19:09:20 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2009/12/19 13:28:26 landry Exp $
|
||||
@bin bin/xfce4-notes
|
||||
@bin bin/xfce4-notes-settings
|
||||
@bin bin/xfce4-popup-notes
|
||||
libexec/xfce4/
|
||||
libexec/xfce4/panel-plugins/
|
||||
@bin libexec/xfce4/panel-plugins/xfce4-notes-plugin
|
||||
share/applications/
|
||||
share/applications/xfce4-notes.desktop
|
||||
share/examples/xfce4-notes/
|
||||
@sample ${SYSCONFDIR}/xdg/
|
||||
@sample ${SYSCONFDIR}/xdg/xfce4/
|
||||
@sample ${SYSCONFDIR}/xdg/autostart/
|
||||
share/examples/xfce4-notes/xfce4-notes-autostart.desktop
|
||||
@sample ${SYSCONFDIR}/xdg/autostart/xfce4-notes-autostart.desktop
|
||||
share/icons/
|
||||
share/icons/hicolor/
|
||||
share/icons/hicolor/16x16/
|
||||
@ -44,6 +53,9 @@ share/locale/hu/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
share/locale/id/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
share/locale/it/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
share/locale/kk/
|
||||
share/locale/kk/LC_MESSAGES/
|
||||
share/locale/kk/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
share/locale/lv/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
share/locale/nb/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
share/locale/nl/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
@ -51,6 +63,8 @@ share/locale/pl/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
share/locale/pt/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
share/locale/ro/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
share/locale/sk/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
share/locale/sq/
|
||||
share/locale/sq/LC_MESSAGES/
|
||||
share/locale/sq/LC_MESSAGES/xfce4-notes-plugin.mo
|
||||
@ -71,3 +85,5 @@ share/xfce4/panel-plugins/
|
||||
share/xfce4/panel-plugins/xfce4-notes-plugin.desktop
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
|
Loading…
Reference in New Issue
Block a user