update to 4.4.1
from Landry Breuil, with some tweaks
This commit is contained in:
parent
e9b7ef9072
commit
b7b6d5770f
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2006/12/16 12:22:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2007/05/10 06:48:42 steven Exp $
|
||||
|
||||
COMMENT= "settings manager plug-ins for xfce4"
|
||||
V= 4.2.3
|
||||
|
||||
V= 4.4.1
|
||||
DISTNAME= xfce-mcs-plugins-${V}
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
||||
# GPL
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -14,13 +14,17 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
USE_GMAKE= Yes
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
MODULES= devel/gettext
|
||||
BUILD_DEPENDS= :xfce-mcs-manager-*:x11/xfce4/xfce-mcs-manager
|
||||
LIB_DEPENDS= xfcegui4.>=3.4::x11/xfce4/libxfcegui4 \
|
||||
xfce4mcs-client.>=2.3,xfce4mcs-manager.>=2.3::x11/xfce4/libxfce4mcs
|
||||
RUN_DEPENDS= :xfce-mcs-manager-*:x11/xfce4/xfce-mcs-manager
|
||||
WANTLIB= ICE SM X11 Xext Xrandr Xrender Xxf86vm \
|
||||
fontconfig freetype m \
|
||||
LIB_DEPENDS= xfce4mcs-client.>=3.5,xfce4mcs-manager.>=3.5::x11/xfce4/libxfce4mcs \
|
||||
xfcegui4.>=4::x11/xfce4/libxfcegui4
|
||||
RUN_DEPENDS= :xfce-mcs-manager->=4.4.0:x11/xfce4/xfce-mcs-manager
|
||||
WANTLIB= ICE SM X11 Xcursor Xext Xrandr Xrender Xxf86vm expat \
|
||||
Xau Xdmcp Xfixes Xi Xinerama fontconfig freetype m \
|
||||
atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
|
||||
gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \
|
||||
pangoft2-1.0 pangocairo-1.0 cairo glitz png z \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfce-mcs-plugins-4.2.3.tar.gz) = zdHKP/dhCkVliqgBuR2o3A==
|
||||
RMD160 (xfce4/xfce-mcs-plugins-4.2.3.tar.gz) = Dptp26JexDgApFhbaXb0PzgcsuQ=
|
||||
SHA1 (xfce4/xfce-mcs-plugins-4.2.3.tar.gz) = mBo6ONkGPzud4y8TOEZ3v2MdE1o=
|
||||
SHA256 (xfce4/xfce-mcs-plugins-4.2.3.tar.gz) = V9/8asLUSo/rEeMPShKBCrOiK0NrOOqHPTcGpiyuoWk=
|
||||
SIZE (xfce4/xfce-mcs-plugins-4.2.3.tar.gz) = 1009785
|
||||
MD5 (xfce4/xfce-mcs-plugins-4.4.1.tar.bz2) = mfBbXOlfJMIFcxVlIQqoqQ==
|
||||
RMD160 (xfce4/xfce-mcs-plugins-4.4.1.tar.bz2) = RVB9Cj1GohgEJQ6Dc6dwmNHlLCs=
|
||||
SHA1 (xfce4/xfce-mcs-plugins-4.4.1.tar.bz2) = ULXoLmerduJO0jLmMCoUMKkCzQg=
|
||||
SHA256 (xfce4/xfce-mcs-plugins-4.4.1.tar.bz2) = wyUXIeiKFXYDp9WZ2/8wGadiR59yAMEFPukG0cSCF5o=
|
||||
SIZE (xfce4/xfce-mcs-plugins-4.4.1.tar.bz2) = 876128
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/05/12 04:38:35 jolan Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2007/05/10 06:48:42 steven Exp $
|
||||
lib/xfce4/mcs-plugins/display_plugin.so
|
||||
lib/xfce4/mcs-plugins/fm_plugin.so
|
||||
lib/xfce4/mcs-plugins/keyboard_plugin.so
|
||||
lib/xfce4/mcs-plugins/mouse_plugin.so
|
||||
lib/xfce4/mcs-plugins/screensaver_plugin.so
|
||||
|
@ -1,16 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2005/11/10 22:57:38 jolan Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/05/10 06:48:42 steven Exp $
|
||||
%%SHARED%%
|
||||
lib/xfce4/
|
||||
lib/xfce4/mcs-plugins/
|
||||
lib/xfce4/mcs-plugins/display_plugin.a
|
||||
lib/xfce4/mcs-plugins/display_plugin.la
|
||||
lib/xfce4/mcs-plugins/keyboard_plugin.a
|
||||
lib/xfce4/mcs-plugins/fm_plugin.la
|
||||
lib/xfce4/mcs-plugins/keyboard_plugin.la
|
||||
lib/xfce4/mcs-plugins/mouse_plugin.a
|
||||
lib/xfce4/mcs-plugins/mouse_plugin.la
|
||||
lib/xfce4/mcs-plugins/screensaver_plugin.a
|
||||
lib/xfce4/mcs-plugins/screensaver_plugin.la
|
||||
lib/xfce4/mcs-plugins/ui_plugin.a
|
||||
lib/xfce4/mcs-plugins/ui_plugin.la
|
||||
share/applications/xfce-display-settings.desktop
|
||||
share/applications/xfce-keyboard-settings.desktop
|
||||
@ -26,7 +22,6 @@ share/icons/hicolor/scalable/apps/xfce4-display.svg
|
||||
share/icons/hicolor/scalable/apps/xfce4-keyboard.svg
|
||||
share/icons/hicolor/scalable/apps/xfce4-mouse.svg
|
||||
share/icons/hicolor/scalable/apps/xfce4-ui.svg
|
||||
share/locale/af/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/ar/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/az/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/be/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
@ -34,8 +29,8 @@ share/locale/bg/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/da/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/de/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/dz/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/el/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/en_GB/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/eo/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
@ -46,15 +41,17 @@ share/locale/eu/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/fa/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/fi/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/gl/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/gu/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/he/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/hi/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/it/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/ka/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/ku/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/lt/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/mk/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/mr/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/ms/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/nl/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
@ -65,7 +62,6 @@ share/locale/pt_PT/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/ro/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/sk/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/sl/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/sv/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/ta/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/tr/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
@ -73,6 +69,9 @@ share/locale/uk/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/vi/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/xfce-mcs-plugins/
|
||||
share/xfce-mcs-plugins/shortcuts/
|
||||
share/xfce-mcs-plugins/shortcuts/default.xml
|
||||
share/xfce4/doc/C/images/display_preferences.png
|
||||
share/xfce4/doc/C/images/font_selection.png
|
||||
share/xfce4/doc/C/images/keyboard_settings.png
|
||||
@ -86,9 +85,8 @@ share/xfce4/doc/fr/images/keyboard_settings.png
|
||||
share/xfce4/doc/fr/images/mouse_settings.png
|
||||
share/xfce4/doc/fr/images/user_interface_settings.png
|
||||
share/xfce4/doc/fr/xfce-mcs-plugins.html
|
||||
share/xfce4/doc/he/images/display_preferences.png
|
||||
share/xfce4/doc/he/images/font_selection.png
|
||||
share/xfce4/doc/he/images/keyboard_settings.png
|
||||
share/xfce4/doc/he/images/mouse_settings.png
|
||||
share/xfce4/doc/he/images/user_interface_settings.png
|
||||
share/xfce4/doc/he/xfce-mcs-plugins.html
|
||||
share/xfce4/doc/it/images/font_selection.png
|
||||
share/xfce4/doc/it/images/keyboard_settings.png
|
||||
share/xfce4/doc/it/images/mouse_settings.png
|
||||
share/xfce4/doc/it/images/user_interface_settings.png
|
||||
share/xfce4/doc/it/xfce-mcs-plugins.html
|
||||
|
Loading…
Reference in New Issue
Block a user