landry 2020-12-29 15:26:35 +00:00
parent 8d820ca262
commit 4257b122d1
2 changed files with 6 additions and 10 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2019/11/11 18:02:23 landry Exp $
# $OpenBSD: Makefile,v 1.21 2020/12/29 15:26:35 landry Exp $
COMMENT-main = Xfce desktop meta-package (base installation)
COMMENT-extras = Xfce desktop meta-package (full installation)
V = 4.14
V = 4.16
PKGNAME= xfce-${V}
PKGNAME-main = xfce-${V}
@ -28,7 +28,6 @@ RUN_DEPENDS-main += \
RUN_DEPENDS-main += \
x11/xfce4/xfwm4-themes \
x11/greybird
# x11/xfce4/xfce4-icon-theme (outdated)
# common apps
RUN_DEPENDS-main += \
@ -42,8 +41,6 @@ RUN_DEPENDS-main += \
x11/xfce4/xfce4-taskmanager \
x11/xfce4/tumbler
# x11/xfce4/orage (outdated)
# extra apps
RUN_DEPENDS-extras += \
STEM-=${V}:${BASE_PKGPATH},-main \
@ -77,7 +74,6 @@ RUN_DEPENDS-extras += \
x11/xfce4/xfce4-places \
x11/xfce4/xfce4-screenshooter \
x11/xfce4/xfce4-smartbookmark \
x11/xfce4/xfce4-statusnotifier \
x11/xfce4/xfce4-systemload \
x11/xfce4/xfce4-time-out \
x11/xfce4/xfce4-verve \

View File

@ -1,4 +1,4 @@
$OpenBSD: README-main,v 1.14 2019/08/15 07:16:48 landry Exp $
$OpenBSD: README-main,v 1.15 2020/12/29 15:26:35 landry Exp $
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
@ -72,11 +72,11 @@ properly configure the default encoding in terminal properties.
Similarly, if you want localized graphical applications, add this line
to your .xinitrc/.xsession before startxfce4:
export LC_MESSAGES=fr
export LC_MESSAGES=fr_FR.UTF-8
where 'fr' is your language tag.
where 'fr_FR' is your language tag.
See https://www.openbsd.org/faq/faq8.html#locales for more information
on that topic.
More generally, https://wiki.xfce.org/faq and https://wiki.xfce.org/tips
More generally, https://docs.xfce.org and https://docs.xfce.org/faq
are the best resources for user-level documentation.