summaryrefslogtreecommitdiff
path: root/cam
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-08-26 17:16:11 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-08-26 17:16:11 +0200
commit36310d2a715c012fb7b2a18cee5a68c867c1ebdd (patch)
treeee11fcfcb8a0b2219f87a32250a7646ec0f0875f /cam
parent171cca6df565d13d6fa5c4e0be7fe04faae4e2ad (diff)
Deprecate feh-cam and gen-cam-menu (they will be removed by 2013)
Most screenshot-based webcams are no longer around, and I don't think the few remaining ones need the feh-cam tool. Unless I get lots of mails from people still using it, of course.
Diffstat (limited to 'cam')
-rwxr-xr-xcam/feh-cam3
-rwxr-xr-xcam/gen-cam-menu3
2 files changed, 6 insertions, 0 deletions
diff --git a/cam/feh-cam b/cam/feh-cam
index 014b22b..29b254f 100755
--- a/cam/feh-cam
+++ b/cam/feh-cam
@@ -30,6 +30,9 @@ my $DEBUG = 0;
# check args
&print_usage_and_exit unless (@ARGV);
+print STDERR "Note: feh-cam will be removed from the feh distribution in 2013.\n";
+print STDERR "Please mail derf\@finalrewind.org if you still use it.\n";
+
# Url, Refresh, and bookmarks
my $url = "";
diff --git a/cam/gen-cam-menu b/cam/gen-cam-menu
index 198c74c..710070b 100755
--- a/cam/gen-cam-menu
+++ b/cam/gen-cam-menu
@@ -29,6 +29,9 @@ F_MENU=$HOME"/.enlightenment/"$F_MENUFILE;
cp -f $C_MENU $C_MENU"-cam_menu.backup"
cp -f $F_MENU $F_MENU"-cam_menu.backup"
+echo "Note: gen-cam-menu will be removed from the feh distribution by 2013." > /dev/stderr
+echo "Please mail derf@finalrewind.org if you still use it." > /dev/stderr
+
# generate cam menu
echo "Generating \""$C_MENU"\".";
echo "\"$TITLE\"" > "$C_MENU";