mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 2.10.2.
This commit is contained in:
parent
8d7bdceed6
commit
49d2585c4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138088
3 changed files with 13 additions and 5 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= eog
|
||||
PORTVERSION= 2.10.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.10.2
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.10
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gnome2/eog-2.10.0.tar.bz2) = 45c345a0aed600c7ab17c5af750b7c8c
|
||||
SIZE (gnome2/eog-2.10.0.tar.bz2) = 903050
|
||||
MD5 (gnome2/eog-2.10.2.tar.bz2) = 09884ebaf4d520195093b2a516252579
|
||||
SIZE (gnome2/eog-2.10.2.tar.bz2) = 870480
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
bin/eog
|
||||
share/gnome/applications/eog.desktop
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
share/gnome/eog/eog-gtk-ui.xml
|
||||
share/gnome/eog/glade/eog.glade
|
||||
share/gnome/help/eog/C/eog.xml
|
||||
|
@ -113,6 +112,7 @@ share/locale/pt/LC_MESSAGES/eog.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/eog.mo
|
||||
share/locale/ro/LC_MESSAGES/eog.mo
|
||||
share/locale/ru/LC_MESSAGES/eog.mo
|
||||
share/locale/rw/LC_MESSAGES/eog.mo
|
||||
share/locale/sk/LC_MESSAGES/eog.mo
|
||||
share/locale/sl/LC_MESSAGES/eog.mo
|
||||
share/locale/sq/LC_MESSAGES/eog.mo
|
||||
|
@ -130,6 +130,14 @@ share/locale/xh/LC_MESSAGES/eog.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/eog.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/eog.mo
|
||||
share/locale/zu/LC_MESSAGES/eog.mo
|
||||
@unexec rmdir %D/share/locale/zu/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/zu 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/xh/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/xh 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/rw 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/nso/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/nso 2> /dev/null || true
|
||||
@dirrm share/gnome/pixmaps/eog
|
||||
@dirrm share/gnome/omf/eog
|
||||
@dirrm share/gnome/help/eog/zh_TW/figures
|
||||
|
@ -157,4 +165,5 @@ share/locale/zu/LC_MESSAGES/eog.mo
|
|||
@dirrm share/gnome/help/eog
|
||||
@dirrm share/gnome/eog/glade
|
||||
@dirrm share/gnome/eog
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
|
|
Loading…
Add table
Reference in a new issue