nemo: update to 3.2.0.
This commit is contained in:
parent
0e0080e4f3
commit
92383cce03
3 changed files with 3 additions and 33 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- configure.ac.orig 2015-11-09 08:29:19.285934417 +0100
|
|
||||||
+++ configure.ac 2015-11-09 08:29:23.950934068 +0100
|
|
||||||
@@ -219,7 +219,7 @@ dnl ====================================
|
|
||||||
|
|
||||||
dnl strftime checks
|
|
||||||
|
|
||||||
-AC_TRY_RUN([#include <time.h>
|
|
||||||
+AC_TRY_COMPILE([#include <time.h>
|
|
||||||
int main ()
|
|
||||||
{
|
|
||||||
char buf[100];
|
|
|
@ -1,19 +0,0 @@
|
||||||
The code using url_drag_types[] is #if 0 enclosed, so do
|
|
||||||
the same for the array to avoid gcc6 error -Wunused-const-variable=
|
|
||||||
|
|
||||||
--- src/nemo-notebook.c 2016-03-07 18:19:50.000000000 +0100
|
|
||||||
+++ src/nemo-notebook.c 2016-09-13 01:00:15.102303362 +0200
|
|
||||||
@@ -51,11 +51,13 @@
|
|
||||||
static void nemo_notebook_remove (GtkContainer *container,
|
|
||||||
GtkWidget *tab_widget);
|
|
||||||
|
|
||||||
+#if 0
|
|
||||||
static const GtkTargetEntry url_drag_types[] =
|
|
||||||
{
|
|
||||||
{ NEMO_ICON_DND_GNOME_ICON_LIST_TYPE, 0, NEMO_ICON_DND_GNOME_ICON_LIST },
|
|
||||||
{ NEMO_ICON_DND_URI_LIST_TYPE, 0, NEMO_ICON_DND_URI_LIST },
|
|
||||||
};
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
enum
|
|
||||||
{
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nemo'
|
# Template file for 'nemo'
|
||||||
pkgname=nemo
|
pkgname=nemo
|
||||||
version=2.8.7
|
version=3.2.0
|
||||||
revision=2
|
revision=1
|
||||||
short_desc="The Cinnamon file manager (nautilus fork)"
|
short_desc="The Cinnamon file manager (nautilus fork)"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args=" --disable-static --disable-update-mimedb
|
configure_args=" --disable-static --disable-update-mimedb
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://cinnamon.linuxmint.com/"
|
homepage="http://cinnamon.linuxmint.com/"
|
||||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=79ca0e28b43ebb701a6449424be1be4224e9014bf1bb3b722d77b23ecb3afab9
|
checksum=84c5b0a1999c1b2ab08bd6933aa7c5bc18bb2805e52f2d7fdf2af644cd7cc8ac
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in a new issue