mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 3.3.1.
PR: 103048 Submitted by: maintainer
This commit is contained in:
parent
6b3fa393d5
commit
8d59eedde9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173488
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= openbox
|
||||
PORTVERSION= 3.3
|
||||
PORTVERSION= 3.3.1
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://offload1.icculus.org/openbox/releases/
|
||||
|
||||
@ -21,6 +21,16 @@ USE_GMAKE= yes
|
||||
USE_GNOME= glib20 libxml2
|
||||
USE_X_PREFIX= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_PANGO)
|
||||
USE_GNOME+= pango
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (openbox-3.3.tar.gz) = 35e228b33ab7d5d0995b5beb9c127808
|
||||
SHA256 (openbox-3.3.tar.gz) = d43cf28ee1a99ff8458b338574e59a1f807a8024f7308a6fcb1d747bfc9c57d8
|
||||
SIZE (openbox-3.3.tar.gz) = 603678
|
||||
MD5 (openbox-3.3.1.tar.gz) = 6dc25d5fbff5d6277593b89974f950d8
|
||||
SHA256 (openbox-3.3.1.tar.gz) = a70b7bc8c28427dff350aa17882d6916b678fd12d1119e4c3ad4b86f3371f033
|
||||
SIZE (openbox-3.3.1.tar.gz) = 603402
|
||||
|
@ -83,6 +83,26 @@ share/themes/syscrash/openbox-3/max_pressed.xbm
|
||||
share/themes/syscrash/openbox-3/max_toggled.xbm
|
||||
share/themes/syscrash/openbox-3/shade.xbm
|
||||
share/themes/syscrash/openbox-3/themerc
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/no/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/en@quot/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%share/locale/en@boldquot/LC_MESSAGES/openbox.mo
|
||||
%%NLS%%@dirrmtry share/locale/en@quot/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/en@quot
|
||||
%%NLS%%@dirrmtry share/locale/en@boldquot/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/en@boldquot
|
||||
@dirrm share/themes/syscrash/openbox-3
|
||||
@dirrm share/themes/syscrash
|
||||
@dirrm share/themes/orang/openbox-3
|
||||
|
Loading…
Reference in New Issue
Block a user