aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2013-11-17 22:38:11 +0800
committeroliver <oliver@FreeBSD.org>2013-11-17 22:38:11 +0800
commit8c319407f367a95a2c60e53e21fcb9e9a9f6ad8c (patch)
treedea7dec5a4699d95f3b9829410f76f137c257066
parent48a9e78a007d5985b96336c15995097261cc7f69 (diff)
downloadfreebsd-ports-gnome-8c319407f367a95a2c60e53e21fcb9e9a9f6ad8c.tar.gz
freebsd-ports-gnome-8c319407f367a95a2c60e53e21fcb9e9a9f6ad8c.tar.zst
freebsd-ports-gnome-8c319407f367a95a2c60e53e21fcb9e9a9f6ad8c.zip
remove graphics/gqview-devel - no active development since 8 years
remove audio/gqmpeg-devel - no active development since 8 years
-rw-r--r--MOVED2
-rw-r--r--audio/Makefile1
-rw-r--r--audio/gqmpeg-devel/Makefile61
-rw-r--r--audio/gqmpeg-devel/distinfo2
-rw-r--r--audio/gqmpeg-devel/files/patch-ui_pixbuf_save.c19
-rw-r--r--audio/gqmpeg-devel/files/patch-utf893
-rw-r--r--audio/gqmpeg-devel/pkg-descr4
-rw-r--r--audio/gqmpeg-devel/pkg-plist81
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/gqview-devel/Makefile45
-rw-r--r--graphics/gqview-devel/distinfo2
-rw-r--r--graphics/gqview-devel/files/patch-Makefile.in12
-rw-r--r--graphics/gqview-devel/pkg-descr6
-rw-r--r--graphics/gqview-devel/pkg-plist85
14 files changed, 2 insertions, 412 deletions
diff --git a/MOVED b/MOVED
index 22189effa535..c10b2609dc6b 100644
--- a/MOVED
+++ b/MOVED
@@ -5188,3 +5188,5 @@ devel/perltidy|devel/p5-Perl-Tidy|2013-11-15|Renamed to match upstream naming
math/vtk|math/vtk5|2013-11-17|Removed, EOLed
net-im/decibel||2013-11-17|Has expired: Deprecated and unsupported upstream for many years, not used by anything
databases/postgresql-libpq++||2013-11-17|Has expired: Not maintained upstreams for 10+ years.
+audio/gmpeg-devel||2013-11-17|Removed, no active development since more than 8 years
+graphics/gqview-devel||2013-11-17|Removed, no active development since more than 8 years
diff --git a/audio/Makefile b/audio/Makefile
index 691d707fbc02..c2deb07585c7 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -232,7 +232,6 @@
SUBDIR += gogglesmm
SUBDIR += goobox
SUBDIR += gqmpeg
- SUBDIR += gqmpeg-devel
SUBDIR += gqradio
SUBDIR += gramofile
SUBDIR += grip
diff --git a/audio/gqmpeg-devel/Makefile b/audio/gqmpeg-devel/Makefile
deleted file mode 100644
index ccd7ddfa692b..000000000000
--- a/audio/gqmpeg-devel/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# Created by: Vanilla Pooh Shu <vanilla@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= gqmpeg
-PORTVERSION= 0.91.1
-PORTREVISION= 12
-CATEGORIES= audio
-MASTER_SITES= SF
-
-MAINTAINER= oliver@FreeBSD.org
-COMMENT= Another gtk-based MP3 frontend
-
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
-
-.if defined(WITH_MPG321)
-RUN_DEPENDS+= mpg321:${PORTSDIR}/audio/mpg321
-.else
-RUN_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123
-.endif
-
-.if !defined(WITHOUT_MOD)
-RUN_DEPENDS+= xmp:${PORTSDIR}/audio/xmp
-.endif
-
-.if !defined(WITHOUT_OGG)
-RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools
-.endif
-
-USES= gmake pkgconfig
-NO_STAGE= yes
-LATEST_LINK= gqmpeg-devel
-USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \
- xfixes xproto
-USE_GNOME= gtk20
-GNU_CONFIGURE= yes
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-CONFLICTS= gqmpeg-0.2*
-
-MAN1= gqmpeg.1
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITH_MPG321)
-pre-everything::
- @${ECHO_MSG}
- @${ECHO_MSG} "If you want to use mpg321 instead of mpg123,"
- @${ECHO_MSG} "hit Ctrl-C right now and execute \"make WITH_MPG321=yes\""
- @${ECHO_MSG}
-.endif
-
-.if defined(WITH_MPG321)
-post-patch:
- @${REINPLACE_CMD} -E -e \
- 's/^(#define MPG123_BINARY "mpg)123"/\1321"/' \
- ${WRKSRC}/src/io_mpg123.c
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/audio/gqmpeg-devel/distinfo b/audio/gqmpeg-devel/distinfo
deleted file mode 100644
index 80073c110a7f..000000000000
--- a/audio/gqmpeg-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gqmpeg-0.91.1.tar.gz) = 78502bf9b9119c9d4495a640e7467c67aa992b30d8b5b2a51c1db86ada045df5
-SIZE (gqmpeg-0.91.1.tar.gz) = 1078478
diff --git a/audio/gqmpeg-devel/files/patch-ui_pixbuf_save.c b/audio/gqmpeg-devel/files/patch-ui_pixbuf_save.c
deleted file mode 100644
index 2a1590443537..000000000000
--- a/audio/gqmpeg-devel/files/patch-ui_pixbuf_save.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/ui_pixbuf_save.c.orig 2002-03-09 20:00:13.000000000 +0100
-+++ src/ui_pixbuf_save.c 2012-05-09 13:04:57.000000000 +0200
-@@ -24,6 +24,7 @@
-
- #ifdef HAVE_LIBPNG
- #include <png.h> /* for png saving, below */
-+#include <pngpriv.h>
- #endif
-
-
-@@ -86,7 +87,7 @@
- return FALSE;
- }
-
-- if (setjmp (png_ptr->jmpbuf))
-+ if (setjmp (png_ptr->longjmp_buffer))
- {
- png_destroy_write_struct (&png_ptr, &info_ptr);
- fclose (handle);
diff --git a/audio/gqmpeg-devel/files/patch-utf8 b/audio/gqmpeg-devel/files/patch-utf8
deleted file mode 100644
index cf32abd8a600..000000000000
--- a/audio/gqmpeg-devel/files/patch-utf8
+++ /dev/null
@@ -1,93 +0,0 @@
---- /tmp/gqmpeg-0.91.1/src/players.c Sat Mar 13 11:11:39 2004
-+++ src/players.c Mon Jan 10 00:55:40 2005
-@@ -191,6 +191,8 @@
-
- sd = g_new0(SongData, 1);
- sd->path = g_strdup(path);
-+ if (!g_utf8_validate(sd->path, strlen(sd->path), NULL))
-+ sd->path=g_locale_to_utf8(sd->path, strlen(sd->path), NULL, NULL, NULL);
- sd->info_loaded = FALSE;
- sd->flags = 0;
- player_module_get_types(path, &sd->type, &sd->custom, &sd->custom_type, &sd->live);
---- /tmp/gqmpeg-0.91.1/src/io_mpg123.c Fri Apr 2 17:02:34 2004
-+++ src/io_mpg123.c Mon Jan 10 01:01:21 2005
-@@ -786,13 +786,13 @@
-
- if (mpg123_to_wav_path_enable && mpg123_to_wav_path)
- {
-- gchar *tmp = remove_extension_from_path(filename_from_path(sd->path));
-+ gchar *tmp = remove_extension_from_path(filename_from_path(path_from_utf8(sd->path)));
- buf = g_strconcat(mpg123_to_wav_path, "/", tmp, ext, NULL);
- g_free(tmp);
- }
- else
- {
-- gchar *tmp = remove_extension_from_path(sd->path);
-+ gchar *tmp = remove_extension_from_path(path_from_utf8(sd->path));
- buf = g_strconcat(tmp, ".wav", NULL);
- g_free(tmp);
- }
-@@ -826,13 +826,13 @@
- if (mpg123_extra_is_http(sd))
- {
- gchar *buf;
-- buf = http_path_ensure_root(sd->path);
-+ buf = http_path_ensure_root(path_from_utf8(sd->path));
- strncpy(cmd_arguments[cmd_cnt], buf, cmd_max);
- g_free(buf);
- }
- else
- {
-- strncpy(cmd_arguments[cmd_cnt], sd->path, cmd_max);
-+ strncpy(cmd_arguments[cmd_cnt], path_from_utf8(sd->path), cmd_max);
- }
- cmd_ptr[cmd_cnt] = cmd_arguments[cmd_cnt];
- cmd_cnt++;
-@@ -1080,6 +1080,7 @@
- idd = get_id3_tag(sd->path);
- if (idd)
- {
-+
- sd->title = idd->title;
- sd->artist = idd->artist;
- sd->album = idd->album;
-@@ -1087,6 +1088,19 @@
- sd->comment = idd->comment;
- sd->genre = idd->genre_description;
- sd->track = idd->track;
-+
-+ if (sd->title != NULL && !g_utf8_validate(sd->title, strlen(sd->title), NULL))
-+ sd->title=g_locale_to_utf8(sd->title, strlen(sd->title), NULL, NULL, NULL);
-+ if (sd->artist != NULL && !g_utf8_validate(sd->artist, strlen(sd->artist), NULL))
-+ sd->artist=g_locale_to_utf8(sd->artist, strlen(sd->artist), NULL, NULL, NULL);
-+ if (sd->album != NULL && strlen(sd->album) > 0 && !g_utf8_validate(sd->album, strlen(sd->album), NULL))
-+ sd->album=g_locale_to_utf8(sd->album, strlen(sd->album), NULL, NULL, NULL);
-+ if (sd->year != NULL && !g_utf8_validate(sd->year, strlen(sd->year), NULL))
-+ sd->year=g_locale_to_utf8(sd->year, strlen(sd->year), NULL, NULL, NULL);
-+ if (sd->comment != NULL && !g_utf8_validate(sd->comment, strlen(sd->comment), NULL))
-+ sd->comment=g_locale_to_utf8(sd->comment, strlen(sd->comment), NULL, NULL, NULL);
-+ if (sd->genre != NULL && !g_utf8_validate(sd->genre, strlen(sd->genre), NULL))
-+ sd->genre=g_locale_to_utf8(sd->genre, strlen(sd->genre), NULL, NULL, NULL);
-
- g_free(idd); /* don't free members */
- }
---- /tmp/gqmpeg-0.91.1/src/mpg_info.c Sat Mar 13 12:11:21 2004
-+++ src/mpg_info.c Mon Jan 10 01:21:30 2005
-@@ -228,6 +228,17 @@
-
- if (d || h)
- {
-+ if (d && d->title != NULL && !g_utf8_validate(d->title, strlen(d->title), NULL))
-+ d->title=g_locale_to_utf8(d->title, strlen(d->title), NULL, NULL, NULL);
-+ if (d && d->artist != NULL && !g_utf8_validate(d->artist, strlen(d->artist), NULL))
-+ d->artist=g_locale_to_utf8(d->artist, strlen(d->artist), NULL, NULL, NULL);
-+ if (d && d->album != NULL && strlen(d->album) > 0 && !g_utf8_validate(d->album, strlen(d->album), NULL))
-+ d->album=g_locale_to_utf8(d->album, strlen(d->album), NULL, NULL, NULL);
-+ if (d && d->year != NULL && !g_utf8_validate(d->year, strlen(d->year), NULL))
-+ d->year=g_locale_to_utf8(d->year, strlen(d->year), NULL, NULL, NULL);
-+ if (d && d->comment != NULL && !g_utf8_validate(d->comment, strlen(d->comment), NULL))
-+ d->comment=g_locale_to_utf8(d->comment, strlen(d->comment), NULL, NULL, NULL);
-+
- s->title_entry = songinfo_add_entry(vbox1, _("Title"), d ? d->title : NULL,
- 30, G_CALLBACK(data_changed_cb), s);
- s->artist_entry = songinfo_add_entry(vbox1, _("Artist"), d ? d->artist : NULL,
diff --git a/audio/gqmpeg-devel/pkg-descr b/audio/gqmpeg-devel/pkg-descr
deleted file mode 100644
index ae28d4693580..000000000000
--- a/audio/gqmpeg-devel/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A GTK-based mp3 front-end. Uses mpg123 for decoding and supports
-winamp themes.
-
-WWW: http://gqmpeg.sourceforge.net/
diff --git a/audio/gqmpeg-devel/pkg-plist b/audio/gqmpeg-devel/pkg-plist
deleted file mode 100644
index fc2183287a01..000000000000
--- a/audio/gqmpeg-devel/pkg-plist
+++ /dev/null
@@ -1,81 +0,0 @@
-bin/gqmpeg
-bin/gqmpeg-shoutcast-plugin.sh
-share/applications/gqmpeg.desktop
-share/pixmaps/gqmpeg.png
-share/gqmpeg/skins/README
-share/gqmpeg/skins/SKIN-SPECS
-share/gqmpeg/skins/mrclean/blue-handle-24.png
-share/gqmpeg/skins/mrclean/blue2-about.png
-share/gqmpeg/skins/mrclean/blue2-round-shadowed.png
-share/gqmpeg/skins/mrclean/blue2-soft-round-7.png
-share/gqmpeg/skins/mrclean/blue2-soft-round-logo.png
-share/gqmpeg/skins/mrclean/btn-expand-toggle-20-h.png
-share/gqmpeg/skins/mrclean/btn-rect-clr-32-eject.png
-share/gqmpeg/skins/mrclean/btn-rect-clr-32-stop.png
-share/gqmpeg/skins/mrclean/btn-rect-clr-32r-pause.png
-share/gqmpeg/skins/mrclean/btn-rect-clr-32r-play.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-16-left.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-16-plus.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-16-right.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-01.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-02.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-03.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-04.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-05.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-06.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-07.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-08.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-09.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-10.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-dn.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-eye.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-left.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-list.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-max.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-min.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-right.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-toggle.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-up.png
-share/gqmpeg/skins/mrclean/btn-rnd-clr-26-x.png
-share/gqmpeg/skins/mrclean/bubble-fly.png
-share/gqmpeg/skins/mrclean/bubble-slider-16-h.png
-share/gqmpeg/skins/mrclean/bubble-slider-16-v.png
-share/gqmpeg/skins/mrclean/dial-ball2.png
-share/gqmpeg/skins/mrclean/dial-clip2.png
-share/gqmpeg/skins/mrclean/dial-eye.png
-share/gqmpeg/skins/mrclean/digit-digital-15-aa.png
-share/gqmpeg/skins/mrclean/digit-digital-24-aa.png
-share/gqmpeg/skins/mrclean/focus-rect-border-1.png
-share/gqmpeg/skins/mrclean/focus-rect-border-7b.png
-share/gqmpeg/skins/mrclean/item-ab-static.png
-share/gqmpeg/skins/mrclean/item-clear-load-aa.png
-share/gqmpeg/skins/mrclean/item-colon-15.png
-share/gqmpeg/skins/mrclean/item-colon-24.png
-share/gqmpeg/skins/mrclean/item-pda-minus.png
-share/gqmpeg/skins/mrclean/item-pda-random-static.png
-share/gqmpeg/skins/mrclean/item-pda-repeat-static.png
-share/gqmpeg/skins/mrclean/item-repeat1-static.png
-share/gqmpeg/skins/mrclean/item-volume-static.png
-share/gqmpeg/skins/mrclean/list-clear-back.png
-share/gqmpeg/skins/mrclean/list-clear-flags.png
-share/gqmpeg/skins/mrclean/list-clear.png
-share/gqmpeg/skins/mrclean/list-menu-flags.png
-share/gqmpeg/skins/mrclean/list-row-clear.png
-share/gqmpeg/skins/mrclean/skindata
-share/gqmpeg/skins/mrclean/skindata_about
-share/gqmpeg/skins/mrclean/skindata_compact
-share/gqmpeg/skins/mrclean/skindata_extra
-share/gqmpeg/skins/mrclean/skindata_flyby
-share/gqmpeg/skins/mrclean/skindata_menu
-share/gqmpeg/skins/mrclean/skindata_playlist
-share/gqmpeg/skins/mrclean/skindata_submenu
-share/locale/cs/LC_MESSAGES/gqmpeg.mo
-share/locale/de/LC_MESSAGES/gqmpeg.mo
-share/locale/fi/LC_MESSAGES/gqmpeg.mo
-share/locale/fr/LC_MESSAGES/gqmpeg.mo
-share/locale/ja/LC_MESSAGES/gqmpeg.mo
-share/locale/pt_BR/LC_MESSAGES/gqmpeg.mo
-share/locale/zh_TW/LC_MESSAGES/gqmpeg.mo
-@dirrm share/gqmpeg/skins/mrclean
-@dirrm share/gqmpeg/skins
-@dirrm share/gqmpeg
diff --git a/graphics/Makefile b/graphics/Makefile
index 142190a21f2d..81a0e1b6918e 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -307,7 +307,6 @@
SUBDIR += gplot
SUBDIR += gpsmanshp
SUBDIR += gqview
- SUBDIR += gqview-devel
SUBDIR += gracula
SUBDIR += grads
SUBDIR += grafx2
diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile
deleted file mode 100644
index 4c5930b5bbd5..000000000000
--- a/graphics/gqview-devel/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Vanilla Pooh Shu <vanilla@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= gqview
-PORTVERSION= 2.1.5
-PORTREVISION= 8
-CATEGORIES= graphics
-MASTER_SITES= SF/${PORTNAME}/unstable/${PORTVERSION}
-
-MAINTAINER= oliver@FreeBSD.org
-COMMENT= Another gtk2-based graphic file viewer
-
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
-
-NO_STAGE= yes
-
-USES= pkgconfig
-USE_GNOME= gnomehier gtk20
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-
-MAN1= gqview.1
-
-CONFLICTS= gqview-1.4* gqview-2.0*
-LATEST_LINK= gqview-devel
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$$prefix/share/doc/gqview-$$VERSION|${DOCSDIR}|g' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e \
- 's|$$(datadir)/doc/gqview-$$(VERSION)/html|${DOCSDIR}/html|g' \
- ${WRKSRC}/doc/Makefile.in
- @${REINPLACE_CMD} -e 's| -r %F||' \
- ${WRKSRC}/gqview.desktop
-post-install:
- ${MKDIR} ${PREFIX}/share/gnome/apps/Graphics
- ${INSTALL_DATA} ${WRKSRC}/gqview.desktop ${PREFIX}/share/gnome/apps/Graphics
- ${INSTALL_DATA} ${WRKSRC}/gqview.png ${PREFIX}/share/pixmaps
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/graphics/gqview-devel/distinfo b/graphics/gqview-devel/distinfo
deleted file mode 100644
index 212da37063f8..000000000000
--- a/graphics/gqview-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gqview-2.1.5.tar.gz) = 12fea494e607a69eff31cdca13d306ef1b0b3b7850be0f8b236f267d8f2e9546
-SIZE (gqview-2.1.5.tar.gz) = 1685061
diff --git a/graphics/gqview-devel/files/patch-Makefile.in b/graphics/gqview-devel/files/patch-Makefile.in
deleted file mode 100644
index 4bc50ebd9c24..000000000000
--- a/graphics/gqview-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.in.orig Fri Jan 7 08:33:21 2005
-+++ Makefile.in Sun Jan 9 22:20:21 2005
-@@ -637,8 +633,7 @@
-
- info-am:
-
--install-data-am: install-desktopDATA install-iconDATA install-man \
-- install-readmeDATA
-+install-data-am: install-man
-
- install-exec-am:
-
diff --git a/graphics/gqview-devel/pkg-descr b/graphics/gqview-devel/pkg-descr
deleted file mode 100644
index 50961072f562..000000000000
--- a/graphics/gqview-devel/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Another gtk2-based graphic file viewer.
-
-WWW: http://gqview.sourceforge.net/
-
--Vanilla
-vanilla@FreeBSD.ORG
diff --git a/graphics/gqview-devel/pkg-plist b/graphics/gqview-devel/pkg-plist
deleted file mode 100644
index 86ee5e2caaab..000000000000
--- a/graphics/gqview-devel/pkg-plist
+++ /dev/null
@@ -1,85 +0,0 @@
-bin/gqview
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%DOCSDIR%%/html/gnu_fdl.txt
-%%DOCSDIR%%/html/gqview_faq.html
-%%DOCSDIR%%/html/index.html
-%%DOCSDIR%%/html/1_introduction.html
-%%DOCSDIR%%/html/2_main_window.html
-%%DOCSDIR%%/html/2_1_navigation.html
-%%DOCSDIR%%/html/2_2_menus.html
-%%DOCSDIR%%/html/2_3_layout.html
-%%DOCSDIR%%/html/2_4_file_pane.html
-%%DOCSDIR%%/html/2_5_folder_pane.html
-%%DOCSDIR%%/html/2_6_image_pane.html
-%%DOCSDIR%%/html/2_7_status_bar.html
-%%DOCSDIR%%/html/3_other_windows.html
-%%DOCSDIR%%/html/3_1_image_window.html
-%%DOCSDIR%%/html/3_2_image_properties.html
-%%DOCSDIR%%/html/4_image_management.html
-%%DOCSDIR%%/html/4_1_copy_move.html
-%%DOCSDIR%%/html/4_2_rename.html
-%%DOCSDIR%%/html/4_3_delete.html
-%%DOCSDIR%%/html/4_4_external_editing.html
-%%DOCSDIR%%/html/5_image_search.html
-%%DOCSDIR%%/html/5_1_search.html
-%%DOCSDIR%%/html/5_2_finding_duplicates.html
-%%DOCSDIR%%/html/6_collections.html
-%%DOCSDIR%%/html/7_sidebars.html
-%%DOCSDIR%%/html/7_1_exif.html
-%%DOCSDIR%%/html/7_2_sort_manager.html
-%%DOCSDIR%%/html/7_3_keywords.html
-%%DOCSDIR%%/html/8_image_presentation.html
-%%DOCSDIR%%/html/8_1_slideshow.html
-%%DOCSDIR%%/html/8_2_fullscreen.html
-%%DOCSDIR%%/html/9_printing.html
-%%DOCSDIR%%/html/10_options.html
-%%DOCSDIR%%/html/10_1_general.html
-%%DOCSDIR%%/html/10_2_image.html
-%%DOCSDIR%%/html/10_3_window.html
-%%DOCSDIR%%/html/10_4_filtering.html
-%%DOCSDIR%%/html/10_5_editor_commands.html
-%%DOCSDIR%%/html/10_6_advanced.html
-%%DOCSDIR%%/html/10_7_hidden.html
-%%DOCSDIR%%/html/11_reference.html
-%%DOCSDIR%%/html/11_1_command_line.html
-%%DOCSDIR%%/html/11_2_keyboard_shortcuts.html
-%%DOCSDIR%%/html/11_3_thumbnails.html
-%%DOCSDIR%%/html/11_4_management.html
-%%DOCSDIR%%/html/12_credits.html
-share/locale/ar/LC_MESSAGES/gqview.mo
-share/locale/be/LC_MESSAGES/gqview.mo
-share/locale/bg/LC_MESSAGES/gqview.mo
-share/locale/ca/LC_MESSAGES/gqview.mo
-share/locale/cs/LC_MESSAGES/gqview.mo
-share/locale/da/LC_MESSAGES/gqview.mo
-share/locale/de/LC_MESSAGES/gqview.mo
-share/locale/eo/LC_MESSAGES/gqview.mo
-share/locale/es/LC_MESSAGES/gqview.mo
-share/locale/et/LC_MESSAGES/gqview.mo
-share/locale/eu/LC_MESSAGES/gqview.mo
-share/locale/fi/LC_MESSAGES/gqview.mo
-share/locale/fr/LC_MESSAGES/gqview.mo
-share/locale/hu/LC_MESSAGES/gqview.mo
-share/locale/id/LC_MESSAGES/gqview.mo
-share/locale/it/LC_MESSAGES/gqview.mo
-share/locale/ja/LC_MESSAGES/gqview.mo
-share/locale/ko/LC_MESSAGES/gqview.mo
-share/locale/nl/LC_MESSAGES/gqview.mo
-share/locale/no/LC_MESSAGES/gqview.mo
-share/locale/pl/LC_MESSAGES/gqview.mo
-share/locale/pt_BR/LC_MESSAGES/gqview.mo
-share/locale/ro/LC_MESSAGES/gqview.mo
-share/locale/ru/LC_MESSAGES/gqview.mo
-share/locale/sk/LC_MESSAGES/gqview.mo
-share/locale/sl/LC_MESSAGES/gqview.mo
-share/locale/sv/LC_MESSAGES/gqview.mo
-share/locale/th/LC_MESSAGES/gqview.mo
-share/locale/tr/LC_MESSAGES/gqview.mo
-share/locale/uk/LC_MESSAGES/gqview.mo
-share/locale/vi/LC_MESSAGES/gqview.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo
-share/locale/zh_TW/LC_MESSAGES/gqview.mo
-share/gnome/apps/Graphics/gqview.desktop
-share/pixmaps/gqview.png
-@dirrm %%DOCSDIR%%/html
-@dirrm %%DOCSDIR%%