]> git.pld-linux.org Git - packages/caja-dropbox.git/commitdiff
fix package python package name auto/th/caja-dropbox-1.7.90-3
authorElan Ruusamäe <glen@delfi.ee>
Sun, 6 Apr 2014 12:30:07 +0000 (12:30 +0000)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 6 Apr 2014 12:30:20 +0000 (12:30 +0000)
caja-dropbox.spec
python-gpgme-pkg.patch [new file with mode: 0644]

index a4bddf4b2af308ec59b4a22b850cfd42b9bc42be..d945c5a5ee3623aaa8b2456aa1c96162309b95b2 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Dropbox extension for Caja
 Summary(pl.UTF-8):     Rozszerzenie Dropbox dla Caja
 Name:          caja-dropbox
 Version:       1.7.90
-Release:       2.3
+Release:       3
 License:       GPL v2 with exceptions
 Group:         X11/Applications
 Source0:       http://pub.mate-desktop.org/releases/1.7/%{name}-%{version}.tar.xz
@@ -11,6 +11,7 @@ Patch0:               dropboxd-path.patch
 Patch1:                desktop.patch
 Patch2:                caja-versions.patch
 Patch3:                https://github.com/glensc/caja-dropbox/compare/dl-fixes.patch
+Patch4:                python-gpgme-pkg.patch
 URL:           http://getdropbox.com/
 BuildRequires: caja-devel >= 1.1.0
 BuildRequires: glib2-devel >= 1:2.14.0
@@ -47,6 +48,7 @@ pomiędzy określonymi maszynami.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure \
diff --git a/python-gpgme-pkg.patch b/python-gpgme-pkg.patch
new file mode 100644 (file)
index 0000000..4ced26b
--- /dev/null
@@ -0,0 +1,11 @@
+--- caja-dropbox-1.7.90/./caja-dropbox.in~     2014-04-06 14:05:59.000000000 +0300
++++ caja-dropbox-1.7.90/./caja-dropbox.in      2014-04-06 14:09:55.077288285 +0300
+@@ -50,7 +50,7 @@
+ INFO = u"Dropbox is the easiest way to share and store your files online. Want to learn more? Head to"
+ LINK = u"http://www.dropbox.com/"
+ WARNING = u"In order to use Dropbox, you must download the proprietary daemon."
+-GPG_WARNING = u"Note: python-gpgme is not installed, we will not be able to verify binary signatures."
++GPG_WARNING = u"Note: python-pygpgme is not installed, we will not be able to verify binary signatures."
+ ERROR_CONNECTING = u"Trouble connecting to Dropbox servers. Maybe your internet connection is down, or you need to set your http_proxy environment variable."
+ ERROR_SIGNATURE = u"Downloaded binary does not match Dropbox signature, aborting install."
This page took 0.104084 seconds and 4 git commands to generate.