]> git.pld-linux.org Git - packages/caja-extensions.git/commitdiff
up to 1.22.1 auto/th/caja-extensions-1.22.1-1
authorJan Palus <atler@pld-linux.org>
Wed, 18 Sep 2019 19:42:14 +0000 (21:42 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 18 Sep 2019 19:42:14 +0000 (21:42 +0200)
- gupnp patch no longer needed (1.2 support added upstream)

caja-extensions-gupnp.patch [deleted file]
caja-extensions.spec

diff --git a/caja-extensions-gupnp.patch b/caja-extensions-gupnp.patch
deleted file mode 100644 (file)
index 2d1887b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- caja-extensions-1.22.0/configure.ac.orig   2019-02-25 14:25:14.000000000 +0100
-+++ caja-extensions-1.22.0/configure.ac        2019-05-20 20:57:04.237355843 +0200
-@@ -196,8 +196,10 @@
-             fi
-             ;;
-             upnp)
-+                PKG_CHECK_MODULES(UPNP, gupnp-1.2 >= $GUPNP_REQUIRED, enable_upnp=yes, [
-                 PKG_CHECK_MODULES(UPNP, gupnp-1.0 >= $GUPNP_REQUIRED,
-                     enable_upnp=yes, enable_upnp=no)
-+              ])
-                 if test "${enable_upnp}" != "yes" ; then
-                     sendto_plugin_error_or_ignore "you need gupnp installed to build the upnp plugin"
-                     add_sendto_plugin="0"
index 44da95138a4a02f47857898924bbff0b38ba7d98..2f13f4f573efbbb0b7889f3d15662fe30c5c2c93 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       Extensions for Caja (MATE file manager)
 Summary(pl.UTF-8):     Rozszerzenia dla zarządcy plików Caja ze środowiska MATE
 Name:          caja-extensions
-Version:       1.22.0
+Version:       1.22.1
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://pub.mate-desktop.org/releases/1.22/%{name}-%{version}.tar.xz
-# Source0-md5: 7090545d9cd493681b656ea566fb392a
-Patch0:                %{name}-gupnp.patch
+# Source0-md5: 705bcbae66ed4497accff9c9bc65718d
 URL:           http://mate-desktop.org/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1:1.9
@@ -271,7 +270,6 @@ Rozszerzenie xattr tags dla zarządcy plików Caja ze środowiska MATE.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__gtkdocize}
@@ -304,7 +302,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/caja/extensions-2.0/*.la
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/caja-sendto/plugins/*.la
 
-%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{frp,kab,ku_IQ,pms}
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{frp,ie,ku_IQ,pms}
 
 %find_lang caja-extensions
 
This page took 0.073782 seconds and 4 git commands to generate.