summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2021-05-03 01:48:39 -0500
committer Robby Workman <rworkman@slackbuilds.org>2021-05-03 01:48:39 -0500
commit0dc52667fc998173e7ef13967759e25f344e7e87 (patch)
tree93b49631e16bd52d630033e8d817154a58cc4e3d /desktop
parent23373cf7ed0c90cefa6aa8b3bc9d72177f0f344f (diff)
downloadslackbuilds-0dc52667fc998173e7ef13967759e25f344e7e87.tar.gz
slackbuilds-0dc52667fc998173e7ef13967759e25f344e7e87.tar.xz
desktop/xfce4-places-plugin: Misc fixups for Slackware 15.0
Diffstat (limited to 'desktop')
-rw-r--r--desktop/xfce4-places-plugin/0001-Bug-11939-xfce4-places-plugin-1.7.0-crashes-with-und.patch69
-rw-r--r--desktop/xfce4-places-plugin/xfce4-places-plugin.SlackBuild2
-rw-r--r--desktop/xfce4-places-plugin/xfce4-places-plugin.info2
3 files changed, 2 insertions, 71 deletions
diff --git a/desktop/xfce4-places-plugin/0001-Bug-11939-xfce4-places-plugin-1.7.0-crashes-with-und.patch b/desktop/xfce4-places-plugin/0001-Bug-11939-xfce4-places-plugin-1.7.0-crashes-with-und.patch
deleted file mode 100644
index a94d9ea706..0000000000
--- a/desktop/xfce4-places-plugin/0001-Bug-11939-xfce4-places-plugin-1.7.0-crashes-with-und.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From 94d583d0ba257cdc96cde5794ebb7d38001ae3a5 Mon Sep 17 00:00:00 2001
-From: Andrzej <ndrwrdck@gmail.com>
-Date: Tue, 7 Jul 2015 22:26:51 +0100
-Subject: [PATCH] Bug 11939: xfce4-places-plugin 1.7.0 crashes with undefined
- symbol
-
-Patch from Fedora. Submitted by Kevin Fenzi.
----
- panel-plugin/model.h | 18 +++++++++---------
- 1 file changed, 9 insertions(+), 9 deletions(-)
-
-diff --git a/panel-plugin/model.h b/panel-plugin/model.h
-index 06d9d6f..043e391 100644
---- a/panel-plugin/model.h
-+++ b/panel-plugin/model.h
-@@ -36,13 +36,13 @@ struct _PlacesBookmarkAction
- void (*finalize) (PlacesBookmarkAction *self);
- };
-
--inline PlacesBookmarkAction*
-+extern inline PlacesBookmarkAction*
- places_bookmark_action_create(gchar *label);
-
--inline void
-+extern inline void
- places_bookmark_action_destroy(PlacesBookmarkAction*);
-
--inline void
-+extern inline void
- places_bookmark_action_call(PlacesBookmarkAction*);
-
- /* Places Bookmark */
-@@ -70,10 +70,10 @@ struct _PlacesBookmark
- void (*finalize) (PlacesBookmark *self);
- };
-
--inline PlacesBookmark*
-+extern inline PlacesBookmark*
- places_bookmark_create(gchar *label);
-
--inline void
-+extern inline void
- places_bookmark_destroy(PlacesBookmark *bookmark);
-
- /* Places Bookmark Group */
-@@ -86,16 +86,16 @@ struct _PlacesBookmarkGroup
- gpointer priv;
- };
-
--inline GList*
-+extern inline GList*
- places_bookmark_group_get_bookmarks(PlacesBookmarkGroup*);
-
--inline gboolean
-+extern inline gboolean
- places_bookmark_group_changed(PlacesBookmarkGroup*);
-
--inline PlacesBookmarkGroup*
-+extern inline PlacesBookmarkGroup*
- places_bookmark_group_create();
-
--inline void
-+extern inline void
- places_bookmark_group_destroy(PlacesBookmarkGroup*);
-
- #endif
---
-2.6.4
-
diff --git a/desktop/xfce4-places-plugin/xfce4-places-plugin.SlackBuild b/desktop/xfce4-places-plugin/xfce4-places-plugin.SlackBuild
index 05df3546cc..dbd12e99c6 100644
--- a/desktop/xfce4-places-plugin/xfce4-places-plugin.SlackBuild
+++ b/desktop/xfce4-places-plugin/xfce4-places-plugin.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xfce4-places-plugin
-# Copyright 2006-2016 Robby Workman, Tuscaloosa, Alabama, USA
+# Copyright 2006-2021 Robby Workman, Tuscaloosa, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
diff --git a/desktop/xfce4-places-plugin/xfce4-places-plugin.info b/desktop/xfce4-places-plugin/xfce4-places-plugin.info
index 89cdb37ecb..62d6edfcf6 100644
--- a/desktop/xfce4-places-plugin/xfce4-places-plugin.info
+++ b/desktop/xfce4-places-plugin/xfce4-places-plugin.info
@@ -1,6 +1,6 @@
PRGNAM="xfce4-places-plugin"
VERSION="1.8.1"
-HOMEPAGE="https://goodies.xfce.org"
+HOMEPAGE="https://docs.xfce.org/panel-plugins/xfce4-places-plugin/start"
DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.8/xfce4-places-plugin-1.8.1.tar.bz2"
MD5SUM="bde92cbd08f129d517524784e5060816"
DOWNLOAD_x86_64=""