mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
add xfce4-settings:
The settings manager allows you to customize your desktop environment in an easy and intuitive way. You can set some hardware components such as mouse, keyboard or display; but also theme your windows, widgets and icons, set your preferred applications, manage your sessions... WWW: http://www.xfce.org/projects/xfce4-settings/
This commit is contained in:
parent
d5fe11f3b2
commit
0c23a8af99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229339
5 changed files with 87 additions and 0 deletions
|
@ -855,6 +855,7 @@
|
|||
SUBDIR += xfce4-minicmd-plugin
|
||||
SUBDIR += xfce4-netload-plugin
|
||||
SUBDIR += xfce4-places-plugin
|
||||
SUBDIR += xfce4-settings
|
||||
SUBDIR += xfce4-systemload-plugin
|
||||
SUBDIR += xfce4-utils
|
||||
SUBDIR += xfce4-wavelan-plugin
|
||||
|
|
34
sysutils/xfce4-settings/Makefile
Normal file
34
sysutils/xfce4-settings/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: xfce4-settings
|
||||
# Date created: 2 October 2008
|
||||
# Whom: Oliver Lehmann <oliver@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-settings
|
||||
PORTVERSION= 4.6.0
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= XFce 4 settings application
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
LIB_DEPENDS= wnck-1.22:${PORTSDIR}/x11-toolkits/libwnck
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
||||
USE_XFCE= configenv libexo libgui libutil xfconf
|
||||
|
||||
post-patch:
|
||||
# until xfce4-icon-theme is back we rely on Tango
|
||||
@${REINPLACE_CMD} -e 's|Rodent|Tango|g' \
|
||||
${WRKSRC}/dialogs/appearance-settings/main.c \
|
||||
${WRKSRC}/xfsettingsd/xsettings.xml
|
||||
.include <bsd.port.mk>
|
3
sysutils/xfce4-settings/distinfo
Normal file
3
sysutils/xfce4-settings/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (xfce4/xfce4-settings-4.6.0.tar.bz2) = ac538c4ab32e3a91f4567141adc3c898
|
||||
SHA256 (xfce4/xfce4-settings-4.6.0.tar.bz2) = 7cec5dc4cdbb358bcdb010e43d3984ed9686b136811b0a25f2c5c52db0e7afff
|
||||
SIZE (xfce4/xfce4-settings-4.6.0.tar.bz2) = 490746
|
6
sysutils/xfce4-settings/pkg-descr
Normal file
6
sysutils/xfce4-settings/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
The settings manager allows you to customize your desktop environment in
|
||||
an easy and intuitive way. You can set some hardware components such as
|
||||
mouse, keyboard or display; but also theme your windows, widgets and icons,
|
||||
set your preferred applications, manage your sessions...
|
||||
|
||||
WWW: http://www.xfce.org/projects/xfce4-settings/
|
43
sysutils/xfce4-settings/pkg-plist
Normal file
43
sysutils/xfce4-settings/pkg-plist
Normal file
|
@ -0,0 +1,43 @@
|
|||
bin/xfce4-appearance-settings
|
||||
bin/xfce4-accessibility-settings
|
||||
bin/xfce4-display-settings
|
||||
bin/xfce4-keyboard-settings
|
||||
bin/xfce4-mouse-settings
|
||||
bin/xfce4-settings-helper
|
||||
bin/xfce4-settings-manager
|
||||
bin/xfce4-settings-editor
|
||||
bin/xfsettingsd
|
||||
etc/xdg/autostart/xfce4-settings-helper-autostart.desktop
|
||||
etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
|
||||
share/locale/ca/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/da/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/de/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/el/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/es/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/eu/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/fi/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/id/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/nb/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/nl/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/sv/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/tr/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/uk/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce4-settings.mo
|
||||
share/applications/xfce-ui-settings.desktop
|
||||
share/applications/xfce4-accessibility-settings.desktop
|
||||
share/applications/xfce-display-settings.desktop
|
||||
share/applications/xfce-keyboard-settings.desktop
|
||||
share/applications/xfce-mouse-settings.desktop
|
||||
share/applications/xfce-settings-manager.desktop
|
||||
share/applications/xfce4-settings-editor.desktop
|
||||
@dirrmtry etc/xdg/autostart
|
||||
@dirrmtry etc/xdg/xfce4/xfconf/xfce-perchannel-xml
|
||||
@dirrmtry etc/xdg/xfce4/xfconf
|
||||
@dirrmtry etc/xdg/xfce4
|
Loading…
Add table
Reference in a new issue