forked from pool/nemo-extensions
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=43
This commit is contained in:
parent
47111c6d93
commit
75e23ad0cd
@ -2,6 +2,8 @@
|
||||
Sat Dec 29 14:06:45 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
- Update pkgconfig's xreader version for 1.6.2+.
|
||||
- Add nemo-preview_xreader-versioning.patch: update versioning of
|
||||
xreader libs and introspection in nemo-preview (commit 52767dc).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 10:45:09 UTC 2017 - cfarrell@suse.com
|
||||
|
@ -36,6 +36,8 @@ Patch1: nemo-dropbox_no-dropbox-bin.patch
|
||||
Patch2: nemo-seahorse_gpg-2.2.patch
|
||||
# PATCH-FIX-OPENSUSE nemo-gtkhash_openssl-1.1.patch sor.alexei@meowr.ru -- Add basic OpenSSL 1.1+ compatibility in nemo-gtkhash.
|
||||
Patch3: nemo-gtkhash_openssl-1.1.patch
|
||||
# PATCH-FIX-UPSTREAM nemo-preview_xreader-versioning.patch miketwebster@gmail.com -- Update versioning of xreader libs and introspection in nemo-preview (commit 52767dc).
|
||||
Patch4: nemo-preview_xreader-versioning.patch
|
||||
BuildRequires: gettext-runtime
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: intltool
|
||||
@ -344,6 +346,7 @@ directory in Nemo.
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
# Remove spurious executable permission.
|
||||
chmod a-x nemo-audio-tab/COPYING.GPL3 nemo-emblems/COPYING.GPL3
|
||||
|
||||
|
26
nemo-preview_xreader-versioning.patch
Normal file
26
nemo-preview_xreader-versioning.patch
Normal file
@ -0,0 +1,26 @@
|
||||
--- nemo-preview.orig/configure.ac
|
||||
+++ nemo-preview/configure.ac
|
||||
@@ -69,8 +69,8 @@ PKG_CHECK_MODULES(NEMO_PREVIEW,
|
||||
gstreamer-pbutils-1.0
|
||||
gstreamer-tag-1.0
|
||||
libmusicbrainz5
|
||||
- xreader-document-1.5.0
|
||||
- xreader-view-1.5.0
|
||||
+ xreader-document-1.5
|
||||
+ xreader-view-1.5
|
||||
gtksourceview-3.0
|
||||
webkit2gtk-4.0)
|
||||
|
||||
--- nemo-preview.orig/src/Makefile-nemo-preview.am
|
||||
+++ nemo-preview/src/Makefile-nemo-preview.am
|
||||
@@ -103,8 +103,8 @@ NemoPreview_1_0_gir_INCLUDES = \
|
||||
GstTag-1.0 \
|
||||
GdkPixbuf-2.0 \
|
||||
Gtk-3.0 \
|
||||
- XreaderDocument-1.5.0 \
|
||||
- XreaderView-1.5.0 \
|
||||
+ XreaderDocument-1.5 \
|
||||
+ XreaderView-1.5 \
|
||||
GtkSource-3.0
|
||||
|
||||
NemoPreview_1_0_gir_FILES = \
|
Loading…
Reference in New Issue
Block a user