[gnome-shell-extension-pidgin/f20] update to Psykar fork of extension (works with 3.8 and 3.10)

Tom Callaway spot at fedoraproject.org
Wed Oct 23 15:43:44 UTC 2013


commit 746288f59d1954c242954740c4f13274d24401b3
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed Oct 23 16:43:49 2013 +0100

    update to Psykar fork of extension (works with 3.8 and 3.10)

 gnome-shell-extension-pidgin.spec |   24 +++++++++++-------------
 sources                           |    2 +-
 2 files changed, 12 insertions(+), 14 deletions(-)
---
diff --git a/gnome-shell-extension-pidgin.spec b/gnome-shell-extension-pidgin.spec
index ccfed54..e9e6d8c 100644
--- a/gnome-shell-extension-pidgin.spec
+++ b/gnome-shell-extension-pidgin.spec
@@ -1,16 +1,16 @@
-%global git 87fc23433d
+%global git 1a254319ea
 %global uuid pidgin-conversation-integration at kagesenshi.org
 
 Name:		gnome-shell-extension-pidgin
 Version:	0
-Release:	0.10.git%{git}%{?dist}
+Release:	0.11.git%{git}%{?dist}
 Summary:	The components necessary to integrate Pidgin with GNOME Shell
 Group:		User Interface/Desktops
 License:	GPLv2+
-URL:		https://github.com/kagesenshi/gnome-shell-extensions-pidgin
-# git clone https://github.com/kagesenshi/gnome-shell-extensions-pidgin.git
+URL:		https://github.com/Psykar/gnome-shell-extensions-pidgin
+# git clone https://github.com/Psykar/gnome-shell-extensions-pidgin.git
 # mv gnome-shell-extensions-pidgin gnome-shell-extension-pidgin
-# tar cfj gnome-shell-extension-pidgin-git80d4ea4b59.tar.bz2 gnome-shell-extension-pidgin
+# tar cfj gnome-shell-extension-pidgin-git1a254319ea.tar.bz2 gnome-shell-extension-pidgin
 Source0:	%{name}-git%{git}.tar.bz2
 Source1:	http://download.sourceforge.net/project/gnomeshpidgin/gnomeShellPidgin.c
 Source2:	Makefile.gnomeShellPidgin
@@ -19,11 +19,9 @@ Source2:	Makefile.gnomeShellPidgin
 Source3:	gnome-shell-extensions-pidgin-License.txt
 Source4:	http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
 Patch0:		gnomeShellPidgin-cleanup.patch
-Patch1:		gnome-shell-extension-pidgin-gnome-shell-34.patch
-Patch2:		gnome-shell-extension-pidgin-gnome-shell-36.patch
 Patch3:		gnomeShellPidgin-fixups.patch
 BuildRequires:	libpurple-devel, dbus-devel, zlib-devel
-Requires:	gnome-shell >= 3.6
+Requires:	gnome-shell >= 3.8
 Requires:	pidgin
 
 %description
@@ -45,8 +43,6 @@ cp %{SOURCE2} Makefile
 cp %{SOURCE3} .
 cp %{SOURCE4} .
 %patch0 -p0 -b .cleanup
-%patch1 -p1 -b .gnome34
-%patch2 -p1 -b .gnome36
 %patch3 -p1 -b .fixups
 
 %build
@@ -55,9 +51,8 @@ make CFLAGS="%{optflags}"
 %install
 make DESTDIR=%{buildroot} LIBDIR=%{_libdir} install
 
-mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
-install -Dp -m 0644 {extension.js,metadata.json,stylesheet.css} \
-  %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
+mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions
+cp -a %{uuid} %{buildroot}%{_datadir}/gnome-shell/extensions/
 
 %files
 %doc gpl-2.0.txt gnome-shell-extensions-pidgin-License.txt
@@ -65,6 +60,9 @@ install -Dp -m 0644 {extension.js,metadata.json,stylesheet.css} \
 %{_libdir}/purple-2/libgnomeshell.so
 
 %changelog
+* Wed Oct 23 2013 Tom Callaway <spot at fedoraproject.org> - 0-0.11.git1a254319ea
+- update to Psykar fork of extension (works with 3.8 and 3.10)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.10.git87fc23433d
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index f466322..d6212b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a24957c2d2a8fbe78d2606e15babb10c  gnome-shell-extension-pidgin-git87fc23433d.tar.bz2
+58d25c3ff5d720286c0d6214011dfbc3  gnome-shell-extension-pidgin-git1a254319ea.tar.bz2


More information about the scm-commits mailing list