diff options
author | martti <martti@pkgsrc.org> | 2007-12-07 19:43:19 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-12-07 19:43:19 +0000 |
commit | f6f5ea854dc4e890fc171fca003318f87fb4c3b6 (patch) | |
tree | b13a72118dfeb40f0301f5034c64ed4656b8e1d0 /editors | |
parent | 7c0ef9ca1d18e3e0a7c6f6a7bfbffe73de43c98f (diff) | |
download | pkgsrc-f6f5ea854dc4e890fc171fca003318f87fb4c3b6.tar.gz |
Updated Xfce to 4.4.2
Lots of bug fixes. For the official ChangeLog, please see
http://www.xfce.org/documentation/changelogs/4.4.2
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xfce4-mousepad/Makefile | 4 | ||||
-rw-r--r-- | editors/xfce4-mousepad/PLIST | 12 | ||||
-rw-r--r-- | editors/xfce4-mousepad/buildlink3.mk | 4 | ||||
-rw-r--r-- | editors/xfce4-mousepad/distinfo | 8 |
4 files changed, 19 insertions, 9 deletions
diff --git a/editors/xfce4-mousepad/Makefile b/editors/xfce4-mousepad/Makefile index 5542df3ae72..e74bbe67bce 100644 --- a/editors/xfce4-mousepad/Makefile +++ b/editors/xfce4-mousepad/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2007/04/17 17:45:06 martti Exp $ +# $NetBSD: Makefile,v 1.3 2007/12/07 19:43:20 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" -XFCE4_VERSION= 0.2.12 +XFCE4_VERSION= 0.2.13 DISTNAME= mousepad-${XFCE4_VERSION} PKGNAME= xfce4-mousepad-${XFCE4_VERSION} diff --git a/editors/xfce4-mousepad/PLIST b/editors/xfce4-mousepad/PLIST index 8b4d23394d6..7517e940e86 100644 --- a/editors/xfce4-mousepad/PLIST +++ b/editors/xfce4-mousepad/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/12 09:45:01 martti Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/12/07 19:43:20 martti Exp $ bin/mousepad share/applications/mousepad.desktop +share/locale/am/LC_MESSAGES/mousepad.mo +share/locale/ar/LC_MESSAGES/mousepad.mo share/locale/be/LC_MESSAGES/mousepad.mo share/locale/ca/LC_MESSAGES/mousepad.mo share/locale/cs/LC_MESSAGES/mousepad.mo @@ -8,6 +10,7 @@ share/locale/cy/LC_MESSAGES/mousepad.mo share/locale/de/LC_MESSAGES/mousepad.mo share/locale/dz/LC_MESSAGES/mousepad.mo share/locale/el/LC_MESSAGES/mousepad.mo +share/locale/en_GB/LC_MESSAGES/mousepad.mo share/locale/eo/LC_MESSAGES/mousepad.mo share/locale/es/LC_MESSAGES/mousepad.mo share/locale/et/LC_MESSAGES/mousepad.mo @@ -23,15 +26,22 @@ share/locale/ja/LC_MESSAGES/mousepad.mo share/locale/ka/LC_MESSAGES/mousepad.mo share/locale/ko/LC_MESSAGES/mousepad.mo share/locale/lt/LC_MESSAGES/mousepad.mo +share/locale/lv/LC_MESSAGES/mousepad.mo share/locale/mk/LC_MESSAGES/mousepad.mo +share/locale/nb_NO/LC_MESSAGES/mousepad.mo share/locale/nl/LC_MESSAGES/mousepad.mo share/locale/pa/LC_MESSAGES/mousepad.mo share/locale/pl/LC_MESSAGES/mousepad.mo share/locale/pt_BR/LC_MESSAGES/mousepad.mo +share/locale/pt_PT/LC_MESSAGES/mousepad.mo +share/locale/ro/LC_MESSAGES/mousepad.mo share/locale/ru/LC_MESSAGES/mousepad.mo share/locale/sk/LC_MESSAGES/mousepad.mo +share/locale/sq/LC_MESSAGES/mousepad.mo share/locale/sv/LC_MESSAGES/mousepad.mo share/locale/ta/LC_MESSAGES/mousepad.mo +share/locale/th/LC_MESSAGES/mousepad.mo +share/locale/tr/LC_MESSAGES/mousepad.mo share/locale/uk/LC_MESSAGES/mousepad.mo share/locale/zh_CN/LC_MESSAGES/mousepad.mo share/locale/zh_TW/LC_MESSAGES/mousepad.mo diff --git a/editors/xfce4-mousepad/buildlink3.mk b/editors/xfce4-mousepad/buildlink3.mk index 535f403eff6..795c4ab5f97 100644 --- a/editors/xfce4-mousepad/buildlink3.mk +++ b/editors/xfce4-mousepad/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/04/12 09:45:01 martti Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2007/12/07 19:43:20 martti Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ XFCE4_MOUSEPAD_BUILDLINK3_MK:= ${XFCE4_MOUSEPAD_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= xfce4-mousepad BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xfce4-mousepad .if ${XFCE4_MOUSEPAD_BUILDLINK3_MK} == "+" -BUILDLINK_API_DEPENDS.xfce4-mousepad+= xfce4-mousepad>=0.2.12 +BUILDLINK_API_DEPENDS.xfce4-mousepad+= xfce4-mousepad>=0.2.13 BUILDLINK_PKGSRCDIR.xfce4-mousepad?= ../../editors/xfce4-mousepad .endif # XFCE4_MOUSEPAD_BUILDLINK3_MK diff --git a/editors/xfce4-mousepad/distinfo b/editors/xfce4-mousepad/distinfo index 692f77fce4e..0ff8e925654 100644 --- a/editors/xfce4-mousepad/distinfo +++ b/editors/xfce4-mousepad/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/04/12 09:45:01 martti Exp $ +$NetBSD: distinfo,v 1.2 2007/12/07 19:43:20 martti Exp $ -SHA1 (mousepad-0.2.12.tar.bz2) = 7a27bc73290c08d729c36e816cf1c7f1aa667bd5 -RMD160 (mousepad-0.2.12.tar.bz2) = f6fc30323d4f83764dbe99f4b6635ae9aef58ba4 -Size (mousepad-0.2.12.tar.bz2) = 328353 bytes +SHA1 (mousepad-0.2.13.tar.bz2) = 521d2ffb3b805b568620d40ca43264584d504ccb +RMD160 (mousepad-0.2.13.tar.bz2) = d25ae5fb3f6b1363beebb276d4152fe870066d0b +Size (mousepad-0.2.13.tar.bz2) = 341748 bytes |