diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-12-12 04:15:37 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-12-12 04:15:37 +0800 |
commit | 28dd4206a6e481510d27f3684a4b38f3dd04d83f (patch) | |
tree | b534206c50674a542e80fbd73ff70b23ca289ce5 /graphics | |
parent | 982b5701b3befb3820889e23cf4136885461f683 (diff) | |
download | freebsd-ports-gnome-28dd4206a6e481510d27f3684a4b38f3dd04d83f.tar.gz freebsd-ports-gnome-28dd4206a6e481510d27f3684a4b38f3dd04d83f.tar.zst freebsd-ports-gnome-28dd4206a6e481510d27f3684a4b38f3dd04d83f.zip |
- move gimageview.desktop
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimageview/Makefile | 3 | ||||
-rw-r--r-- | graphics/gimageview/pkg-plist | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 83d77de5420a..848c07fed52c 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -107,6 +107,9 @@ post-patch: @${REINPLACE_CMD} -e 's/DATADIRNAME=lib/DATADIRNAME=share/g' \ -e 's|echo aout|echo elf|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|/gnome/apps/|/apps/|' \ + ${WRKSRC}/gimageview.spec \ + ${WRKSRC}/etc/Makefile.in post-configure: .if !defined(WITH_IMLIB) diff --git a/graphics/gimageview/pkg-plist b/graphics/gimageview/pkg-plist index d9feb9c2c33c..98636d8e5871 100644 --- a/graphics/gimageview/pkg-plist +++ b/graphics/gimageview/pkg-plist @@ -32,6 +32,7 @@ lib/gimageview/thumbnail/libgimv_nautilus_thumb.so lib/gimageview/thumbnail/libgimv_thumb.so lib/gimageview/thumbnail/libgimv_xvpics_thumb.so lib/gimageview/thumbnail_view/libgimv_thumbview_detail.so +share/apps/Graphics/gimageview.desktop share/doc/gimageview/html/ja/01.html share/doc/gimageview/html/ja/02.html share/doc/gimageview/html/ja/03.html @@ -115,7 +116,6 @@ share/gimageview/pixmaps/default/zoom.xpm share/gimageview/pixmaps/default/zoom_fit.xpm share/gimageview/pixmaps/default/zoom_in.xpm share/gimageview/pixmaps/default/zoom_out.xpm -share/gnome/apps/Graphics/gimageview.desktop share/locale/fr/LC_MESSAGES/gimageview.mo share/locale/ja/LC_MESSAGES/gimageview.mo share/pixmaps/gimv.png @@ -136,3 +136,5 @@ share/pixmaps/gimv.png @dirrm share/gimageview/pixmaps/default @dirrm share/gimageview/pixmaps @dirrm share/gimageview +@dirrmtry share/apps/Graphics +@dirrmtry share/apps |