summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author dsomero <xgizzmo@slackbuilds.org>2012-08-16 18:42:16 -0400
committer Robby Workman <rworkman@slackbuilds.org>2012-08-17 23:07:18 -0500
commitba7673610a2c1b13a9e45e7266172b349541231c (patch)
treeac69d54bb67b18bc0a791181aa0c4cb41ef59e73 /desktop
parent24139c6629ad163309ec4d43fd25b4c49bd0773b (diff)
downloadslackbuilds-ba7673610a2c1b13a9e45e7266172b349541231c.tar.gz
slackbuilds-ba7673610a2c1b13a9e45e7266172b349541231c.tar.xz
desktop/xfce4-screenshooter: Removed (part of Slackware 14.0)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/xfce4-screenshooter/README5
-rw-r--r--desktop/xfce4-screenshooter/doinst.sh10
-rw-r--r--desktop/xfce4-screenshooter/patches/fix_crash_when_config_is_not_yet_present.diff34
-rw-r--r--desktop/xfce4-screenshooter/patches/xfce4-screenshooter-1.7.9-no_libsoup.diff364
-rw-r--r--desktop/xfce4-screenshooter/slack-desc19
-rw-r--r--desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild115
-rw-r--r--desktop/xfce4-screenshooter/xfce4-screenshooter.info9
7 files changed, 0 insertions, 556 deletions
diff --git a/desktop/xfce4-screenshooter/README b/desktop/xfce4-screenshooter/README
deleted file mode 100644
index 21fcb3d790..0000000000
--- a/desktop/xfce4-screenshooter/README
+++ /dev/null
@@ -1,5 +0,0 @@
-xfce4-screenshooter-plugin adds a panel button that allows you to
-take screenshots. It's similar to the gnome-screenshot function.
-
-libsoup is an optional dependency. To enable its use, pass
-SOUPFORME=yes to the script.
diff --git a/desktop/xfce4-screenshooter/doinst.sh b/desktop/xfce4-screenshooter/doinst.sh
deleted file mode 100644
index 1f8ff67ded..0000000000
--- a/desktop/xfce4-screenshooter/doinst.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
-fi
-
-if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi
-
diff --git a/desktop/xfce4-screenshooter/patches/fix_crash_when_config_is_not_yet_present.diff b/desktop/xfce4-screenshooter/patches/fix_crash_when_config_is_not_yet_present.diff
deleted file mode 100644
index a91ce62915..0000000000
--- a/desktop/xfce4-screenshooter/patches/fix_crash_when_config_is_not_yet_present.diff
+++ /dev/null
@@ -1,34 +0,0 @@
-From 0dee91880c1cdb78a42ec0f4710c7457442ec34b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Guelfucci?= <jeromeg@xfce.org>
-Date: Fri, 21 May 2010 10:14:26 +0200
-Subject: [PATCH] Fix a crash when the config file does not exist yet (bug
- #6460).
-
-Calling xfce_rc_close on a NULL rc file is not exactly a good idea.
-Patch by Thomas (tg42@gmx.de).
----
- lib/screenshooter-utils.c | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/lib/screenshooter-utils.c b/lib/screenshooter-utils.c
-index 9615c66..ec84657 100644
---- a/lib/screenshooter-utils.c
-+++ b/lib/screenshooter-utils.c
-@@ -94,11 +94,11 @@ screenshooter_read_rc_file (const gchar *file, ScreenshotData *sd)
- g_free (title);
- title =
- g_strdup (xfce_rc_read_entry (rc, "title", _("Screenshot")));
-- }
-
-- TRACE ("Close the rc file");
-+ TRACE ("Close the rc file");
-
-- xfce_rc_close (rc);
-+ xfce_rc_close (rc);
-+ }
- }
-
- /* And set the sd values */
---
-1.7.9
-
diff --git a/desktop/xfce4-screenshooter/patches/xfce4-screenshooter-1.7.9-no_libsoup.diff b/desktop/xfce4-screenshooter/patches/xfce4-screenshooter-1.7.9-no_libsoup.diff
deleted file mode 100644
index 419305b2f3..0000000000
--- a/desktop/xfce4-screenshooter/patches/xfce4-screenshooter-1.7.9-no_libsoup.diff
+++ /dev/null
@@ -1,364 +0,0 @@
-diff -Nur xfce4-screenshooter-1.7.9.orig//Makefile.in xfce4-screenshooter-1.7.9/Makefile.in
---- xfce4-screenshooter-1.7.9.orig//Makefile.in 2010-02-07 07:45:15.000000000 -0600
-+++ xfce4-screenshooter-1.7.9/Makefile.in 2010-05-23 01:04:12.713542580 -0500
-@@ -91,8 +91,7 @@
- lib/lib_libscreenshooter_la-screenshooter-dialogs.lo \
- lib/lib_libscreenshooter_la-screenshooter-job.lo \
- lib/lib_libscreenshooter_la-screenshooter-simple-job.lo \
-- lib/lib_libscreenshooter_la-screenshooter-utils.lo \
-- lib/lib_libscreenshooter_la-screenshooter-zimagez.lo
-+ lib/lib_libscreenshooter_la-screenshooter-utils.lo
- lib_libscreenshooter_la_OBJECTS = \
- $(am_lib_libscreenshooter_la_OBJECTS)
- lib_libscreenshooter_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
-@@ -412,8 +411,7 @@
- lib/screenshooter-global.h \
- lib/screenshooter-job.c lib/screenshooter-job.h \
- lib/screenshooter-simple-job.c lib/screenshooter-simple-job.h \
-- lib/screenshooter-utils.c lib/screenshooter-utils.h \
-- lib/screenshooter-zimagez.c lib/screenshooter-zimagez.h
-+ lib/screenshooter-utils.c lib/screenshooter-utils.h
-
- lib_libscreenshooter_la_CFLAGS = \
- -I$(top_srcdir) \
-@@ -528,9 +526,7 @@
- astimagesdir = $(datadir)/xfce4/doc/ast/images
- astimages_DATA = \
- docs/manual/ast/images/xfce4-screenshooter-dialog1.png \
-- docs/manual/ast/images/xfce4-screenshooter-dialog2.png \
-- docs/manual/ast/images/xfce4-screenshooter-zimagez-login-dialog.png \
-- docs/manual/ast/images/xfce4-screenshooter-zimagez-result-dialog.png
-+ docs/manual/ast/images/xfce4-screenshooter-dialog2.png
-
-
- # C documentation
-@@ -539,9 +535,7 @@
- cimagesdir = $(datadir)/xfce4/doc/C/images
- cimages_DATA = \
- docs/manual/C/images/xfce4-screenshooter-dialog1.png \
-- docs/manual/C/images/xfce4-screenshooter-dialog2.png \
-- docs/manual/C/images/xfce4-screenshooter-zimagez-login-dialog.png \
-- docs/manual/C/images/xfce4-screenshooter-zimagez-result-dialog.png
-+ docs/manual/C/images/xfce4-screenshooter-dialog2.png
-
-
- # Catalan documentation
-@@ -550,9 +544,7 @@
- caimagesdir = $(datadir)/xfce4/doc/ca/images
- caimages_DATA = \
- docs/manual/ca/images/xfce4-screenshooter-dialog1.png \
-- docs/manual/ca/images/xfce4-screenshooter-dialog2.png \
-- docs/manual/ca/images/xfce4-screenshooter-zimagez-login-dialog.png \
-- docs/manual/ca/images/xfce4-screenshooter-zimagez-result-dialog.png
-+ docs/manual/ca/images/xfce4-screenshooter-dialog2.png
-
-
- # Danish documentation
-@@ -561,9 +553,7 @@
- daimagesdir = $(datadir)/xfce4/doc/da/images
- daimages_DATA = \
- docs/manual/da/images/xfce4-screenshooter-dialog1.png \
-- docs/manual/da/images/xfce4-screenshooter-dialog2.png \
-- docs/manual/da/images/xfce4-screenshooter-zimagez-login-dialog.png \
-- docs/manual/da/images/xfce4-screenshooter-zimagez-result-dialog.png
-+ docs/manual/da/images/xfce4-screenshooter-dialog2.png
-
-
- # Portuguese documentation
-@@ -572,9 +562,7 @@
- ptimagesdir = $(datadir)/xfce4/doc/pt/images
- ptimages_DATA = \
- docs/manual/pt/images/xfce4-screenshooter-dialog1.png \
-- docs/manual/pt/images/xfce4-screenshooter-dialog2.png \
-- docs/manual/pt/images/xfce4-screenshooter-zimagez-login-dialog.png \
-- docs/manual/pt/images/xfce4-screenshooter-zimagez-result-dialog.png
-+ docs/manual/pt/images/xfce4-screenshooter-dialog2.png
-
-
- # Spanish documentation
-@@ -583,9 +571,7 @@
- esimagesdir = $(datadir)/xfce4/doc/es/images
- esimages_DATA = \
- docs/manual/es/images/xfce4-screenshooter-dialog1.png \
-- docs/manual/es/images/xfce4-screenshooter-dialog2.png \
-- docs/manual/es/images/xfce4-screenshooter-zimagez-login-dialog.png \
-- docs/manual/es/images/xfce4-screenshooter-zimagez-result-dialog.png
-+ docs/manual/es/images/xfce4-screenshooter-dialog2.png
-
-
- # French documentation
-@@ -594,9 +580,7 @@
- frimagesdir = $(datadir)/xfce4/doc/fr/images
- frimages_DATA = \
- docs/manual/fr/images/xfce4-screenshooter-dialog1.png \
-- docs/manual/fr/images/xfce4-screenshooter-dialog2.png \
-- docs/manual/fr/images/xfce4-screenshooter-zimagez-login-dialog.png \
-- docs/manual/fr/images/xfce4-screenshooter-zimagez-result-dialog.png
-+ docs/manual/fr/images/xfce4-screenshooter-dialog2.png
-
-
- # Galician documentation
-@@ -605,9 +589,7 @@
- glimagesdir = $(datadir)/xfce4/doc/gl/images
- glimages_DATA = \
- docs/manual/gl/images/xfce4-screenshooter-dialog1.png \
-- docs/manual/gl/images/xfce4-screenshooter-dialog2.png \
-- docs/manual/gl/images/xfce4-screenshooter-zimagez-login-dialog.png \
-- docs/manual/gl/images/xfce4-screenshooter-zimagez-result-dialog.png
-+ docs/manual/gl/images/xfce4-screenshooter-dialog2.png
-
-
- # Indonesian documentation
-@@ -616,9 +598,7 @@
- idimagesdir = $(datadir)/xfce4/doc/id/images
- idimages_DATA = \
- docs/manual/id/images/xfce4-screenshooter-dialog1.png \
-- docs/manual/id/images/xfce4-screenshooter-dialog2.png \
-- docs/manual/id/images/xfce4-screenshooter-zimagez-login-dialog.png \
-- docs/manual/id/images/xfce4-screenshooter-zimagez-result-dialog.png
-+ docs/manual/id/images/xfce4-screenshooter-dialog2.png
-
-
- # Italian documentation
-@@ -627,9 +607,7 @@
- itimagesdir = $(datadir)/xfce4/doc/it/images
- itimages_DATA = \
- docs/manual/it/images/xfce4-screenshooter-dialog1.png \
-- docs/manual/it/images/xfce4-screenshooter-dialog2.png \
-- docs/manual/it/images/xfce4-screenshooter-zimagez-login-dialog.png \
-- docs/manual/it/images/xfce4-screenshooter-zimagez-result-dialog.png
-+ docs/manual/it/images/xfce4-screenshooter-dialog2.png
-
-
- # Japanese documentation
-@@ -638,9 +616,7 @@
- jaimagesdir = $(datadir)/xfce4/doc/ja/images
- jaimages_DATA = \
- docs/manual/ja/images/xfce4-screenshooter-dialog1.png \
-- docs/manual/ja/images/xfce4-screenshooter-dialog2.png \
-- docs/manual/ja/images/xfce4-screenshooter-zimagez-login-dialog.png \
-- docs/manual/ja/images/xfce4-screenshooter-zimagez-result-dialog.png
-+ docs/manual/ja/images/xfce4-screenshooter-dialog2.png
-
-
- # Turkish documentation
-@@ -649,9 +625,7 @@
- trimagesdir = $(datadir)/xfce4/doc/tr/images
- trimages_DATA = \
- docs/manual/tr/images/xfce4-screenshooter-dialog1.png \
-- docs/manual/tr/images/xfce4-screenshooter-dialog2.png \
-- docs/manual/tr/images/xfce4-screenshooter-zimagez-login-dialog.png \
-- docs/manual/tr/images/xfce4-screenshooter-zimagez-result-dialog.png
-+ docs/manual/tr/images/xfce4-screenshooter-dialog2.png
-
-
- # Siplified Chinese documentation
-@@ -660,9 +634,7 @@
- zhcnimagesdir = $(datadir)/xfce4/doc/zh_CN/images
- zhcnimages_DATA = \
- docs/manual/zh_CN/images/xfce4-screenshooter-dialog1.png \
-- docs/manual/zh_CN/images/xfce4-screenshooter-dialog2.png \
-- docs/manual/zh_CN/images/xfce4-screenshooter-zimagez-login-dialog.png \
-- docs/manual/zh_CN/images/xfce4-screenshooter-zimagez-result-dialog.png
-+ docs/manual/zh_CN/images/xfce4-screenshooter-dialog2.png
-
-
- # Extra dist and distclean rules
-@@ -823,8 +795,6 @@
- lib/$(am__dirstamp) lib/$(DEPDIR)/$(am__dirstamp)
- lib/lib_libscreenshooter_la-screenshooter-utils.lo: \
- lib/$(am__dirstamp) lib/$(DEPDIR)/$(am__dirstamp)
--lib/lib_libscreenshooter_la-screenshooter-zimagez.lo: \
-- lib/$(am__dirstamp) lib/$(DEPDIR)/$(am__dirstamp)
- lib/libscreenshooter.la: $(lib_libscreenshooter_la_OBJECTS) $(lib_libscreenshooter_la_DEPENDENCIES) lib/$(am__dirstamp)
- $(lib_libscreenshooter_la_LINK) $(lib_libscreenshooter_la_OBJECTS) $(lib_libscreenshooter_la_LIBADD) $(LIBS)
- install-binPROGRAMS: $(bin_PROGRAMS)
-@@ -929,8 +899,6 @@
- -rm -f lib/lib_libscreenshooter_la-screenshooter-simple-job.lo
- -rm -f lib/lib_libscreenshooter_la-screenshooter-utils.$(OBJEXT)
- -rm -f lib/lib_libscreenshooter_la-screenshooter-utils.lo
-- -rm -f lib/lib_libscreenshooter_la-screenshooter-zimagez.$(OBJEXT)
-- -rm -f lib/lib_libscreenshooter_la-screenshooter-zimagez.lo
- -rm -f lib/lib_libscreenshooter_la-sexy-url-label.$(OBJEXT)
- -rm -f lib/lib_libscreenshooter_la-sexy-url-label.lo
- -rm -f panel-plugin/panel_plugin_xfce4_screenshooter_plugin-screenshooter-plugin.$(OBJEXT)
-@@ -949,7 +917,6 @@
- @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libscreenshooter_la-screenshooter-marshal.Plo@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libscreenshooter_la-screenshooter-simple-job.Plo@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libscreenshooter_la-screenshooter-utils.Plo@am__quote@
--@AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libscreenshooter_la-screenshooter-zimagez.Plo@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libscreenshooter_la-sexy-url-label.Plo@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@panel-plugin/$(DEPDIR)/panel_plugin_xfce4_screenshooter_plugin-screenshooter-plugin.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/src_xfce4_screenshooter-main.Po@am__quote@
-@@ -1055,13 +1022,6 @@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o lib/lib_libscreenshooter_la-screenshooter-utils.lo `test -f 'lib/screenshooter-utils.c' || echo '$(srcdir)/'`lib/screenshooter-utils.c
-
--lib/lib_libscreenshooter_la-screenshooter-zimagez.lo: lib/screenshooter-zimagez.c
--@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libscreenshooter_la_CFLAGS) $(CFLAGS) -MT lib/lib_libscreenshooter_la-screenshooter-zimagez.lo -MD -MP -MF lib/$(DEPDIR)/lib_libscreenshooter_la-screenshooter-zimagez.Tpo -c -o lib/lib_libscreenshooter_la-screenshooter-zimagez.lo `test -f 'lib/screenshooter-zimagez.c' || echo '$(srcdir)/'`lib/screenshooter-zimagez.c
--@am__fastdepCC_TRUE@ mv -f lib/$(DEPDIR)/lib_libscreenshooter_la-screenshooter-zimagez.Tpo lib/$(DEPDIR)/lib_libscreenshooter_la-screenshooter-zimagez.Plo
--@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/screenshooter-zimagez.c' object='lib/lib_libscreenshooter_la-screenshooter-zimagez.lo' libtool=yes @AMDEPBACKSLASH@
--@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o lib/lib_libscreenshooter_la-screenshooter-zimagez.lo `test -f 'lib/screenshooter-zimagez.c' || echo '$(srcdir)/'`lib/screenshooter-zimagez.c
--
- panel-plugin/panel_plugin_xfce4_screenshooter_plugin-screenshooter-plugin.o: panel-plugin/screenshooter-plugin.c
- @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(panel_plugin_xfce4_screenshooter_plugin_CFLAGS) $(CFLAGS) -MT panel-plugin/panel_plugin_xfce4_screenshooter_plugin-screenshooter-plugin.o -MD -MP -MF panel-plugin/$(DEPDIR)/panel_plugin_xfce4_screenshooter_plugin-screenshooter-plugin.Tpo -c -o panel-plugin/panel_plugin_xfce4_screenshooter_plugin-screenshooter-plugin.o `test -f 'panel-plugin/screenshooter-plugin.c' || echo '$(srcdir)/'`panel-plugin/screenshooter-plugin.c
- @am__fastdepCC_TRUE@ mv -f panel-plugin/$(DEPDIR)/panel_plugin_xfce4_screenshooter_plugin-screenshooter-plugin.Tpo panel-plugin/$(DEPDIR)/panel_plugin_xfce4_screenshooter_plugin-screenshooter-plugin.Po
-diff -Nur xfce4-screenshooter-1.7.9.orig//configure xfce4-screenshooter-1.7.9/configure
---- xfce4-screenshooter-1.7.9.orig//configure 2010-02-07 07:45:16.000000000 -0600
-+++ xfce4-screenshooter-1.7.9/configure 2010-05-23 01:00:44.506665929 -0500
-@@ -12876,62 +12876,6 @@
- fi
-
-
-- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsoup-2.4 >= 2.26.0" >&5
--$as_echo_n "checking for libsoup-2.4 >= 2.26.0... " >&6; }
-- if $PKG_CONFIG "--atleast-version=2.26.0" "libsoup-2.4" >/dev/null 2>&1; then
-- SOUP_VERSION=`$PKG_CONFIG --modversion "libsoup-2.4"`
-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SOUP_VERSION" >&5
--$as_echo "$SOUP_VERSION" >&6; }
--
-- { $as_echo "$as_me:${as_lineno-$LINENO}: checking SOUP_CFLAGS" >&5
--$as_echo_n "checking SOUP_CFLAGS... " >&6; }
-- SOUP_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.4"`
-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SOUP_CFLAGS" >&5
--$as_echo "$SOUP_CFLAGS" >&6; }
--
-- { $as_echo "$as_me:${as_lineno-$LINENO}: checking SOUP_LIBS" >&5
--$as_echo_n "checking SOUP_LIBS... " >&6; }
-- SOUP_LIBS=`$PKG_CONFIG --libs "libsoup-2.4"`
-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SOUP_LIBS" >&5
--$as_echo "$SOUP_LIBS" >&6; }
--
-- SOUP_REQUIRED_VERSION=2.26.0
--
--
--
--
--
--
--
-- elif $PKG_CONFIG --exists "libsoup-2.4" >/dev/null 2>&1; then
-- xdt_cv_version=`$PKG_CONFIG --modversion "libsoup-2.4"`
-- { $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 libsoup-2.4 was found on your system,"
-- echo "*** but the installed version ($xdt_cv_version) is too old."
-- echo "*** Please upgrade libsoup-2.4 to atleast version 2.26.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."
-- exit 1
--
-- else
-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
--$as_echo "not found" >&6; }
--
--
-- echo "*** The required package libsoup-2.4 was not found on your system."
-- echo "*** Please install libsoup-2.4 (atleast version 2.26.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."
-- exit 1
--
-- fi
--
--
- # Check whether --enable-xsltproc was given.
- if test "${enable_xsltproc+set}" = set; then :
- enableval=$enable_xsltproc;
-diff -Nur xfce4-screenshooter-1.7.9.orig//lib/screenshooter-actions.c xfce4-screenshooter-1.7.9/lib/screenshooter-actions.c
---- xfce4-screenshooter-1.7.9.orig//lib/screenshooter-actions.c 2010-01-02 05:41:32.000000000 -0600
-+++ xfce4-screenshooter-1.7.9/lib/screenshooter-actions.c 2010-05-23 01:00:44.506665929 -0500
-@@ -123,20 +123,7 @@
- if (sd->action == OPEN)
- screenshooter_open_screenshot (screenshot_path, sd->app);
- else
-- {
-- gchar *new_last_user = NULL;
--
-- screenshooter_upload_to_zimagez (screenshot_path,
-- sd->last_user,
-- sd->title,
-- &new_last_user);
--
-- if (new_last_user)
-- {
-- g_free (sd->last_user);
-- sd->last_user = new_last_user;
-- }
-- }
-+ return;
- }
-
- g_object_unref (temp_dir);
-diff -Nur xfce4-screenshooter-1.7.9.orig//lib/screenshooter-actions.h xfce4-screenshooter-1.7.9/lib/screenshooter-actions.h
---- xfce4-screenshooter-1.7.9.orig//lib/screenshooter-actions.h 2009-11-07 17:19:33.000000000 -0600
-+++ xfce4-screenshooter-1.7.9/lib/screenshooter-actions.h 2010-05-23 01:00:44.507665998 -0500
-@@ -24,7 +24,6 @@
- #include "screenshooter-capture.h"
- #include "screenshooter-global.h"
- #include "screenshooter-dialogs.h"
--#include "screenshooter-zimagez.h"
-
- gboolean screenshooter_take_screenshot_idle (ScreenshotData *sd);
- gboolean screenshooter_action_idle (ScreenshotData *sd);
-diff -Nur xfce4-screenshooter-1.7.9.orig//lib/screenshooter-dialogs.c xfce4-screenshooter-1.7.9/lib/screenshooter-dialogs.c
---- xfce4-screenshooter-1.7.9.orig//lib/screenshooter-dialogs.c 2010-01-02 05:41:48.000000000 -0600
-+++ xfce4-screenshooter-1.7.9/lib/screenshooter-dialogs.c 2010-05-23 01:00:44.507665998 -0500
-@@ -53,9 +53,6 @@
- cb_clipboard_toggled (GtkToggleButton *tb,
- ScreenshotData *sd);
- static void
--cb_zimagez_toggled (GtkToggleButton *tb,
-- ScreenshotData *sd);
--static void
- cb_delay_spinner_changed (GtkWidget *spinner,
- ScreenshotData *sd);
- static gchar
-@@ -184,14 +181,6 @@
-
-
-
--static void cb_zimagez_toggled (GtkToggleButton *tb, ScreenshotData *sd)
--{
-- if (gtk_toggle_button_get_active (tb))
-- sd->action = UPLOAD;
--}
--
--
--
- /* Set the delay according to the spinner */
- static void cb_delay_spinner_changed (GtkWidget *spinner, ScreenshotData *sd)
- {
-@@ -868,7 +857,6 @@
- GtkWidget *actions_label, *actions_alignment, *actions_box;
- GtkWidget *save_radio_button;
- GtkWidget *clipboard_radio_button, *open_with_radio_button;
-- GtkWidget *zimagez_radio_button;
-
- GtkListStore *liststore;
- GtkWidget *combobox, *open_box;
-@@ -997,19 +985,6 @@
- /* Run the callback functions to grey/ungrey the correct widgets */
- cb_toggle_set_sensi (GTK_TOGGLE_BUTTON (open_with_radio_button), combobox);
-
-- /* Upload to zimagez radio button */
-- zimagez_radio_button =
-- gtk_radio_button_new_with_label_from_widget (GTK_RADIO_BUTTON (save_radio_button),
-- _("Host on ZimageZ"));
-- gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (zimagez_radio_button),
-- (sd->action == UPLOAD));
-- gtk_widget_set_tooltip_text (zimagez_radio_button,
-- _("Host the screenshot on ZimageZ, a free online "
-- "image hosting service"));
-- g_signal_connect (G_OBJECT (zimagez_radio_button), "toggled",
-- G_CALLBACK (cb_zimagez_toggled), sd);
-- gtk_box_pack_start (GTK_BOX (actions_box), zimagez_radio_button, FALSE, FALSE, 0);
--
- /* Preview box */
- preview_box = gtk_vbox_new (FALSE, 6);
- gtk_container_set_border_width (GTK_CONTAINER (preview_box), 0);
diff --git a/desktop/xfce4-screenshooter/slack-desc b/desktop/xfce4-screenshooter/slack-desc
deleted file mode 100644
index 339aa62217..0000000000
--- a/desktop/xfce4-screenshooter/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-xfce4-screenshooter: xfce4-screenshooter (screenshooter plugin for Xfce)
-xfce4-screenshooter:
-xfce4-screenshooter: The screenshooter plugin adds a panel button
-xfce4-screenshooter: that allows you to take screenshots. It's
-xfce4-screenshooter: similar to the gnome-screenshot function.
-xfce4-screenshooter:
-xfce4-screenshooter:
-xfce4-screenshooter:
-xfce4-screenshooter:
-xfce4-screenshooter:
-xfce4-screenshooter:
diff --git a/desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild b/desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild
deleted file mode 100644
index c173e694b6..0000000000
--- a/desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild
+++ /dev/null
@@ -1,115 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for xfce4-screenshooter
-
-# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA
-# All rights reserved.
-#
-# Redistribution and use of this script, with or without modification, is
-# permitted provided that the following conditions are met:
-#
-# 1. Redistributions of this script must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
-# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-PRGNAM=xfce4-screenshooter
-VERSION=1.7.9
-BUILD=${BUILD:-3}
-TAG=${TAG:-_SBo}
-
-SOUPFORME=${SOUPFORME:-no}
-
-# Automatically determine the architecture we're building on:
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-# Fix http://bugzilla.xfce.org/show_bug.cgi?id=6460
-patch -p1 < $CWD/patches/fix_crash_when_config_is_not_yet_present.diff
-
-if [ "$SOUPFORME" = "no" ]; then
- # Strip out the libsoup requirement, which will disable uploads to zimagez
- patch -p1 < $CWD/patches/xfce4-screenshooter-1.7.9-no_libsoup.diff
-fi
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --sysconfdir=/etc/xfce \
- --mandir=/usr/man \
- --enable-shared=yes \
- --enable-static=no \
- --enable-debug=no \
- --build=$ARCH-slackware-linux
-
-make
-make install DESTDIR=$PKG
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-find $PKG/usr/man -type f -exec gzip -9 {} \;
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- AUTHORS COPYING ChangeLog INSTALL NEWS README \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/desktop/xfce4-screenshooter/xfce4-screenshooter.info b/desktop/xfce4-screenshooter/xfce4-screenshooter.info
deleted file mode 100644
index ae821abff8..0000000000
--- a/desktop/xfce4-screenshooter/xfce4-screenshooter.info
+++ /dev/null
@@ -1,9 +0,0 @@
-PRGNAM="xfce4-screenshooter"
-VERSION="1.7.9"
-HOMEPAGE="http://goodies.xfce.org/"
-DOWNLOAD="http://archive.xfce.org/src/apps/xfce4-screenshooter/1.7/xfce4-screenshooter-1.7.9.tar.bz2"
-MD5SUM="c01d1cf3830bf8d60e09c0cdd223034c"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Robby Workman"
-EMAIL="rw@rlworkman.net"