pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-thunar-vcs xfce4-thunar-vcs: remove pat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ac89207a7c9
branches:  trunk
changeset: 318883:0ac89207a7c9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 31 09:12:23 2019 +0000

description:
xfce4-thunar-vcs: remove patches that are not in distinfo

remove TODO

diffstat:

 sysutils/xfce4-thunar-vcs/TODO                                           |   2 -
 sysutils/xfce4-thunar-vcs/patches/patch-configure                        |  75 ----------
 sysutils/xfce4-thunar-vcs/patches/patch-thunar-vcs-plugin_Makefile.in    |  15 --
 sysutils/xfce4-thunar-vcs/patches/patch-thunar-vcs-plugin_tvp-provider.c |  17 --
 4 files changed, 0 insertions(+), 109 deletions(-)

diffs (125 lines):

diff -r 569b4b898296 -r 0ac89207a7c9 sysutils/xfce4-thunar-vcs/TODO
--- a/sysutils/xfce4-thunar-vcs/TODO    Thu Jan 31 09:11:35 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Decide we want to ship git, svn or both enabled.
-Maybe decide for one and optionalize the other ?
diff -r 569b4b898296 -r 0ac89207a7c9 sysutils/xfce4-thunar-vcs/patches/patch-configure
--- a/sysutils/xfce4-thunar-vcs/patches/patch-configure Thu Jan 31 09:11:35 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,75 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2018/05/19 11:47:11 youri Exp $
-
-Use thunarx-3.
-
---- configure.orig     2018-05-19 11:34:57.000000000 +0000
-+++ configure
-@@ -597,7 +597,7 @@ PACKAGE_STRING='thunar-vcs-plugin 0.1.5'
- PACKAGE_BUGREPORT='thunar-dev%xfce.org@localhost'
- PACKAGE_URL=''
- 
--ac_default_prefix=$(pkg-config --variable prefix thunarx-2 || echo /usr/local)
-+ac_default_prefix=$(pkg-config --variable prefix thunarx-3 || echo /usr/local)
- # Factoring default headers for most tests.
- ac_includes_default="\
- #include <stdio.h>
-@@ -14049,22 +14049,22 @@ fi
- 
- 
- 
--  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thunarx-2 >= 1.2.0" >&5
--$as_echo_n "checking for thunarx-2 >= 1.2.0... " >&6; }
--  if $PKG_CONFIG "--atleast-version=1.2.0" "thunarx-2" >/dev/null 2>&1; then
--    THUNARX_VERSION=`$PKG_CONFIG --modversion "thunarx-2"`
-+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thunarx-3 >= 1.2.0" >&5
-+$as_echo_n "checking for thunarx-3 >= 1.2.0... " >&6; }
-+  if $PKG_CONFIG "--atleast-version=1.2.0" "thunarx-3" >/dev/null 2>&1; then
-+    THUNARX_VERSION=`$PKG_CONFIG --modversion "thunarx-3"`
-     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $THUNARX_VERSION" >&5
- $as_echo "$THUNARX_VERSION" >&6; }
- 
-     { $as_echo "$as_me:${as_lineno-$LINENO}: checking THUNARX_CFLAGS" >&5
- $as_echo_n "checking THUNARX_CFLAGS... " >&6; }
--    THUNARX_CFLAGS=`$PKG_CONFIG --cflags "thunarx-2"`
-+    THUNARX_CFLAGS=`$PKG_CONFIG --cflags "thunarx-3"`
-     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $THUNARX_CFLAGS" >&5
- $as_echo "$THUNARX_CFLAGS" >&6; }
- 
-     { $as_echo "$as_me:${as_lineno-$LINENO}: checking THUNARX_LIBS" >&5
- $as_echo_n "checking THUNARX_LIBS... " >&6; }
--    THUNARX_LIBS=`$PKG_CONFIG --libs "thunarx-2"`
-+    THUNARX_LIBS=`$PKG_CONFIG --libs "thunarx-3"`
-     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $THUNARX_LIBS" >&5
- $as_echo "$THUNARX_LIBS" >&6; }
- 
-@@ -14076,15 +14076,15 @@ $as_echo "$THUNARX_LIBS" >&6; }
- 
- 
- 
--  elif $PKG_CONFIG --exists "thunarx-2" >/dev/null 2>&1; then
--    xdt_cv_version=`$PKG_CONFIG --modversion "thunarx-2"`
-+  elif $PKG_CONFIG --exists "thunarx-3" >/dev/null 2>&1; then
-+    xdt_cv_version=`$PKG_CONFIG --modversion "thunarx-3"`
-     { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
- $as_echo "found, but $xdt_cv_version" >&6; }
- 
- 
--      echo "*** The required package thunarx-2 was found on your system,"
-+      echo "*** The required package thunarx-3 was found on your system,"
-       echo "*** but the installed version ($xdt_cv_version) is too old."
--      echo "*** Please upgrade thunarx-2 to atleast version 1.2.0, or adjust"
-+      echo "*** Please upgrade thunarx-3 to atleast version 1.2.0, 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."
-@@ -14095,8 +14095,8 @@ $as_echo "found, but $xdt_cv_version" >&
- $as_echo "not found" >&6; }
- 
- 
--      echo "*** The required package thunarx-2 was not found on your system."
--      echo "*** Please install thunarx-2 (atleast version 1.2.0) or adjust"
-+      echo "*** The required package thunarx-3 was not found on your system."
-+      echo "*** Please install thunarx-3 (atleast version 1.2.0) 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."
diff -r 569b4b898296 -r 0ac89207a7c9 sysutils/xfce4-thunar-vcs/patches/patch-thunar-vcs-plugin_Makefile.in
--- a/sysutils/xfce4-thunar-vcs/patches/patch-thunar-vcs-plugin_Makefile.in     Thu Jan 31 09:11:35 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-thunar-vcs-plugin_Makefile.in,v 1.1 2018/05/19 11:47:11 youri Exp $
-
-Install to the new thunar plugin path.
-
---- thunar-vcs-plugin/Makefile.in.orig 2018-05-19 11:21:58.000000000 +0000
-+++ thunar-vcs-plugin/Makefile.in
-@@ -440,7 +440,7 @@ AM_CPPFLAGS = \
-       -DPACKAGE_LOCALE_DIR=\"$(localedir)\"                           \
-       $(PLATFORM_CPPFLAGS)
- 
--extensionsdir = $(libdir)/thunarx-2
-+extensionsdir = $(libdir)/thunarx-3
- extensions_LTLIBRARIES = \
-       thunar-vcs-plugin.la
- 
diff -r 569b4b898296 -r 0ac89207a7c9 sysutils/xfce4-thunar-vcs/patches/patch-thunar-vcs-plugin_tvp-provider.c
--- a/sysutils/xfce4-thunar-vcs/patches/patch-thunar-vcs-plugin_tvp-provider.c  Thu Jan 31 09:11:35 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-thunar-vcs-plugin_tvp-provider.c,v 1.1 2018/05/19 11:47:11 youri Exp $
-
-Update to reflect new thunarx API.
-
---- thunar-vcs-plugin/tvp-provider.c.orig      2016-06-29 20:09:32.000000000 +0000
-+++ thunar-vcs-plugin/tvp-provider.c
-@@ -134,8 +134,8 @@ tvp_provider_class_init (TvpProviderClas
- static void
- tvp_provider_menu_provider_init (ThunarxMenuProviderIface *iface)
- {
--  iface->get_file_actions = tvp_provider_get_file_actions;
--  iface->get_folder_actions = tvp_provider_get_folder_actions;
-+  iface->get_file_menu_items = tvp_provider_get_file_actions;
-+  iface->get_folder_menu_items = tvp_provider_get_folder_actions;
- }
- 
- 



Home | Main Index | Thread Index | Old Index