From fac9cd991e8f3d0863469243afabd0853cb82465 Mon Sep 17 00:00:00 2001 From: landry Date: Tue, 18 Jan 2011 20:53:58 +0000 Subject: [PATCH] Grab patches from debian to port to thunarx-2. --- x11/xfce4/thunar-media-tags/Makefile | 16 +- .../thunar-media-tags/patches/patch-configure | 99 +++++++++++++ .../patches/patch-thunar-plugin_Makefile_in | 28 ++++ .../patch-thunar-plugin_audio-tags-page_c | 137 ++++++++++++++++++ .../patches/patch-thunar-plugin_tag-renamer_c | 53 +++++++ x11/xfce4/thunar-media-tags/pkg/PFRAG.shared | 4 +- x11/xfce4/thunar-media-tags/pkg/PLIST | 8 +- 7 files changed, 330 insertions(+), 15 deletions(-) create mode 100644 x11/xfce4/thunar-media-tags/patches/patch-configure create mode 100644 x11/xfce4/thunar-media-tags/patches/patch-thunar-plugin_Makefile_in create mode 100644 x11/xfce4/thunar-media-tags/patches/patch-thunar-plugin_audio-tags-page_c create mode 100644 x11/xfce4/thunar-media-tags/patches/patch-thunar-plugin_tag-renamer_c diff --git a/x11/xfce4/thunar-media-tags/Makefile b/x11/xfce4/thunar-media-tags/Makefile index 39d3ef30898..738cc6afbb2 100644 --- a/x11/xfce4/thunar-media-tags/Makefile +++ b/x11/xfce4/thunar-media-tags/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.14 2010/11/22 08:37:06 espie Exp $ +# $OpenBSD: Makefile,v 1.15 2011/01/18 20:53:58 landry Exp $ COMMENT= Thunar media tags plugin XFCE_VERSION= 0.1.2 THUNAR_PLUGIN= thunar-media-tags-plugin -REVISION= 10 +REVISION= 11 # GPLv3 PERMIT_PACKAGE_CDROM= Yes @@ -14,15 +14,13 @@ PERMIT_DISTFILES_FTP= Yes MODULES= x11/xfce4 -WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \ - Xfixes Xi Xinerama Xrandr Xrender atk-1.0 cairo exo-0.3 \ +WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \ + Xfixes Xi Xinerama Xrandr Xrender atk-1.0 cairo \ expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \ gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 \ - gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ - pcre pixman-1 png startup-notification-1 stdc++ \ - xfce4util z pthread-stubs xcb xcb-atom xcb-aux xcb-event \ - execinfo gamin-1 thunarx-1 thunar-vfs-1 tag tag_c \ - xcb-render xcb-render-util + gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ + pcre pixman-1 png stdc++ z pthread-stubs xcb \ + thunarx-2 tag tag_c xcb-render GL Xxf86vm drm xcb-shm LIB_DEPENDS= x11/xfce4/thunar \ audio/taglib diff --git a/x11/xfce4/thunar-media-tags/patches/patch-configure b/x11/xfce4/thunar-media-tags/patches/patch-configure new file mode 100644 index 00000000000..47ea4dcd387 --- /dev/null +++ b/x11/xfce4/thunar-media-tags/patches/patch-configure @@ -0,0 +1,99 @@ +$OpenBSD: patch-configure,v 1.1 2011/01/18 20:53:58 landry Exp $ +--- configure.orig Sat Jan 15 23:13:49 2011 ++++ configure Sat Jan 15 23:14:53 2011 +@@ -22462,22 +22462,22 @@ echo "${ECHO_T}$xdt_cv_PKG_CONFIG_VERSION" >&6; } + fi + + +- { echo "$as_me:$LINENO: checking for exo-0.3 >= 0.3.1.3" >&5 +-echo $ECHO_N "checking for exo-0.3 >= 0.3.1.3... $ECHO_C" >&6; } +- if $PKG_CONFIG "--atleast-version=0.3.1.3" "exo-0.3" >/dev/null 2>&1; then +- EXO_VERSION=`$PKG_CONFIG --modversion "exo-0.3"` ++ { echo "$as_me:$LINENO: checking for exo-1 >= 0.3.1.3" >&5 ++echo $ECHO_N "checking for exo-1 >= 0.3.1.3... $ECHO_C" >&6; } ++ if $PKG_CONFIG "--atleast-version=0.3.1.3" "exo-1" >/dev/null 2>&1; then ++ EXO_VERSION=`$PKG_CONFIG --modversion "exo-1"` + { echo "$as_me:$LINENO: result: $EXO_VERSION" >&5 + echo "${ECHO_T}$EXO_VERSION" >&6; } + + { echo "$as_me:$LINENO: checking EXO_CFLAGS" >&5 + echo $ECHO_N "checking EXO_CFLAGS... $ECHO_C" >&6; } +- EXO_CFLAGS=`$PKG_CONFIG --cflags "exo-0.3"` ++ EXO_CFLAGS=`$PKG_CONFIG --cflags "exo-1"` + { echo "$as_me:$LINENO: result: $EXO_CFLAGS" >&5 + echo "${ECHO_T}$EXO_CFLAGS" >&6; } + + { echo "$as_me:$LINENO: checking EXO_LIBS" >&5 + echo $ECHO_N "checking EXO_LIBS... $ECHO_C" >&6; } +- EXO_LIBS=`$PKG_CONFIG --libs "exo-0.3"` ++ EXO_LIBS=`$PKG_CONFIG --libs "exo-1"` + { echo "$as_me:$LINENO: result: $EXO_LIBS" >&5 + echo "${ECHO_T}$EXO_LIBS" >&6; } + +@@ -22489,15 +22489,15 @@ echo "${ECHO_T}$EXO_LIBS" >&6; } + + + +- elif $PKG_CONFIG --exists "exo-0.3" >/dev/null 2>&1; then +- xdt_cv_version=`$PKG_CONFIG --modversion "exo-0.3"` ++ elif $PKG_CONFIG --exists "exo-1" >/dev/null 2>&1; then ++ xdt_cv_version=`$PKG_CONFIG --modversion "exo-1"` + { echo "$as_me:$LINENO: result: found, but $xdt_cv_version" >&5 + echo "${ECHO_T}found, but $xdt_cv_version" >&6; } + + +- echo "*** The required package exo-0.3 was found on your system," ++ echo "*** The required package exo-1 was found on your system," + echo "*** but the installed version ($xdt_cv_version) is too old." +- echo "*** Please upgrade exo-0.3 to atleast version 0.3.1.3, or adjust" ++ echo "*** Please upgrade exo-1 to atleast version 0.3.1.3, or adjust" + echo "*** the PKG_CONFIG_PATH environment variable if you installed" + echo "*** the new version of the package in a nonstandard prefix so" + echo "*** pkg-config is able to find it." +@@ -22508,8 +22508,8 @@ echo "${ECHO_T}found, but $xdt_cv_version" >&6; } + echo "${ECHO_T}not found" >&6; } + + +- echo "*** The required package exo-0.3 was not found on your system." +- echo "*** Please install exo-0.3 (atleast version 0.3.1.3) or adjust" ++ echo "*** The required package exo-1 was not found on your system." ++ echo "*** Please install exo-1 (atleast version 0.3.1.3) or adjust" + echo "*** the PKG_CONFIG_PATH environment variable if you" + echo "*** installed the package in a nonstandard prefix so that" + echo "*** pkg-config is able to find it." +@@ -22602,20 +22602,20 @@ echo "${ECHO_T}$xdt_cv_PKG_CONFIG_VERSION" >&6; } + + { echo "$as_me:$LINENO: checking for thunarx-1 >= 0.2.3svn-r20526" >&5 + echo $ECHO_N "checking for thunarx-1 >= 0.2.3svn-r20526... $ECHO_C" >&6; } +- if $PKG_CONFIG "--atleast-version=0.2.3svn-r20526" "thunarx-1" >/dev/null 2>&1; then +- THUNARX_VERSION=`$PKG_CONFIG --modversion "thunarx-1"` ++ if $PKG_CONFIG "--atleast-version=0.2.3svn-r20526" "thunarx-2" >/dev/null 2>&1; then ++ THUNARX_VERSION=`$PKG_CONFIG --modversion "thunarx-2"` + { echo "$as_me:$LINENO: result: $THUNARX_VERSION" >&5 + echo "${ECHO_T}$THUNARX_VERSION" >&6; } + + { echo "$as_me:$LINENO: checking THUNARX_CFLAGS" >&5 + echo $ECHO_N "checking THUNARX_CFLAGS... $ECHO_C" >&6; } +- THUNARX_CFLAGS=`$PKG_CONFIG --cflags "thunarx-1"` ++ THUNARX_CFLAGS=`$PKG_CONFIG --cflags "thunarx-2"` + { echo "$as_me:$LINENO: result: $THUNARX_CFLAGS" >&5 + echo "${ECHO_T}$THUNARX_CFLAGS" >&6; } + + { echo "$as_me:$LINENO: checking THUNARX_LIBS" >&5 + echo $ECHO_N "checking THUNARX_LIBS... $ECHO_C" >&6; } +- THUNARX_LIBS=`$PKG_CONFIG --libs "thunarx-1"` ++ THUNARX_LIBS=`$PKG_CONFIG --libs "thunarx-2"` + { echo "$as_me:$LINENO: result: $THUNARX_LIBS" >&5 + echo "${ECHO_T}$THUNARX_LIBS" >&6; } + +@@ -22627,8 +22627,8 @@ echo "${ECHO_T}$THUNARX_LIBS" >&6; } + + + +- elif $PKG_CONFIG --exists "thunarx-1" >/dev/null 2>&1; then +- xdt_cv_version=`$PKG_CONFIG --modversion "thunarx-1"` ++ elif $PKG_CONFIG --exists "thunarx-2" >/dev/null 2>&1; then ++ xdt_cv_version=`$PKG_CONFIG --modversion "thunarx-2"` + { echo "$as_me:$LINENO: result: found, but $xdt_cv_version" >&5 + echo "${ECHO_T}found, but $xdt_cv_version" >&6; } + diff --git a/x11/xfce4/thunar-media-tags/patches/patch-thunar-plugin_Makefile_in b/x11/xfce4/thunar-media-tags/patches/patch-thunar-plugin_Makefile_in new file mode 100644 index 00000000000..144de6d09a4 --- /dev/null +++ b/x11/xfce4/thunar-media-tags/patches/patch-thunar-plugin_Makefile_in @@ -0,0 +1,28 @@ +$OpenBSD: patch-thunar-plugin_Makefile_in,v 1.1 2011/01/18 20:53:58 landry Exp $ +--- thunar-plugin/Makefile.in.orig Sat Jan 15 23:13:31 2011 ++++ thunar-plugin/Makefile.in Sat Jan 15 23:13:46 2011 +@@ -266,7 +266,7 @@ INCLUDES = \ + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ + $(PLATFORM_CPPFLAGS) + +-extensionsdir = $(libdir)/thunarx-1 ++extensionsdir = $(libdir)/thunarx-2 + extensions_LTLIBRARIES = \ + thunar-media-tags-plugin.la + +@@ -283,7 +283,6 @@ thunar_media_tags_plugin_la_CFLAGS = \ + $(EXO_CFLAGS) \ + $(PLATFORM_CFLAGS) \ + $(THUNARX_CFLAGS) \ +- $(THUNARVFS_CFLAGS) \ + $(TAGLIB_CFLAGS) \ + $(TAGLIBC_CFLAGS) + +@@ -292,7 +291,6 @@ thunar_media_tags_plugin_la_LDFLAGS = \ + -export-dynamic \ + -module \ + $(THUNARX_LIBS) \ +- $(THUNARVFS_LIBS) \ + $(TAGLIB_LIBS) \ + $(TAGLIBC_LIBS) \ + $(PLATFORM_LDFLAGS) diff --git a/x11/xfce4/thunar-media-tags/patches/patch-thunar-plugin_audio-tags-page_c b/x11/xfce4/thunar-media-tags/patches/patch-thunar-plugin_audio-tags-page_c new file mode 100644 index 00000000000..9eb43c28d3b --- /dev/null +++ b/x11/xfce4/thunar-media-tags/patches/patch-thunar-plugin_audio-tags-page_c @@ -0,0 +1,137 @@ +$OpenBSD: patch-thunar-plugin_audio-tags-page_c,v 1.1 2011/01/18 20:53:58 landry Exp $ +http://svn.debian.org/viewsvn/pkg-xfce/goodies/branches/experimental/thunar-media-tags-plugin/debian/patches/ +--- thunar-plugin/audio-tags-page.c.orig Sun Jan 16 01:19:49 2011 ++++ thunar-plugin/audio-tags-page.c Sun Jan 16 01:22:47 2011 +@@ -32,7 +32,6 @@ + #include + + #include +-#include + + #include + +@@ -90,7 +90,6 @@ struct _AudioTagsPage + ThunarxPropertyPage __parent__; + + /* Widgets */ +- GtkTooltips *tooltips; + GtkWidget *table; + GtkWidget *save_button; + GtkWidget *info_button; +@@ -282,10 +281,6 @@ audio_tags_page_init (AudioTagsPage *page) + + gtk_container_set_border_width (GTK_CONTAINER (page), 8); + +- /* Allocate the shared tooltips */ +- page->tooltips = gtk_tooltips_new (); +- exo_gtk_object_ref_sink (GTK_OBJECT (page->tooltips)); +- + /* Main container */ + vbox = gtk_vbox_new (FALSE, 8); + gtk_container_add (GTK_CONTAINER (page), vbox); +@@ -317,7 +312,7 @@ audio_tags_page_init (AudioTagsPage *page) + /* Track spin button */ + spin = gtk_spin_button_new (GTK_ADJUSTMENT (adjustment), 1, 0); + exo_mutual_binding_new (G_OBJECT (adjustment), "value", G_OBJECT (page), "track"); +- gtk_tooltips_set_tip (page->tooltips, spin, _("Enter the track number here."), NULL); ++ gtk_widget_set_tooltip_text (GTK_WIDGET (spin), _("Enter the track number here.")); + gtk_container_add (GTK_CONTAINER (alignment), spin); + gtk_label_set_mnemonic_widget (GTK_LABEL (label), spin); + gtk_widget_show (spin); +@@ -340,7 +335,7 @@ audio_tags_page_init (AudioTagsPage *page) + /* Year spin button */ + spin = gtk_spin_button_new (GTK_ADJUSTMENT (adjustment), 1, 0); + exo_mutual_binding_new (G_OBJECT (adjustment), "value", G_OBJECT (page), "year"); +- gtk_tooltips_set_tip (page->tooltips, spin, _("Enter the release year here."), NULL); ++ gtk_widget_set_tooltip_text (GTK_WIDGET (spin), _("Enter the release year here.")); + gtk_container_add (GTK_CONTAINER (alignment), spin); + gtk_label_set_mnemonic_widget (GTK_LABEL (label), spin); + gtk_widget_show (spin); +@@ -355,7 +350,7 @@ audio_tags_page_init (AudioTagsPage *page) + /* Artist entry */ + entry = gtk_entry_new (); + exo_mutual_binding_new (G_OBJECT (entry), "text", G_OBJECT (page), "artist"); +- gtk_tooltips_set_tip (page->tooltips, entry, _("Enter the name of the artist or author of this file here."), NULL); ++ gtk_widget_set_tooltip_text (GTK_WIDGET (entry), _("Enter the name of the artist or author of this file here.")); + gtk_table_attach (GTK_TABLE (page->table), entry, 1, 4, 1, 2, GTK_EXPAND | GTK_FILL, 0, 0, 0); + gtk_label_set_mnemonic_widget (GTK_LABEL (label), entry); + gtk_widget_show (entry); +@@ -370,7 +365,7 @@ audio_tags_page_init (AudioTagsPage *page) + /* Title entry */ + entry = gtk_entry_new (); + exo_mutual_binding_new (G_OBJECT (entry), "text", G_OBJECT (page), "title"); +- gtk_tooltips_set_tip (page->tooltips, entry, _("Enter the song title here."), NULL); ++ gtk_widget_set_tooltip_text (GTK_WIDGET (entry), _("Enter the song title here.")); + gtk_table_attach (GTK_TABLE (page->table), entry, 1, 4, 2, 3, GTK_EXPAND | GTK_FILL, 0, 0, 0); + gtk_widget_show (entry); + +@@ -384,7 +379,7 @@ audio_tags_page_init (AudioTagsPage *page) + /* Album entry */ + entry = gtk_entry_new (); + exo_mutual_binding_new (G_OBJECT (entry), "text", G_OBJECT (page), "album"); +- gtk_tooltips_set_tip (page->tooltips, entry, _("Enter the album/record title here."), NULL); ++ gtk_widget_set_tooltip_text (GTK_WIDGET (entry), _("Enter the album/record title here.")); + gtk_table_attach (GTK_TABLE (page->table), entry, 1, 4, 3, 4, GTK_EXPAND | GTK_FILL, 0, 0, 0); + gtk_widget_show (entry); + +@@ -398,7 +393,7 @@ audio_tags_page_init (AudioTagsPage *page) + /* Comment entry */ + entry = gtk_entry_new (); + exo_mutual_binding_new (G_OBJECT (entry), "text", G_OBJECT (page), "comment"); +- gtk_tooltips_set_tip (page->tooltips, entry, _("Enter your comments here."), NULL); ++ gtk_widget_set_tooltip_text (GTK_WIDGET (entry), _("Enter your comments here.")); + gtk_table_attach (GTK_TABLE (page->table), entry, 1, 4, 4, 5, GTK_EXPAND | GTK_FILL, 0, 0, 0); + gtk_widget_show (entry); + +@@ -412,7 +407,7 @@ audio_tags_page_init (AudioTagsPage *page) + /* Genre combo box */ + combo = gtk_combo_box_entry_new_text (); + exo_mutual_binding_new (G_OBJECT (GTK_BIN (combo)->child), "text", G_OBJECT (page), "genre"); +- gtk_tooltips_set_tip (page->tooltips, combo, _("Select or enter the genre of this song here."), NULL); ++ gtk_widget_set_tooltip_text (GTK_WIDGET (combo), _("Select or enter the genre of this song here.")); + gtk_table_attach (GTK_TABLE (page->table), combo, 1, 4, 5, 6, GTK_FILL, 0, 0, 0); + gtk_widget_show (combo); + +@@ -511,9 +506,6 @@ audio_tags_page_finalize (GObject *object) + + if (G_LIKELY (page->genre != NULL)) + g_free (page->genre); +- +- /* Release the tooltips */ +- g_object_unref (G_OBJECT (page->tooltips)); + + (*G_OBJECT_CLASS (audio_tags_page_parent_class)->finalize) (object); + } +@@ -969,8 +968,8 @@ audio_tags_page_info_activate (GtkAction *action, + + gchar *mimetype; + +- ThunarVfsInfo *vfs_info; +- gchar *filename; ++ GFileInfo *fileinfo; ++ const char *filename; + gchar *filesize; + + g_return_val_if_fail (page != NULL || IS_AUDIO_TAGS_PAGE (page), FALSE); +@@ -999,9 +998,9 @@ audio_tags_page_info_activate (GtkAction *action, + + /* Additional information */ + mimetype = thunarx_file_info_get_mime_type (page->file); +- vfs_info = thunarx_file_info_get_vfs_info (page->file); +- filename = vfs_info->display_name; +- filesize = thunar_vfs_humanize_size (vfs_info->size, NULL, 0); ++ fileinfo = thunarx_file_info_get_file_info (page->file); ++ filename = g_file_info_get_display_name (fileinfo); ++ filesize = g_format_size_for_display (g_file_info_get_size (fileinfo)); + + /* Create layout table */ + table = gtk_table_new (7, 2, FALSE); +@@ -1113,7 +1112,7 @@ audio_tags_page_info_activate (GtkAction *action, + g_free (filesize); + g_free (mimetype); + +- thunar_vfs_info_unref (vfs_info); ++ g_object_unref (fileinfo); + + return TRUE; + } diff --git a/x11/xfce4/thunar-media-tags/patches/patch-thunar-plugin_tag-renamer_c b/x11/xfce4/thunar-media-tags/patches/patch-thunar-plugin_tag-renamer_c new file mode 100644 index 00000000000..5b1133e39ce --- /dev/null +++ b/x11/xfce4/thunar-media-tags/patches/patch-thunar-plugin_tag-renamer_c @@ -0,0 +1,53 @@ +$OpenBSD: patch-thunar-plugin_tag-renamer_c,v 1.1 2011/01/18 20:53:58 landry Exp $ +http://svn.debian.org/viewsvn/pkg-xfce/goodies/branches/experimental/thunar-media-tags-plugin/debian/patches/ +--- thunar-plugin/tag-renamer.c.orig Sat Jun 17 21:10:05 2006 ++++ thunar-plugin/tag-renamer.c Sat Jan 15 23:11:13 2011 +@@ -116,9 +116,6 @@ struct _TagRenamer + { + ThunarxRenamer __parent__; + +- /* Widgets */ +- GtkTooltips *tooltips; +- + /* Properties */ + TagRenamerFormat format; + gboolean replace_spaces; +@@ -209,10 +206,6 @@ tag_renamer_init (TagRenamer *tag_renamer) + GEnumClass *klass; + gint n; + +- /* Allocate shared tooltips */ +- tag_renamer->tooltips = gtk_tooltips_new (); +- exo_gtk_object_ref_sink (GTK_OBJECT (tag_renamer->tooltips)); +- + table = gtk_table_new (2, 3, FALSE); + gtk_table_set_row_spacings (GTK_TABLE (table), 6); + gtk_table_set_col_spacings (GTK_TABLE (table), 12); +@@ -245,14 +238,14 @@ tag_renamer_init (TagRenamer *tag_renamer) + + button = gtk_check_button_new_with_mnemonic (_("_Underscores")); + exo_mutual_binding_new (G_OBJECT (button), "active", G_OBJECT (tag_renamer), "replace-spaces"); +- gtk_tooltips_set_tip (tag_renamer->tooltips, button, _("Activating this option will replace all spaces in the target filename " +- "with underscores."), NULL); ++ gtk_widget_set_tooltip_text (GTK_WIDGET (button), _("Activating this option will replace all spaces in the target filename " ++ "with underscores.")); + gtk_table_attach (GTK_TABLE (table), button, 2, 3, 0, 1, GTK_FILL, 0, 0, 0); + gtk_widget_show (button); + + button = gtk_check_button_new_with_mnemonic (_("_Lowercase")); + exo_mutual_binding_new (G_OBJECT (button), "active", G_OBJECT (tag_renamer), "lowercase"); +- gtk_tooltips_set_tip (tag_renamer->tooltips, button, _("If you activate this, the resulting filename will only contain lowercase letters."), NULL); ++ gtk_widget_set_tooltip_text (GTK_WIDGET (button), _("If you activate this, the resulting filename will only contain lowercase letters.")); + gtk_table_attach (GTK_TABLE (table), button, 2, 3, 1, 2, GTK_FILL, 0, 0, 0); + gtk_widget_show (button); + +@@ -271,9 +264,6 @@ static void + tag_renamer_finalize (GObject *object) + { + TagRenamer *tag_renamer = TAG_RENAMER (object); +- +- /* release the tooltips */ +- g_object_unref (G_OBJECT (tag_renamer->tooltips)); + + /* Free strings */ + g_free (tag_renamer->artist); diff --git a/x11/xfce4/thunar-media-tags/pkg/PFRAG.shared b/x11/xfce4/thunar-media-tags/pkg/PFRAG.shared index 58e11d0ff2d..a8c461fe39a 100644 --- a/x11/xfce4/thunar-media-tags/pkg/PFRAG.shared +++ b/x11/xfce4/thunar-media-tags/pkg/PFRAG.shared @@ -1,2 +1,2 @@ -@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/07/04 19:23:37 jasper Exp $ -lib/thunarx-1/thunar-media-tags-plugin.so +@comment $OpenBSD: PFRAG.shared,v 1.2 2011/01/18 20:53:58 landry Exp $ +lib/thunarx-2/thunar-media-tags-plugin.so diff --git a/x11/xfce4/thunar-media-tags/pkg/PLIST b/x11/xfce4/thunar-media-tags/pkg/PLIST index 11674fb9ad9..65463eb2d08 100644 --- a/x11/xfce4/thunar-media-tags/pkg/PLIST +++ b/x11/xfce4/thunar-media-tags/pkg/PLIST @@ -1,8 +1,8 @@ -@comment $OpenBSD: PLIST,v 1.2 2008/07/08 11:45:38 landry Exp $ +@comment $OpenBSD: PLIST,v 1.3 2011/01/18 20:53:58 landry Exp $ %%SHARED%% -lib/thunarx-1/ -lib/thunarx-1/thunar-media-tags-plugin.a -lib/thunarx-1/thunar-media-tags-plugin.la +lib/thunarx-2/ +lib/thunarx-2/thunar-media-tags-plugin.a +lib/thunarx-2/thunar-media-tags-plugin.la share/locale/ca/LC_MESSAGES/thunar-media-tags-plugin.mo share/locale/cs/LC_MESSAGES/thunar-media-tags-plugin.mo share/locale/de/LC_MESSAGES/thunar-media-tags-plugin.mo