diff options
author | gahr <gahr@FreeBSD.org> | 2013-08-21 22:13:11 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-08-21 22:13:11 +0800 |
commit | 05d9d52662802d4fc5f65debf36c239818192771 (patch) | |
tree | 1d9c39e928172c4c44562903ac461561da33a197 /x11-wm/e16 | |
parent | 31445311fce915521f6c1940134b8dc155688036 (diff) | |
download | freebsd-ports-gnome-05d9d52662802d4fc5f65debf36c239818192771.tar.gz freebsd-ports-gnome-05d9d52662802d4fc5f65debf36c239818192771.tar.zst freebsd-ports-gnome-05d9d52662802d4fc5f65debf36c239818192771.zip |
- Update to 1.0.13.0
Changes:
* Fix installation group ownership of theme files (ticket 2345).
* Fix various perl warnings.
* Fix menu generation issue.
* Play raise/lower sounds only if any windows are actually raised/lowered.
* Fix bug in ActionClass loading.
* Tweak button swallowing in slideouts.
* Clear SF_INFO struct before calling sf_open().
* Save some bytes in various structs.
* Button:inside_win is not used.
* Tweak button event callback parameter.
* updating desktop files translations
* updating esperanto and adding serbian translation
* Fixed sorting in desktop files
* Avoid potential crash in menu unloading.
* Fix potential use of uninitialised data.
* Remove unnecessary EXTRA_DIST.
* Eliminate BordersForeach().
* No need for double - change to float.
* Let "eesh screen" show some randr info.
* Disable moving "None" background to front.
* Discard broken backgrounds (bg file missing) on exit.
* Fix background dialog issues.
* Switch to new list implementation.
Diffstat (limited to 'x11-wm/e16')
-rw-r--r-- | x11-wm/e16/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/e16/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/e16/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 997d8c7e214d..b2f446338cf6 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= e16 -PORTVERSION= 1.0.13 +PORTVERSION= 1.0.13.001 CATEGORIES= x11-wm enlightenment -MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/ MAINTAINER= gahr@FreeBSD.org COMMENT= A very artistic X window manager diff --git a/x11-wm/e16/distinfo b/x11-wm/e16/distinfo index 0d12210d3c98..2eee98baffc4 100644 --- a/x11-wm/e16/distinfo +++ b/x11-wm/e16/distinfo @@ -1,2 +1,2 @@ -SHA256 (e16-1.0.13.tar.gz) = 66487942fe6c63050fb7c8fe424f37355a8005ed417355b6e78becd867a12dd2 -SIZE (e16-1.0.13.tar.gz) = 2299510 +SHA256 (e16-1.0.13.001.tar.gz) = 556346ba6b80677df22e94484e9a98bee69251ff3b79acd08c48c39b604b1f32 +SIZE (e16-1.0.13.001.tar.gz) = 2330693 diff --git a/x11-wm/e16/pkg-plist b/x11-wm/e16/pkg-plist index 6dfa0c4865f7..e6858d8b6715 100644 --- a/x11-wm/e16/pkg-plist +++ b/x11-wm/e16/pkg-plist @@ -401,6 +401,7 @@ share/xsessions/e16-gnome3-session.desktop %%NLS%%share/locale/pt_BR/LC_MESSAGES/e16.mo %%NLS%%share/locale/ru/LC_MESSAGES/e16.mo %%NLS%%share/locale/sk/LC_MESSAGES/e16.mo +%%NLS%%share/locale/sr/LC_MESSAGES/e16.mo %%NLS%%share/locale/sv/LC_MESSAGES/e16.mo %%NLS%%share/locale/tr/LC_MESSAGES/e16.mo %%NLS%%share/locale/uk/LC_MESSAGES/e16.mo |