Maintenance update to Xfce 4.4.3, bugfix and translation release.
See http://www.xfce.org/documentation/changelogs/4.4.3. Fixes some bugs which surfaced on amd64 since Glib update, some patches are now integrated upstream. While here, update PLISTs and use pkg_subst -c in xfce4-session/Makefile. diff reads ok to ajacoutot@, go ahead jasper@
This commit is contained in:
parent
5d38a0785c
commit
ddddffa0fe
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2008/07/10 11:38:02 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= extension library for xfce4
|
||||
|
||||
XFCE_VERSION= 0.3.4
|
||||
XFCE_PROJECT= exo
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
|
||||
SHARED_LIBS= exo-0.3 5.0 \
|
||||
exo-hal-0.3 5.0
|
||||
|
@ -1,10 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/04/17 09:00:24 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/11/06 15:34:46 landry Exp $
|
||||
%%SHARED%%
|
||||
bin/exo-csource
|
||||
bin/exo-desktop-item-edit
|
||||
@bin bin/exo-csource
|
||||
@bin bin/exo-desktop-item-edit
|
||||
bin/exo-eject
|
||||
bin/exo-mount
|
||||
bin/exo-open
|
||||
@bin bin/exo-mount
|
||||
@bin bin/exo-open
|
||||
bin/exo-preferred-applications
|
||||
bin/exo-unmount
|
||||
include/exo-0.3/
|
||||
@ -50,11 +50,10 @@ lib/xfce4/mcs-plugins/
|
||||
lib/xfce4/mcs-plugins/exo-preferred-applications-settings.a
|
||||
lib/xfce4/mcs-plugins/exo-preferred-applications-settings.la
|
||||
libexec/exo-compose-mail-0.3
|
||||
libexec/exo-helper-0.3
|
||||
libexec/exo-mount-notify-0.3
|
||||
@bin libexec/exo-helper-0.3
|
||||
@bin libexec/exo-mount-notify-0.3
|
||||
@man man/man1/exo-csource.1
|
||||
@man man/man1/exo-open.1
|
||||
share/applications/
|
||||
share/applications/exo-preferred-applications.desktop
|
||||
share/examples/xfce4/
|
||||
share/examples/xfce4/helpers.rc
|
||||
@ -142,7 +141,6 @@ share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/libexo-0.3.mo
|
||||
share/locale/es/LC_MESSAGES/libexo-0.3.mo
|
||||
share/locale/et/LC_MESSAGES/libexo-0.3.mo
|
||||
share/locale/eu/
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/libexo-0.3.mo
|
||||
share/locale/fi/LC_MESSAGES/libexo-0.3.mo
|
||||
|
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2008/07/10 11:38:02 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= theme engine for GTK2
|
||||
|
||||
XFCE_VERSION= 2.4.2
|
||||
XFCE_VERSION= 2.4.3
|
||||
XFCE_PROJECT= gtk-xfce-engine
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/projects/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/gtk-xfce-engine-2.4.2.tar.bz2) = AOtqYt7+aGfSihhWm5bRUQ==
|
||||
RMD160 (xfce4/gtk-xfce-engine-2.4.2.tar.bz2) = qIAaxRhmXw2dgycyqXtSpnJqluA=
|
||||
SHA1 (xfce4/gtk-xfce-engine-2.4.2.tar.bz2) = Z/tJWewL5G7ArEcqsa90Nht9m+U=
|
||||
SHA256 (xfce4/gtk-xfce-engine-2.4.2.tar.bz2) = b+zbWQ+gJNtpjekCcxTBvgRPKP6rmFD1kqpgw6ee3ng=
|
||||
SIZE (xfce4/gtk-xfce-engine-2.4.2.tar.bz2) = 264252
|
||||
MD5 (xfce4/gtk-xfce-engine-2.4.3.tar.bz2) = aqYYRp86PY9kV8aHSmCBfg==
|
||||
RMD160 (xfce4/gtk-xfce-engine-2.4.3.tar.bz2) = 75lgmH6TVgMO/GaWcl9QRFi39RA=
|
||||
SHA1 (xfce4/gtk-xfce-engine-2.4.3.tar.bz2) = F3lLd0JpEzD2Q+ogc0Hb1QKwFvU=
|
||||
SHA256 (xfce4/gtk-xfce-engine-2.4.3.tar.bz2) = 6tUfi1ye7MlhDSH06rTc+vmlmf+smayknn6fW9EwtK4=
|
||||
SIZE (xfce4/gtk-xfce-engine-2.4.3.tar.bz2) = 310286
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= settings management library used by most xfce4 modules
|
||||
|
||||
XFCE_PROJECT= libxfce4mcs
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
|
||||
SHARED_LIBS= xfce4mcs-manager 3.5 \
|
||||
xfce4mcs-client 3.5 # .3.5
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/libxfce4mcs-4.4.2.tar.bz2) = X/5mo+64hIOYBs6Snl0ndg==
|
||||
RMD160 (xfce4/libxfce4mcs-4.4.2.tar.bz2) = OPoycgqk0yAYZ+YxPUnj9jLwGIg=
|
||||
SHA1 (xfce4/libxfce4mcs-4.4.2.tar.bz2) = 9xxhgHClexGAol3ACNg7YjqGL0I=
|
||||
SHA256 (xfce4/libxfce4mcs-4.4.2.tar.bz2) = GShD6P3WPhC6QxyhImXGVNvOlnfsnTMAOO6kYsoOXI4=
|
||||
SIZE (xfce4/libxfce4mcs-4.4.2.tar.bz2) = 280108
|
||||
MD5 (xfce4/libxfce4mcs-4.4.3.tar.bz2) = xQhGsK0JDCQ0yk3x0GDMmA==
|
||||
RMD160 (xfce4/libxfce4mcs-4.4.3.tar.bz2) = Gv/gnRk8JSzGgY9RruaGBy/pUZs=
|
||||
SHA1 (xfce4/libxfce4mcs-4.4.3.tar.bz2) = Dw1DU0yuKXHKeH68aYzm2xTFVC0=
|
||||
SHA256 (xfce4/libxfce4mcs-4.4.3.tar.bz2) = Ig9ZYx3lvGy/4W263tedscQpSqKsoT8Yys4ky5HU/LI=
|
||||
SIZE (xfce4/libxfce4mcs-4.4.3.tar.bz2) = 297208
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= basic utility library for xfce4
|
||||
|
||||
XFCE_PROJECT= libxfce4util
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
|
||||
SHARED_LIBS += xfce4util 1.10 # .4.2
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/libxfce4util-4.4.2.tar.bz2) = Jh56XfA5STrXRuDDWSEQkg==
|
||||
RMD160 (xfce4/libxfce4util-4.4.2.tar.bz2) = 0LksrhpQzyGf9yinh4noh2qmPJE=
|
||||
SHA1 (xfce4/libxfce4util-4.4.2.tar.bz2) = sDmbR2vZAahEJKK3fUqonX/PrH0=
|
||||
SHA256 (xfce4/libxfce4util-4.4.2.tar.bz2) = 9xfc202O6Pln7QiC6CqtBqvmbDJIG5lUc3JzMSyTem0=
|
||||
SIZE (xfce4/libxfce4util-4.4.2.tar.bz2) = 366163
|
||||
MD5 (xfce4/libxfce4util-4.4.3.tar.bz2) = Ck2Ie4TIt5rgmhxrIGJslQ==
|
||||
RMD160 (xfce4/libxfce4util-4.4.3.tar.bz2) = JW9OdZViETvi3IImV1KiGDQN7to=
|
||||
SHA1 (xfce4/libxfce4util-4.4.3.tar.bz2) = COnWTkxm6iQgqaCrZ4z1oGRYWzc=
|
||||
SHA256 (xfce4/libxfce4util-4.4.3.tar.bz2) = y+0W32v5fj6c2IWAHbC+AS7HDNHZnBsoVZkjxm+Hd3A=
|
||||
SIZE (xfce4/libxfce4util-4.4.3.tar.bz2) = 390566
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/12/18 20:15:47 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/11/06 15:34:46 landry Exp $
|
||||
@pkgpath devel/libxfce4util
|
||||
%%SHARED%%
|
||||
include/xfce4/
|
||||
@ -24,7 +24,7 @@ lib/libxfce4util.a
|
||||
lib/libxfce4util.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libxfce4util-1.0.pc
|
||||
sbin/xfce4-kiosk-query
|
||||
@bin sbin/xfce4-kiosk-query
|
||||
share/gtk-doc/
|
||||
share/gtk-doc/html/
|
||||
share/gtk-doc/html/libxfce4util/
|
||||
@ -71,13 +71,14 @@ share/locale/dz/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/eu/
|
||||
share/locale/et/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/fi/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/fr/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/gl/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/he/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/id/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/it/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/ja/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/ka/
|
||||
@ -101,6 +102,10 @@ share/locale/pt_PT/
|
||||
share/locale/pt_PT/LC_MESSAGES/
|
||||
share/locale/pt_PT/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/ro/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/si/
|
||||
share/locale/si/LC_MESSAGES/
|
||||
share/locale/si/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/sk/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/sq/
|
||||
share/locale/sq/LC_MESSAGES/
|
||||
share/locale/sq/LC_MESSAGES/libxfce4util.mo
|
||||
@ -109,3 +114,6 @@ share/locale/th/LC_MESSAGES/
|
||||
share/locale/th/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/tr/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/uk/LC_MESSAGES/libxfce4util.mo
|
||||
share/locale/ur/
|
||||
share/locale/ur/LC_MESSAGES/
|
||||
share/locale/ur/LC_MESSAGES/libxfce4util.mo
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= widget library for xfce4
|
||||
|
||||
XFCE_PROJECT= libxfcegui4
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
SHARED_LIBS= xfcegui4 4.0 # .6.6
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/projects/libraries
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/libxfcegui4-4.4.2.tar.bz2) = eZpIaROMYFEm6OcdWBib/Q==
|
||||
RMD160 (xfce4/libxfcegui4-4.4.2.tar.bz2) = HeMG1n+aONcuwYTgBHHk1T2zgB0=
|
||||
SHA1 (xfce4/libxfcegui4-4.4.2.tar.bz2) = VUowwCySt2yMqtREBA4Y2OwXN7w=
|
||||
SHA256 (xfce4/libxfcegui4-4.4.2.tar.bz2) = YiwlhfYWZtnEaEGCm6FB6GhhxzvZBBo6c0UtHI317pE=
|
||||
SIZE (xfce4/libxfcegui4-4.4.2.tar.bz2) = 565036
|
||||
MD5 (xfce4/libxfcegui4-4.4.3.tar.bz2) = /G9aCrR4/GhA6KGXN9C3SA==
|
||||
RMD160 (xfce4/libxfcegui4-4.4.3.tar.bz2) = wBVaieNdiNPC4l/C84YwMJ1Q6RY=
|
||||
SHA1 (xfce4/libxfcegui4-4.4.3.tar.bz2) = Txqy+wNbCq6wHL7xXXN4cmA3vMk=
|
||||
SHA256 (xfce4/libxfcegui4-4.4.3.tar.bz2) = j0W8LKXpV1sbHX8FDucL253hajXKL2g4eV6fYXNDuyM=
|
||||
SIZE (xfce4/libxfcegui4-4.4.3.tar.bz2) = 621245
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2008/04/17 09:00:24 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2008/11/06 15:34:46 landry Exp $
|
||||
@conflict xfce4-panel-<4.4.1
|
||||
%%SHARED%%
|
||||
include/xfce4/
|
||||
@ -117,6 +117,7 @@ share/locale/cs/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/cy/
|
||||
share/locale/cy/LC_MESSAGES/
|
||||
share/locale/cy/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/da/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/de/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/dz/
|
||||
share/locale/dz/LC_MESSAGES/
|
||||
@ -128,7 +129,6 @@ share/locale/en_GB/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/eo/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/es/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/et/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/eu/
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/fa/
|
||||
@ -145,12 +145,16 @@ share/locale/hu/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/hy/
|
||||
share/locale/hy/LC_MESSAGES/
|
||||
share/locale/hy/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/id/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/it/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/ja/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/ka/
|
||||
share/locale/ka/LC_MESSAGES/
|
||||
share/locale/ka/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/ko/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/ku/
|
||||
share/locale/ku/LC_MESSAGES/
|
||||
share/locale/ku/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/libxfcegui4.mo
|
||||
@ -175,6 +179,9 @@ share/locale/pt_PT/LC_MESSAGES/
|
||||
share/locale/pt_PT/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/ro/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/ru/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/si/
|
||||
share/locale/si/LC_MESSAGES/
|
||||
share/locale/si/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/sk/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/sq/
|
||||
share/locale/sq/LC_MESSAGES/
|
||||
@ -188,6 +195,9 @@ share/locale/th/LC_MESSAGES/
|
||||
share/locale/th/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/tr/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/uk/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/ur/
|
||||
share/locale/ur/LC_MESSAGES/
|
||||
share/locale/ur/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libxfcegui4.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libxfcegui4.mo
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= really simple text editor for xfce4
|
||||
|
||||
XFCE_VERSION= 0.2.13
|
||||
XFCE_VERSION= 0.2.14
|
||||
XFCE_PROJECT= mousepad
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/mousepad-0.2.13.tar.bz2) = MmB1rJM+XaOM7bwg6AtwJg==
|
||||
RMD160 (xfce4/mousepad-0.2.13.tar.bz2) = 0lrl+z9rE2O+67J21BUv6HAGbQs=
|
||||
SHA1 (xfce4/mousepad-0.2.13.tar.bz2) = Uh0v+zuAW1aGINQMpDJkWE1QTMs=
|
||||
SHA256 (xfce4/mousepad-0.2.13.tar.bz2) = 8yzCY/tzsFxbrRcSEHOis3p9XI5BH3gDEsJwGQLmY3o=
|
||||
SIZE (xfce4/mousepad-0.2.13.tar.bz2) = 341748
|
||||
MD5 (xfce4/mousepad-0.2.14.tar.bz2) = bP7w5CTHeECeJ5HQr2qwiQ==
|
||||
RMD160 (xfce4/mousepad-0.2.14.tar.bz2) = n1FovN/xY+J80RNBjaRnOinsmUc=
|
||||
SHA1 (xfce4/mousepad-0.2.14.tar.bz2) = C58PvY+F6zHsifiXJltgWJd5o1Y=
|
||||
SHA256 (xfce4/mousepad-0.2.14.tar.bz2) = MKN4aREqfG2O4eWaU6DCkNF2nK6BJedXdYTc1m/HRfI=
|
||||
SIZE (xfce4/mousepad-0.2.14.tar.bz2) = 352485
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= lightweight vte-based terminal for xfce4
|
||||
|
||||
XFCE_VERSION= 0.2.8
|
||||
XFCE_VERSION= 0.2.8.3
|
||||
XFCE_PROJECT= Terminal
|
||||
# :L is here for a reason
|
||||
PKGNAME= ${DISTNAME:L}p2
|
||||
PKGNAME= ${DISTNAME:L}
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/Terminal-0.2.8.tar.bz2) = z+Zg7PUOnTsHNXa7xK9qsg==
|
||||
RMD160 (xfce4/Terminal-0.2.8.tar.bz2) = Sb+HCR7zkBHckRFDmpOaUvGXcf4=
|
||||
SHA1 (xfce4/Terminal-0.2.8.tar.bz2) = nErgQi3qgWGqcmWdO9GwNWiNcNc=
|
||||
SHA256 (xfce4/Terminal-0.2.8.tar.bz2) = IKWLlpFfZ8W09J+xQo4YdhlfH5/X034AgTUsrcE0Y+c=
|
||||
SIZE (xfce4/Terminal-0.2.8.tar.bz2) = 1908459
|
||||
MD5 (xfce4/Terminal-0.2.8.3.tar.bz2) = OK96UZVfbbsOzW17iCgFoQ==
|
||||
RMD160 (xfce4/Terminal-0.2.8.3.tar.bz2) = zLXVSEshZMrGc81QKdi7yHk9GdQ=
|
||||
SHA1 (xfce4/Terminal-0.2.8.3.tar.bz2) = aa3Wp0NYVauLzLgndMrLahSOdpM=
|
||||
SHA256 (xfce4/Terminal-0.2.8.3.tar.bz2) = gB7sYgsT9fg53tRnBfk4Y2aJGuH1G6fhceEQ88vOixg=
|
||||
SIZE (xfce4/Terminal-0.2.8.3.tar.bz2) = 1860706
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/07/08 09:33:30 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/11/06 15:34:46 landry Exp $
|
||||
@bin bin/Terminal
|
||||
bin/terminal
|
||||
libexec/TerminalHelp
|
||||
@ -124,6 +124,7 @@ share/locale/ar/LC_MESSAGES/Terminal.mo
|
||||
share/locale/be/LC_MESSAGES/Terminal.mo
|
||||
share/locale/ca/LC_MESSAGES/Terminal.mo
|
||||
share/locale/cs/LC_MESSAGES/Terminal.mo
|
||||
share/locale/da/LC_MESSAGES/Terminal.mo
|
||||
share/locale/de/LC_MESSAGES/Terminal.mo
|
||||
share/locale/dz/
|
||||
share/locale/dz/LC_MESSAGES/
|
||||
@ -134,15 +135,20 @@ share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/Terminal.mo
|
||||
share/locale/eo/LC_MESSAGES/Terminal.mo
|
||||
share/locale/es/LC_MESSAGES/Terminal.mo
|
||||
share/locale/et/LC_MESSAGES/Terminal.mo
|
||||
share/locale/eu/LC_MESSAGES/Terminal.mo
|
||||
share/locale/fi/LC_MESSAGES/Terminal.mo
|
||||
share/locale/fr/LC_MESSAGES/Terminal.mo
|
||||
share/locale/gl/LC_MESSAGES/Terminal.mo
|
||||
share/locale/he/LC_MESSAGES/Terminal.mo
|
||||
share/locale/hu/LC_MESSAGES/Terminal.mo
|
||||
share/locale/id/LC_MESSAGES/Terminal.mo
|
||||
share/locale/it/LC_MESSAGES/Terminal.mo
|
||||
share/locale/ja/LC_MESSAGES/Terminal.mo
|
||||
share/locale/ko/LC_MESSAGES/Terminal.mo
|
||||
share/locale/ku/
|
||||
share/locale/ku/LC_MESSAGES/
|
||||
share/locale/ku/LC_MESSAGES/Terminal.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/Terminal.mo
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= lightweight file manager for xfce4
|
||||
|
||||
XFCE_VERSION= 0.9.0
|
||||
XFCE_VERSION= 0.9.3
|
||||
XFCE_PROJECT= Thunar
|
||||
PKGNAME= ${DISTNAME:L}p4
|
||||
PKGNAME= ${DISTNAME:L}
|
||||
|
||||
SHARED_LIBS= thunarx-1 5.1 \
|
||||
thunar-vfs-1 5.1
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/Thunar-0.9.0.tar.bz2) = D8UAiFhmHAq9A5msvjDvKA==
|
||||
RMD160 (xfce4/Thunar-0.9.0.tar.bz2) = 67dEqhB9Te8GyMgF7mk20azy1Nc=
|
||||
SHA1 (xfce4/Thunar-0.9.0.tar.bz2) = /UYl1Y4oAGCH1aNQBEg6lTGE5P4=
|
||||
SHA256 (xfce4/Thunar-0.9.0.tar.bz2) = JsgzsL3zKBxh4D8fuYX+ztiM9KXOvOe9BV8F4CVGADc=
|
||||
SIZE (xfce4/Thunar-0.9.0.tar.bz2) = 6403785
|
||||
MD5 (xfce4/Thunar-0.9.3.tar.bz2) = Q4sNVayeyr21j4TEwDmuXA==
|
||||
RMD160 (xfce4/Thunar-0.9.3.tar.bz2) = zFwXooQdV3jkgyzCHmIKw1HJxXs=
|
||||
SHA1 (xfce4/Thunar-0.9.3.tar.bz2) = u0P75aw68SBFF+2I2hzD6Hxexog=
|
||||
SHA256 (xfce4/Thunar-0.9.3.tar.bz2) = iCDYR9kIrpb58n+uY+p+urkdP8bI4al1FXl4+JwoXo0=
|
||||
SIZE (xfce4/Thunar-0.9.3.tar.bz2) = 6502363
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/07/08 09:33:30 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2008/11/06 15:34:46 landry Exp $
|
||||
@conflict xffm-*
|
||||
%%SHARED%%
|
||||
@bin bin/Thunar
|
||||
@ -382,6 +382,7 @@ share/locale/ar/LC_MESSAGES/Thunar.mo
|
||||
share/locale/be/LC_MESSAGES/Thunar.mo
|
||||
share/locale/ca/LC_MESSAGES/Thunar.mo
|
||||
share/locale/cs/LC_MESSAGES/Thunar.mo
|
||||
share/locale/da/LC_MESSAGES/Thunar.mo
|
||||
share/locale/de/LC_MESSAGES/Thunar.mo
|
||||
share/locale/dz/
|
||||
share/locale/dz/LC_MESSAGES/
|
||||
@ -399,12 +400,16 @@ share/locale/fr/LC_MESSAGES/Thunar.mo
|
||||
share/locale/gl/LC_MESSAGES/Thunar.mo
|
||||
share/locale/he/LC_MESSAGES/Thunar.mo
|
||||
share/locale/hu/LC_MESSAGES/Thunar.mo
|
||||
share/locale/id/LC_MESSAGES/Thunar.mo
|
||||
share/locale/it/LC_MESSAGES/Thunar.mo
|
||||
share/locale/ja/LC_MESSAGES/Thunar.mo
|
||||
share/locale/ka/
|
||||
share/locale/ka/LC_MESSAGES/
|
||||
share/locale/ka/LC_MESSAGES/Thunar.mo
|
||||
share/locale/ko/LC_MESSAGES/Thunar.mo
|
||||
share/locale/ku/
|
||||
share/locale/ku/LC_MESSAGES/
|
||||
share/locale/ku/LC_MESSAGES/Thunar.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/Thunar.mo
|
||||
@ -416,6 +421,9 @@ share/locale/nb_NO/
|
||||
share/locale/nb_NO/LC_MESSAGES/
|
||||
share/locale/nb_NO/LC_MESSAGES/Thunar.mo
|
||||
share/locale/nl/LC_MESSAGES/Thunar.mo
|
||||
share/locale/nn_NO/
|
||||
share/locale/nn_NO/LC_MESSAGES/
|
||||
share/locale/nn_NO/LC_MESSAGES/Thunar.mo
|
||||
share/locale/pa/
|
||||
share/locale/pa/LC_MESSAGES/
|
||||
share/locale/pa/LC_MESSAGES/Thunar.mo
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= settings manager for xfce4
|
||||
|
||||
XFCE_PROJECT= xfce-mcs-manager
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
|
||||
# LGPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfce-mcs-manager-4.4.2.tar.bz2) = h2pLXVgt6P3AFFffLn4TOQ==
|
||||
RMD160 (xfce4/xfce-mcs-manager-4.4.2.tar.bz2) = orBWdLxS0S3Q0rwSzzLFexEi9Cs=
|
||||
SHA1 (xfce4/xfce-mcs-manager-4.4.2.tar.bz2) = D8zrzWW9VHspouSXeT1dkFV2DvE=
|
||||
SHA256 (xfce4/xfce-mcs-manager-4.4.2.tar.bz2) = ZVMUA8SyTxvgMeV6k1uaRkZhxHdky5E4iKqG7QPssmg=
|
||||
SIZE (xfce4/xfce-mcs-manager-4.4.2.tar.bz2) = 634994
|
||||
MD5 (xfce4/xfce-mcs-manager-4.4.3.tar.bz2) = RSgV63XYoexwwau8eLxtTg==
|
||||
RMD160 (xfce4/xfce-mcs-manager-4.4.3.tar.bz2) = MpLZ5vb4ptG1XX1Hqw9JiRRxq6w=
|
||||
SHA1 (xfce4/xfce-mcs-manager-4.4.3.tar.bz2) = NFRrYIeeTIGJMTY/+k8DCtAaY9k=
|
||||
SHA256 (xfce4/xfce-mcs-manager-4.4.3.tar.bz2) = DJMjggotKPv7U6NQl1fmkKCnU/InKIcLAxbSpxC/FFY=
|
||||
SIZE (xfce4/xfce-mcs-manager-4.4.3.tar.bz2) = 614587
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2008/07/08 09:41:35 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2008/11/06 15:34:46 landry Exp $
|
||||
@bin bin/xfce-mcs-manager
|
||||
@bin bin/xfce-setting-show
|
||||
include/xfce4/
|
||||
@ -57,12 +57,16 @@ share/locale/hi/
|
||||
share/locale/hi/LC_MESSAGES/
|
||||
share/locale/hi/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/id/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/it/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/ka/
|
||||
share/locale/ka/LC_MESSAGES/
|
||||
share/locale/ka/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/ku/
|
||||
share/locale/ku/LC_MESSAGES/
|
||||
share/locale/ku/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
@ -90,13 +94,20 @@ share/locale/pt_PT/LC_MESSAGES/
|
||||
share/locale/pt_PT/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/ro/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/si/
|
||||
share/locale/si/LC_MESSAGES/
|
||||
share/locale/si/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/sk/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/sl/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/sv/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/ta/
|
||||
share/locale/ta/LC_MESSAGES/
|
||||
share/locale/ta/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/tr/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/uk/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/ur/
|
||||
share/locale/ur/LC_MESSAGES/
|
||||
share/locale/ur/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/vi/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce-mcs-manager.mo
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= settings manager plug-ins for xfce4
|
||||
|
||||
XFCE_PROJECT= xfce-mcs-plugins
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfce-mcs-plugins-4.4.2.tar.bz2) = d/zJKQWN5TDU+R6yXehRoQ==
|
||||
RMD160 (xfce4/xfce-mcs-plugins-4.4.2.tar.bz2) = SjJEi6Uvykkf45iUj1+F4hAzOGg=
|
||||
SHA1 (xfce4/xfce-mcs-plugins-4.4.2.tar.bz2) = xEywnggTZqD76I3KqFtP3UMH0No=
|
||||
SHA256 (xfce4/xfce-mcs-plugins-4.4.2.tar.bz2) = 4WYQJkJWJIv9jKInx4YQAKvwwyNhGtNJE7BsQa8Mm+U=
|
||||
SIZE (xfce4/xfce-mcs-plugins-4.4.2.tar.bz2) = 811156
|
||||
MD5 (xfce4/xfce-mcs-plugins-4.4.3.tar.bz2) = oUM9fSyHBfDTll268SEZQw==
|
||||
RMD160 (xfce4/xfce-mcs-plugins-4.4.3.tar.bz2) = xxGOd/FdbUC9Y/nPI3RjSf4Ubrk=
|
||||
SHA1 (xfce4/xfce-mcs-plugins-4.4.3.tar.bz2) = ZQH/pEXsUP2G5BDJNB/DU9jXBCc=
|
||||
SHA256 (xfce4/xfce-mcs-plugins-4.4.3.tar.bz2) = HzMiIzQiLlD0WyzdFXGyTrKEh3W1W8ePugaW+C6/G20=
|
||||
SIZE (xfce4/xfce-mcs-plugins-4.4.3.tar.bz2) = 898082
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2008/04/17 09:00:24 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2008/11/06 15:34:46 landry Exp $
|
||||
%%SHARED%%
|
||||
lib/xfce4/
|
||||
lib/xfce4/mcs-plugins/
|
||||
@ -30,6 +30,7 @@ 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
|
||||
@ -47,10 +48,12 @@ 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/id/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/lv/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/mk/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
@ -64,11 +67,13 @@ share/locale/pt_BR/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
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/si/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/sk/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
|
||||
share/locale/uk/LC_MESSAGES/xfce-mcs-plugins.mo
|
||||
share/locale/ur/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
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= essential utilities and scripts for xfce4
|
||||
|
||||
XFCE_PROJECT= xfce-utils
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfce-utils-4.4.2.tar.bz2) = EZ3T8drt+kHjvom62JlzNg==
|
||||
RMD160 (xfce4/xfce-utils-4.4.2.tar.bz2) = e+N+xn+rpobR0ykxjKaPTcDoHOE=
|
||||
SHA1 (xfce4/xfce-utils-4.4.2.tar.bz2) = sDtoV0N3CxIVcVn0tGven7jC9DQ=
|
||||
SHA256 (xfce4/xfce-utils-4.4.2.tar.bz2) = 66kQ+5lZjgn6TEHEq0BSFqK1moN6OrBYZWNg7CMkMUw=
|
||||
SIZE (xfce4/xfce-utils-4.4.2.tar.bz2) = 596712
|
||||
MD5 (xfce4/xfce-utils-4.4.3.tar.bz2) = bWrh8Ejh3BNIrQUEmK9aGA==
|
||||
RMD160 (xfce4/xfce-utils-4.4.3.tar.bz2) = YsM3zdQK6+WKvKRomkRKs7Wz4eY=
|
||||
SHA1 (xfce4/xfce-utils-4.4.3.tar.bz2) = cSkK959juyUR0nsDE+xM17xKgbQ=
|
||||
SHA256 (xfce4/xfce-utils-4.4.3.tar.bz2) = kZo+H8glvyJhWCG2b2XTDV0rPXxEo3pU/rtRLU4QLAg=
|
||||
SIZE (xfce4/xfce-utils-4.4.3.tar.bz2) = 644408
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2008/07/08 09:41:35 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2008/11/06 15:34:46 landry Exp $
|
||||
bin/startxfce4
|
||||
bin/xfbrowser4
|
||||
@bin bin/xfce4-about
|
||||
@ -26,6 +26,7 @@ share/locale/bg/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/da/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/de/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/dz/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/el/LC_MESSAGES/xfce-utils.mo
|
||||
@ -46,10 +47,12 @@ share/locale/hu/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/hy/
|
||||
share/locale/hy/LC_MESSAGES/
|
||||
share/locale/hy/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/id/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/it/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/ka/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/ku/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/lt/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/lv/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/mk/LC_MESSAGES/xfce-utils.mo
|
||||
@ -63,11 +66,13 @@ share/locale/pt_BR/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/pt_PT/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/ro/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/si/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/sk/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/sv/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/ta/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/tr/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/uk/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/ur/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/vi/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce-utils.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce-utils.mo
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= xfce4 application finder
|
||||
|
||||
XFCE_PROJECT= xfce4-appfinder
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfce4-appfinder-4.4.2.tar.bz2) = C90LHpah4c9Qzl1YJ1i5kg==
|
||||
RMD160 (xfce4/xfce4-appfinder-4.4.2.tar.bz2) = 9Z8Wob7+yH7+J4XSCsWmSgyhR30=
|
||||
SHA1 (xfce4/xfce4-appfinder-4.4.2.tar.bz2) = HtRCvKP8i8TE8UqtDsFXP79L0GE=
|
||||
SHA256 (xfce4/xfce4-appfinder-4.4.2.tar.bz2) = vfIyUF8kDQkzyjzX0qXAfDFHenBXDZURH5ShImv35Zw=
|
||||
SIZE (xfce4/xfce4-appfinder-4.4.2.tar.bz2) = 377018
|
||||
MD5 (xfce4/xfce4-appfinder-4.4.3.tar.bz2) = EJHfhP79rE55tc1u74pUaA==
|
||||
RMD160 (xfce4/xfce4-appfinder-4.4.3.tar.bz2) = 9z4aTdLHBYCBmaI/K8xOl0Y8xVM=
|
||||
SHA1 (xfce4/xfce4-appfinder-4.4.3.tar.bz2) = YtdKAG2rza351rcTCQfjxN0blpc=
|
||||
SHA256 (xfce4/xfce4-appfinder-4.4.3.tar.bz2) = gJ3F6QIovvDNZ0OqJ4nUaMtlQhY/DoAnJma063E5oAs=
|
||||
SIZE (xfce4/xfce4-appfinder-4.4.3.tar.bz2) = 338253
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2008/07/08 09:41:35 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2008/11/06 15:34:46 landry Exp $
|
||||
@bin bin/xfce4-appfinder
|
||||
share/applications/xfce4-appfinder.desktop
|
||||
share/icons/
|
||||
@ -15,6 +15,7 @@ share/locale/bn_IN/LC_MESSAGES/
|
||||
share/locale/bn_IN/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/da/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/de/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/dz/
|
||||
share/locale/dz/LC_MESSAGES/
|
||||
@ -44,6 +45,7 @@ share/locale/hu/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/hy/
|
||||
share/locale/hy/LC_MESSAGES/
|
||||
share/locale/hy/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/id/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/it/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/ka/
|
||||
@ -74,10 +76,16 @@ share/locale/pt_PT/LC_MESSAGES/
|
||||
share/locale/pt_PT/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/ro/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/si/
|
||||
share/locale/si/LC_MESSAGES/
|
||||
share/locale/si/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/sk/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/sv/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/tr/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/uk/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/ur/
|
||||
share/locale/ur/LC_MESSAGES/
|
||||
share/locale/ur/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce4-appfinder.mo
|
||||
share/xfce4/
|
||||
|
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2008/10/08 13:11:27 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2008/11/06 15:34:46 landry Exp $
|
||||
PKG_ARCH= *
|
||||
|
||||
COMMENT= icon theme for xfce4
|
||||
|
||||
XFCE_PROJECT= xfce4-icon-theme
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/projects
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfce4-icon-theme-4.4.2.tar.bz2) = 0+PmRZan76hX0ua7DL0Juw==
|
||||
RMD160 (xfce4/xfce4-icon-theme-4.4.2.tar.bz2) = fKNV1liosIiAHZAir87QD4o/NP4=
|
||||
SHA1 (xfce4/xfce4-icon-theme-4.4.2.tar.bz2) = uixFjrG4umWnGYucv6YxAX/Q8cA=
|
||||
SHA256 (xfce4/xfce4-icon-theme-4.4.2.tar.bz2) = cheGN8R5uoSHRyheDH3FOjq/4mtlF99edcdElUIBc1A=
|
||||
SIZE (xfce4/xfce4-icon-theme-4.4.2.tar.bz2) = 1827824
|
||||
MD5 (xfce4/xfce4-icon-theme-4.4.3.tar.bz2) = c84pd7hPY0pqbF2cJ+M22w==
|
||||
RMD160 (xfce4/xfce4-icon-theme-4.4.3.tar.bz2) = Ikw49ApOHpA51ZR6cHRLShH3dwM=
|
||||
SHA1 (xfce4/xfce4-icon-theme-4.4.3.tar.bz2) = DA0MRc1Kf2CTENuOnRfBxKExpuc=
|
||||
SHA256 (xfce4/xfce4-icon-theme-4.4.3.tar.bz2) = 1HhmktVrilY/ZqXyYPHxOt4R6Gx4y8slqfml/EfPZvo=
|
||||
SIZE (xfce4/xfce4-icon-theme-4.4.3.tar.bz2) = 1806406
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= volume mixer module for xfce4-panel
|
||||
|
||||
XFCE_PROJECT= xfce4-mixer
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
SHARED_LIBS= xfce4mixer 1.0
|
||||
|
||||
# GPLv2
|
||||
@ -23,7 +22,7 @@ RUN_DEPENDS= ::x11/xfce4/xfce-mcs-manager
|
||||
|
||||
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
|
||||
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \
|
||||
fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
|
||||
fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
|
||||
glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 m ossaudio \
|
||||
pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
|
||||
png startup-notification-1 xfce4util z
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfce4-mixer-4.4.2.tar.bz2) = why1aA8TXchuXwpvlHMAOg==
|
||||
RMD160 (xfce4/xfce4-mixer-4.4.2.tar.bz2) = GoMA4lRpEnEdbrvHX9RkiYnDcuU=
|
||||
SHA1 (xfce4/xfce4-mixer-4.4.2.tar.bz2) = 6/A1oy2Le4QJS2R3qRbWks/mpq8=
|
||||
SHA256 (xfce4/xfce4-mixer-4.4.2.tar.bz2) = s5AkHf3bwQrhuHDRMmp2dbmsmeE8iTJroqzOo7/sxHo=
|
||||
SIZE (xfce4/xfce4-mixer-4.4.2.tar.bz2) = 440931
|
||||
MD5 (xfce4/xfce4-mixer-4.4.3.tar.bz2) = DXtAKsr/212LKS8s4+oUQQ==
|
||||
RMD160 (xfce4/xfce4-mixer-4.4.3.tar.bz2) = AE07xvdOm8btPB+LlVWXLlXfuOI=
|
||||
SHA1 (xfce4/xfce4-mixer-4.4.3.tar.bz2) = M1SaWtrphONvd6UL4NTWffP8grs=
|
||||
SHA256 (xfce4/xfce4-mixer-4.4.3.tar.bz2) = QQSs2b0J5nV2XOrIihDY4Lkg9QhW+lcUCfpR+moIRVQ=
|
||||
SIZE (xfce4/xfce4-mixer-4.4.3.tar.bz2) = 483417
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/07/08 09:45:36 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2008/11/06 15:34:46 landry Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/xfce4-mixer
|
||||
lib/libxfce4mixer.a
|
||||
@ -20,6 +20,7 @@ share/locale/bg/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/da/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/de/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/dz/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/el/LC_MESSAGES/xfce4-mixer.mo
|
||||
@ -39,6 +40,7 @@ share/locale/hu/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/hy/
|
||||
share/locale/hy/LC_MESSAGES/
|
||||
share/locale/hy/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/id/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/it/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/ka/LC_MESSAGES/xfce4-mixer.mo
|
||||
@ -56,6 +58,9 @@ share/locale/pt_BR/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/pt_PT/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/ro/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/si/
|
||||
share/locale/si/LC_MESSAGES/
|
||||
share/locale/si/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/sk/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/sv/LC_MESSAGES/xfce4-mixer.mo
|
||||
share/locale/ta/LC_MESSAGES/xfce4-mixer.mo
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= panel for Xfce4 desktop
|
||||
|
||||
XFCE_PROJECT= xfce4-panel
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
|
||||
SHARED_LIBS= xfce4panel 2.3 #2.2
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfce4-panel-4.4.2.tar.bz2) = jyazLEQr+ZJvmPKFo8JR3Q==
|
||||
RMD160 (xfce4/xfce4-panel-4.4.2.tar.bz2) = a8vCfT3pXWMe4/VWz3ntiUUHaes=
|
||||
SHA1 (xfce4/xfce4-panel-4.4.2.tar.bz2) = 9mpfRqvCEyTlo3XlKje5h1fq4SE=
|
||||
SHA256 (xfce4/xfce4-panel-4.4.2.tar.bz2) = 3av7DM8ENmgg7963xkDuOmSKVeUbUXfJhhpauJbpbd0=
|
||||
SIZE (xfce4/xfce4-panel-4.4.2.tar.bz2) = 757724
|
||||
MD5 (xfce4/xfce4-panel-4.4.3.tar.bz2) = Bu+SlAYvm97kEGdy5igC9Q==
|
||||
RMD160 (xfce4/xfce4-panel-4.4.3.tar.bz2) = OcBWAugtO96qFSs4IOLwhN9sN1k=
|
||||
SHA1 (xfce4/xfce4-panel-4.4.3.tar.bz2) = avmP/vSQYiDF/92hendAmtx+01M=
|
||||
SHA256 (xfce4/xfce4-panel-4.4.3.tar.bz2) = B6GGD5Kq9rMb+15SVfKglzjRIgT6qW7KiisS1FuOG7c=
|
||||
SIZE (xfce4/xfce4-panel-4.4.3.tar.bz2) = 777979
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2008/07/08 09:45:36 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2008/11/06 15:34:46 landry Exp $
|
||||
@conflict xfce4-datetime-*
|
||||
@conflict xfce4-iconbox-*
|
||||
@conflict xfce4-showdesktop-*
|
||||
@ -110,6 +110,7 @@ share/locale/bg/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/da/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/de/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/dz/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/el/LC_MESSAGES/xfce4-panel.mo
|
||||
@ -130,6 +131,7 @@ share/locale/hu/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/hy/
|
||||
share/locale/hy/LC_MESSAGES/
|
||||
share/locale/hy/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/id/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/it/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ka/LC_MESSAGES/xfce4-panel.mo
|
||||
@ -147,11 +149,13 @@ share/locale/pt_BR/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/pt_PT/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ro/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/si/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/sk/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/sv/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ta/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/tr/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/uk/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ur/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/vi/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce4-panel.mo
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2008/10/28 14:29:14 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= xfce4 session manager
|
||||
|
||||
XFCE_PROJECT= xfce4-session
|
||||
PKGNAME= ${DISTNAME}p6
|
||||
|
||||
SHARED_LIBS += xfsm-4.2 0.1 # .0.1
|
||||
|
||||
@ -32,15 +31,15 @@ WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
|
||||
startup-notification-1 xfce4util z
|
||||
|
||||
post-install:
|
||||
@sed -e 's,!!PREFIX!!,${TRUEPREFIX},' \
|
||||
-e 's,!!LOCALBASE!!,${LOCALBASE},' \
|
||||
${FILESDIR}/README.OpenBSD > ${WRKBUILD}/README.OpenBSD
|
||||
@sed -e 's,!!LOCALBASE!!,${LOCALBASE},' \
|
||||
${FILESDIR}/xfce4.desktop > ${WRKBUILD}/xfce4.desktop
|
||||
${INSTALL_DATA} ${WRKBUILD}/README.OpenBSD \
|
||||
${PREFIX}/share/xfce4/
|
||||
${SUBST_CMD} -c ${FILESDIR}/README.OpenBSD \
|
||||
${PREFIX}/share/xfce4/README.OpenBSD
|
||||
chown ${SHAREOWN}:${SHAREGRP} \
|
||||
${PREFIX}/share/xfce4/README.OpenBSD
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/xsessions/
|
||||
${INSTALL_DATA} ${WRKBUILD}/xfce4.desktop \
|
||||
${PREFIX}/share/xsessions/
|
||||
${SUBST_CMD} -c ${FILESDIR}/xfce4.desktop \
|
||||
${PREFIX}/share/xsessions/xfce4.desktop
|
||||
chown ${SHAREOWN}:${SHAREGRP} \
|
||||
${PREFIX}/share/xsessions/xfce4.desktop
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfce4-session-4.4.2.tar.bz2) = TD0ay4zjfqTdVdgq6zjp5w==
|
||||
RMD160 (xfce4/xfce4-session-4.4.2.tar.bz2) = nf+aRLRY+Y1JjaXCtlBW0dPNvOo=
|
||||
SHA1 (xfce4/xfce4-session-4.4.2.tar.bz2) = V20FFSVzVNHZ2mRvzynQ3JtQZds=
|
||||
SHA256 (xfce4/xfce4-session-4.4.2.tar.bz2) = c5SQbex7UHiUByGfhRQ66DsQk4lJ04re7N1Z61DIwcY=
|
||||
SIZE (xfce4/xfce4-session-4.4.2.tar.bz2) = 1252395
|
||||
MD5 (xfce4/xfce4-session-4.4.3.tar.bz2) = XFIuDSjJUq9BPPDEMle5Bw==
|
||||
RMD160 (xfce4/xfce4-session-4.4.3.tar.bz2) = 4KoWuQia4Ao09eHfWxua96EE+SI=
|
||||
SHA1 (xfce4/xfce4-session-4.4.3.tar.bz2) = YJz4iFSOHcfysjGGmKuGrHP7D00=
|
||||
SHA256 (xfce4/xfce4-session-4.4.3.tar.bz2) = +iPQ4HnqO/G38OBWrcbijfBFgWMiB/rOT4USadkr/90=
|
||||
SIZE (xfce4/xfce4-session-4.4.3.tar.bz2) = 1276089
|
||||
|
@ -24,7 +24,7 @@ $ cd /usr/ports/x11/xfce4 && make show=COMMENT
|
||||
- startup
|
||||
Xfce desktop environment is launched through the 'startxfce4' script,
|
||||
provided by the xfce-utils package. Simply add
|
||||
'!!LOCALBASE!!/bin/startxfce4'
|
||||
'${LOCALBASE}/bin/startxfce4'
|
||||
to your .xinitrc/.xsession script if you use startx, xdm or slim.
|
||||
If you use gdm or kdm, have a look at
|
||||
http://wiki.xfce.org/faq#starting_xfce. An xfce4.desktop file is
|
||||
@ -37,7 +37,7 @@ the computer, provided you have the needed sudo credentials.
|
||||
If you don't want to have to enter your password, simply add this line
|
||||
to the /etc/sudoers file using visudo:
|
||||
|
||||
$your_username ALL=NOPASSWD: !!PREFIX!!/libexec/xfsm-shutdown-helper
|
||||
$your_username ALL=NOPASSWD: ${TRUEPREFIX}/libexec/xfsm-shutdown-helper
|
||||
|
||||
- thunar file manager tips
|
||||
thunar can display resizable svg icons if you install the librsvg
|
||||
|
@ -2,6 +2,6 @@
|
||||
Encoding=UTF-8
|
||||
Name=Xfce 4.4
|
||||
Comment=Use this session to run Xfce 4.4 as your desktop environment
|
||||
Exec=!!LOCALBASE!!/bin/startxfce4
|
||||
Icon=!!LOCALBASE!!/share/pixmaps/xfce4_xicon1.png
|
||||
Exec=${LOCALBASE}/bin/startxfce4
|
||||
Icon=${LOCALBASE}/share/pixmaps/xfce4_xicon1.png
|
||||
Type=XSession
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2008/07/08 09:45:36 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2008/11/06 15:34:46 landry Exp $
|
||||
@conflict xfce4-toys-*
|
||||
%%SHARED%%
|
||||
@bin bin/xfce4-autostart-editor
|
||||
@ -45,6 +45,7 @@ share/examples/xfce4-session/xfce4-session.rc
|
||||
share/icons/hicolor/128x128/
|
||||
share/icons/hicolor/128x128/apps/
|
||||
share/icons/hicolor/128x128/apps/xfce4-session.png
|
||||
share/icons/hicolor/48x48/apps/xfce4-autostart-editor.png
|
||||
share/icons/hicolor/48x48/apps/xfce4-session.png
|
||||
share/icons/hicolor/48x48/apps/xfce4-splash.png
|
||||
share/icons/hicolor/48x48/apps/xfsm-logout.png
|
||||
@ -68,6 +69,7 @@ share/locale/be/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/da/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/de/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/dz/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/el/LC_MESSAGES/xfce4-session.mo
|
||||
@ -85,10 +87,12 @@ share/locale/gu/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/he/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/hi/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/id/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/it/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/ka/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/ku/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/lt/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/lv/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/mk/LC_MESSAGES/xfce4-session.mo
|
||||
@ -102,11 +106,13 @@ share/locale/pt_BR/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/pt_PT/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/ro/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/si/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/sk/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/sv/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/ta/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/tr/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/uk/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/ur/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/vi/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce4-session.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce4-session.mo
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: xfce4.port.mk,v 1.3 2008/07/07 12:06:04 landry Exp $
|
||||
# $OpenBSD: xfce4.port.mk,v 1.4 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
# Module for Xfce related ports, divided into three categories:
|
||||
# core, goodies, plugins.
|
||||
|
||||
XFCE_DESKTOP_VERSION= 4.4.2
|
||||
XFCE_DESKTOP_VERSION= 4.4.3
|
||||
CATEGORIES+= x11/xfce4
|
||||
|
||||
USE_GMAKE?= Yes
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2008/11/04 16:53:05 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= xfce4 desktop manager
|
||||
|
||||
XFCE_PROJECT= xfdesktop
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -26,7 +25,7 @@ RUN_DEPENDS= ::x11/xfce4/xfce-mcs-manager
|
||||
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
|
||||
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1 \
|
||||
dbus-glib-1 exo-0.3 expat fam fontconfig freetype gdk-x11-2.0 \
|
||||
gdk_pixbuf-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 \
|
||||
gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 \
|
||||
gthread-2.0 gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 pcre pixman-1 png pthread rpcsvc \
|
||||
startup-notification-1 stdc++ xfce4panel xfce4util z
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfdesktop-4.4.2.tar.bz2) = aUYBI050kD0PzLoGT0EeDA==
|
||||
RMD160 (xfce4/xfdesktop-4.4.2.tar.bz2) = Th5NtEmm4Y48MkWMeUYkbzmcUq8=
|
||||
SHA1 (xfce4/xfdesktop-4.4.2.tar.bz2) = 8v9NQpwCQUAb3uvT3Jtxs12+mug=
|
||||
SHA256 (xfce4/xfdesktop-4.4.2.tar.bz2) = flDBPkWxQkkkxJ3R6dqmwWiB7lesIeTixvIMDuwifNs=
|
||||
SIZE (xfce4/xfdesktop-4.4.2.tar.bz2) = 3047839
|
||||
MD5 (xfce4/xfdesktop-4.4.3.tar.bz2) = PB6o0syzz7u7uoNCFK1dLg==
|
||||
RMD160 (xfce4/xfdesktop-4.4.3.tar.bz2) = SQdJzFeaMOo2iatlwJnShOz//1Y=
|
||||
SHA1 (xfce4/xfdesktop-4.4.3.tar.bz2) = a6YP1/j1cQQZXj4XVRMV0MPCOB4=
|
||||
SHA256 (xfce4/xfdesktop-4.4.3.tar.bz2) = I4D1NH/LK1M3D3usRs4YJn5U5+Sg3e49/mwW33q45fU=
|
||||
SIZE (xfce4/xfdesktop-4.4.3.tar.bz2) = 3095897
|
||||
|
@ -1,38 +0,0 @@
|
||||
$OpenBSD: patch-modules_menu_desktop-menu-dentry_c,v 1.2 2008/11/04 16:53:05 landry Exp $
|
||||
--- modules/menu/desktop-menu-dentry.c.orig Sat Nov 17 20:31:43 2007
|
||||
+++ modules/menu/desktop-menu-dentry.c Tue Nov 4 17:42:45 2008
|
||||
@@ -59,7 +59,6 @@
|
||||
#define CATEGORIES_FILE "xfce-registered-categories.xml"
|
||||
|
||||
static void menu_dentry_legacy_init();
|
||||
-G_INLINE_FUNC gboolean menu_dentry_legacy_need_update(XfceDesktopMenu *desktop_menu);
|
||||
static void menu_dentry_legacy_add_all(XfceDesktopMenu *desktop_menu,
|
||||
MenuPathType pathtype);
|
||||
|
||||
@@ -87,7 +86,7 @@ static gchar **legacy_dirs = NULL;
|
||||
static GHashTable *dir_to_cat = NULL;
|
||||
|
||||
/* we don't want most command-line parameters if they're given. */
|
||||
-G_INLINE_FUNC gchar *
|
||||
+static inline gchar *
|
||||
_sanitise_dentry_cmd(gchar *cmd)
|
||||
{
|
||||
gchar *p;
|
||||
@@ -101,7 +100,7 @@ _sanitise_dentry_cmd(gchar *cmd)
|
||||
return cmd;
|
||||
}
|
||||
|
||||
-G_INLINE_FUNC gint
|
||||
+static inline gint
|
||||
_get_path_depth(const gchar *path)
|
||||
{
|
||||
gchar *p;
|
||||
@@ -173,7 +172,7 @@ _menu_shell_insert_sorted(GtkMenuShell *menu_shell, Gt
|
||||
if(cmpname && g_ascii_strcasecmp(name, cmpname) < 0)
|
||||
break;
|
||||
}
|
||||
-
|
||||
+ g_list_free(items);
|
||||
gtk_menu_shell_insert(menu_shell, mi, i);
|
||||
|
||||
return i;
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-modules_menu_desktop-menuspec_c,v 1.1 2008/06/14 16:35:37 landry Exp $
|
||||
--- modules/menu/desktop-menuspec.c.orig Thu Jun 12 18:25:32 2008
|
||||
+++ modules/menu/desktop-menuspec.c Thu Jun 12 18:26:06 2008
|
||||
@@ -203,7 +203,7 @@ get_paths_multilevel(GNode *node, gpointer data)
|
||||
else
|
||||
foundcat = NULL;
|
||||
if(!foundcat) {
|
||||
- g_ptr_array_free(revpath, FALSE);
|
||||
+ g_ptr_array_free(revpath, TRUE);
|
||||
revpath = NULL;
|
||||
break;
|
||||
}
|
||||
@@ -220,7 +220,7 @@ get_paths_multilevel(GNode *node, gpointer data)
|
||||
newpath[totlen] = 0;
|
||||
|
||||
g_ptr_array_add(mtfpi->paths, newpath);
|
||||
- g_ptr_array_free(revpath, FALSE);
|
||||
+ g_ptr_array_free(revpath, TRUE);
|
||||
}
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-modules_menu_desktop-menuspec_h,v 1.1 2008/11/04 16:53:05 landry Exp $
|
||||
--- modules/menu/desktop-menuspec.h.orig Tue Nov 4 17:43:09 2008
|
||||
+++ modules/menu/desktop-menuspec.h Tue Nov 4 17:43:33 2008
|
||||
@@ -82,6 +82,6 @@ G_CONST_RETURN gchar *desktop_menuspec_displayname_to_
|
||||
* @param paths A GPtrArray obtained from either menuspec_get_path_simple() or
|
||||
* menuspec_get_path_multilevel().
|
||||
*/
|
||||
-G_INLINE_FUNC void desktop_menuspec_path_free(GPtrArray *paths);
|
||||
+void desktop_menuspec_path_free(GPtrArray *paths);
|
||||
|
||||
#endif /* ifdef __MENUSPEC_H__ */
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2008/04/17 09:00:25 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2008/11/06 15:34:46 landry Exp $
|
||||
%%SHARED%%
|
||||
bin/xfce4-menueditor
|
||||
bin/xfce4-popup-menu
|
||||
bin/xfdesktop
|
||||
@bin bin/xfce4-menueditor
|
||||
@bin bin/xfce4-popup-menu
|
||||
@bin bin/xfdesktop
|
||||
lib/xfce4/
|
||||
lib/xfce4/mcs-plugins/
|
||||
lib/xfce4/mcs-plugins/backdrop_settings.a
|
||||
@ -12,7 +12,7 @@ lib/xfce4/modules/xfce4_desktop_menu.a
|
||||
lib/xfce4/modules/xfce4_desktop_menu.la
|
||||
libexec/xfce4/
|
||||
libexec/xfce4/panel-plugins/
|
||||
libexec/xfce4/panel-plugins/xfce4-menu-plugin
|
||||
@bin libexec/xfce4/panel-plugins/xfce4-menu-plugin
|
||||
@man man/man1/xfdesktop.1
|
||||
share/applications/xfce-backdrop-settings.desktop
|
||||
share/applications/xfce-menueditor.desktop
|
||||
@ -41,6 +41,7 @@ share/examples/xfdesktop/menu.xml.nl
|
||||
share/examples/xfdesktop/menu.xml.pa
|
||||
share/examples/xfdesktop/menu.xml.pl
|
||||
share/examples/xfdesktop/menu.xml.pt_BR
|
||||
share/examples/xfdesktop/menu.xml.pt_PT
|
||||
share/examples/xfdesktop/menu.xml.ro
|
||||
share/examples/xfdesktop/menu.xml.ru
|
||||
share/examples/xfdesktop/menu.xml.sk
|
||||
@ -92,6 +93,7 @@ share/locale/bg/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/ca/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/cs/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/da/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/de/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/dz/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/el/LC_MESSAGES/xfdesktop.mo
|
||||
@ -112,6 +114,7 @@ share/locale/hu/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/hy/
|
||||
share/locale/hy/LC_MESSAGES/
|
||||
share/locale/hy/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/id/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/it/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/ja/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/ka/LC_MESSAGES/xfdesktop.mo
|
||||
@ -134,6 +137,7 @@ share/locale/sv/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/ta/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/tr/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/uk/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/ur/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/vi/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfdesktop.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfdesktop.mo
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2008/09/28 10:53:05 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2008/11/06 15:34:46 landry Exp $
|
||||
|
||||
COMMENT= printing helper for xfce4
|
||||
|
||||
XFCE_PROJECT= xfprint
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
|
||||
SHARED_LIBS= xfprint 0.1
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfprint-4.4.2.tar.bz2) = vkgCgH503qMPSCUQLO/1xQ==
|
||||
RMD160 (xfce4/xfprint-4.4.2.tar.bz2) = cLM1clD1haWOmCpMLt/WqvDh4LU=
|
||||
SHA1 (xfce4/xfprint-4.4.2.tar.bz2) = rXdax3iU6dlGcRGB6BL9xu3XJac=
|
||||
SHA256 (xfce4/xfprint-4.4.2.tar.bz2) = ubsDggqLoZlf/j5blrbV67vANHrRICFy8Tu6Y7KYTVQ=
|
||||
SIZE (xfce4/xfprint-4.4.2.tar.bz2) = 827277
|
||||
MD5 (xfce4/xfprint-4.4.3.tar.bz2) = f8LLHlMdInF7F/n4dxHsBQ==
|
||||
RMD160 (xfce4/xfprint-4.4.3.tar.bz2) = Os23RC2pHfnHFRk7a6g/ENHbTmQ=
|
||||
SHA1 (xfce4/xfprint-4.4.3.tar.bz2) = oWcN0kegTc07qJfMMpd/CCiSaQA=
|
||||
SHA256 (xfce4/xfprint-4.4.3.tar.bz2) = DQt8znaUbChMlYa96+AK+mxlqqbSibn4GvhDxXHXw1A=
|
||||
SIZE (xfce4/xfprint-4.4.3.tar.bz2) = 842716
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-xfprint_print_dialog_c,v 1.1.1.1 2008/02/04 11:22:58 landry Exp $
|
||||
--- xfprint/print_dialog.c.orig Fri Feb 1 19:42:53 2008
|
||||
+++ xfprint/print_dialog.c Fri Feb 1 19:43:23 2008
|
||||
@@ -406,7 +406,7 @@ print_dialog_set_printing_system (PrintDialog *dlg, Pr
|
||||
PRINTER_NAME_COLUMN, printer_data->name,
|
||||
PRINTER_ALIAS_COLUMN, printer_data->alias ? printer_data->alias : "", -1);
|
||||
|
||||
- if (!default_printer_found && g_ascii_strcasecmp (default_printer->name, printer_data->name) == 0) {
|
||||
+ if (default_printer && !default_printer_found && g_ascii_strcasecmp (default_printer->name, printer_data->name) == 0) {
|
||||
default_printer_found = TRUE;
|
||||
gtk_combo_box_set_active_iter (GTK_COMBO_BOX (priv->combobox_printer), &iter);
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/07/08 09:45:36 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/11/06 15:34:47 landry Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/xfprint4
|
||||
@bin bin/xfprint4-manager
|
||||
@ -59,6 +59,7 @@ share/locale/bg/LC_MESSAGES/xfprint.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/xfprint.mo
|
||||
share/locale/ca/LC_MESSAGES/xfprint.mo
|
||||
share/locale/cs/LC_MESSAGES/xfprint.mo
|
||||
share/locale/da/LC_MESSAGES/xfprint.mo
|
||||
share/locale/de/LC_MESSAGES/xfprint.mo
|
||||
share/locale/dz/LC_MESSAGES/xfprint.mo
|
||||
share/locale/el/LC_MESSAGES/xfprint.mo
|
||||
@ -76,6 +77,7 @@ share/locale/gu/LC_MESSAGES/xfprint.mo
|
||||
share/locale/he/LC_MESSAGES/xfprint.mo
|
||||
share/locale/hi/LC_MESSAGES/xfprint.mo
|
||||
share/locale/hu/LC_MESSAGES/xfprint.mo
|
||||
share/locale/id/LC_MESSAGES/xfprint.mo
|
||||
share/locale/it/LC_MESSAGES/xfprint.mo
|
||||
share/locale/ja/LC_MESSAGES/xfprint.mo
|
||||
share/locale/ka/LC_MESSAGES/xfprint.mo
|
||||
@ -93,11 +95,17 @@ share/locale/pt_BR/LC_MESSAGES/xfprint.mo
|
||||
share/locale/pt_PT/LC_MESSAGES/xfprint.mo
|
||||
share/locale/ro/LC_MESSAGES/xfprint.mo
|
||||
share/locale/ru/LC_MESSAGES/xfprint.mo
|
||||
share/locale/si/
|
||||
share/locale/si/LC_MESSAGES/
|
||||
share/locale/si/LC_MESSAGES/xfprint.mo
|
||||
share/locale/sk/LC_MESSAGES/xfprint.mo
|
||||
share/locale/sv/LC_MESSAGES/xfprint.mo
|
||||
share/locale/ta/LC_MESSAGES/xfprint.mo
|
||||
share/locale/tr/LC_MESSAGES/xfprint.mo
|
||||
share/locale/uk/LC_MESSAGES/xfprint.mo
|
||||
share/locale/ur/
|
||||
share/locale/ur/LC_MESSAGES/
|
||||
share/locale/ur/LC_MESSAGES/xfprint.mo
|
||||
share/locale/vi/LC_MESSAGES/xfprint.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfprint.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfprint.mo
|
||||
|
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2008/11/06 15:34:47 landry Exp $
|
||||
PKG_ARCH= *
|
||||
|
||||
COMMENT= window decoration themes for xfwm4
|
||||
|
||||
XFCE_PROJECT= xfwm4-themes
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
|
||||
HOMEPAGE= http://www.xfce.org/projects/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfwm4-themes-4.4.2.tar.bz2) = ++o+9+7If9ZplY+c9Ze/uA==
|
||||
RMD160 (xfce4/xfwm4-themes-4.4.2.tar.bz2) = 3Ug1J7HF2mPwNB0hOZ7MV4tG3tw=
|
||||
SHA1 (xfce4/xfwm4-themes-4.4.2.tar.bz2) = zmgsBxP9qZs05lad9b0FPOi9SSg=
|
||||
SHA256 (xfce4/xfwm4-themes-4.4.2.tar.bz2) = 1vYFLsm9wqBI3TSnkkjuVqvZAwVa3A2J0EcV6xesHcA=
|
||||
SIZE (xfce4/xfwm4-themes-4.4.2.tar.bz2) = 479305
|
||||
MD5 (xfce4/xfwm4-themes-4.4.3.tar.bz2) = DnE0ZfeaAAlYMHx/WzcYXw==
|
||||
RMD160 (xfce4/xfwm4-themes-4.4.3.tar.bz2) = OzS2tZxeS79NH9n675F3wr4y3ww=
|
||||
SHA1 (xfce4/xfwm4-themes-4.4.3.tar.bz2) = H6IKbMcGCy/zG8ALF4PdwtQeWt0=
|
||||
SHA256 (xfce4/xfwm4-themes-4.4.3.tar.bz2) = v2u9Jj4OwTAANfmrOvvFqpQPWvsVBsKOD1Xkd6oZ8rM=
|
||||
SIZE (xfce4/xfwm4-themes-4.4.3.tar.bz2) = 492360
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2008/11/06 15:34:47 landry Exp $
|
||||
|
||||
COMMENT= xfce4 window manager
|
||||
|
||||
XFCE_PROJECT= xfwm4
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfwm4-4.4.2.tar.bz2) = Idp35QsH5yu6eEvzQYygZw==
|
||||
RMD160 (xfce4/xfwm4-4.4.2.tar.bz2) = s87W7axEsLIyvkMSyiKBCVwD4Us=
|
||||
SHA1 (xfce4/xfwm4-4.4.2.tar.bz2) = ptizsUk/+YFBz7cjLva0lAIkvOk=
|
||||
SHA256 (xfce4/xfwm4-4.4.2.tar.bz2) = cQEgEivErKrs2wZGZWxaqS8dRMTIHRpndWiKurBMygo=
|
||||
SIZE (xfce4/xfwm4-4.4.2.tar.bz2) = 1548533
|
||||
MD5 (xfce4/xfwm4-4.4.3.tar.bz2) = 0VCJ8GGHwCmu5MuH91wwLQ==
|
||||
RMD160 (xfce4/xfwm4-4.4.3.tar.bz2) = eUxuu+Na6VayUzY/OKLpD705gKQ=
|
||||
SHA1 (xfce4/xfwm4-4.4.3.tar.bz2) = +FgfJ41ElrA/TcJ53H4rm2jK8w4=
|
||||
SHA256 (xfce4/xfwm4-4.4.3.tar.bz2) = Eu4ua+qIlvQYkF1rk85KWFqiKZC66cH4nKPNVsYIvlE=
|
||||
SIZE (xfce4/xfwm4-4.4.3.tar.bz2) = 1590866
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/07/08 09:45:36 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2008/11/06 15:34:47 landry Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/xfwm4
|
||||
lib/xfce4/
|
||||
@ -28,6 +28,7 @@ share/locale/bg/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/ca/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/cs/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/da/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/de/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/dz/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/el/LC_MESSAGES/xfwm4.mo
|
||||
@ -45,6 +46,7 @@ share/locale/gu/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/he/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/hi/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/hu/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/id/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/it/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/ja/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/ka/LC_MESSAGES/xfwm4.mo
|
||||
@ -67,6 +69,9 @@ share/locale/sv/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/ta/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/tr/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/uk/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/ur/
|
||||
share/locale/ur/LC_MESSAGES/
|
||||
share/locale/ur/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/vi/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfwm4.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfwm4.mo
|
||||
|
Loading…
Reference in New Issue
Block a user