mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
xfce4-places-plugin: update to 1.8.0.
Remove unnecessary patch. Fix xlint warnings
This commit is contained in:
parent
29c6c644bc
commit
665e565ed9
2 changed files with 3 additions and 73 deletions
|
@ -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
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xfce4-places-plugin'
|
# Template file for 'xfce4-places-plugin'
|
||||||
pkgname=xfce4-places-plugin
|
pkgname=xfce4-places-plugin
|
||||||
version=1.7.0
|
version=1.8.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="intltool pkg-config"
|
hostmakedepends="intltool pkg-config"
|
||||||
makedepends="exo-devel libglib-devel gtk+-devel libxfce4ui-devel libxfce4util-devel
|
makedepends="exo-devel libglib-devel gtk+-devel libxfce4ui-devel libxfce4util-devel
|
||||||
|
@ -11,6 +11,5 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin"
|
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin"
|
||||||
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=4175c614749abbb5bcf6f49c88125fb0dd36db69f4c374df23563907b16e2c3f
|
checksum=7ba3f46f88c2845cbf413efeefaed29157f8b98571856c6e2bf35e4de5d8ecce
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue