This commit is contained in:
parent
0408564e69
commit
9fa68a9b31
48
dont-disable-deprecated.patch
Normal file
48
dont-disable-deprecated.patch
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
Index: gnome-bluetooth-0.8.0/libegg/libegg/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- gnome-bluetooth-0.8.0.orig/libegg/libegg/Makefile.am
|
||||||
|
+++ gnome-bluetooth-0.8.0/libegg/libegg/Makefile.am
|
||||||
|
@@ -3,10 +3,7 @@ SUBDIRS = util tray iconlist
|
||||||
|
|
||||||
|
INCLUDES = \
|
||||||
|
$(EGG_CFLAGS) \
|
||||||
|
- -DEGG_COMPILATION \
|
||||||
|
- -DGTK_DISABLE_DEPRECATED \
|
||||||
|
- -DGDK_DISABLE_DEPRECATED \
|
||||||
|
- -DG_DISABLE_DEPRECATED
|
||||||
|
+ -DEGG_COMPILATION
|
||||||
|
|
||||||
|
##noinst_LTLIBRARIES = libegg.la
|
||||||
|
|
||||||
|
Index: gnome-bluetooth-0.8.0/libegg/libegg/iconlist/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- gnome-bluetooth-0.8.0.orig/libegg/libegg/iconlist/Makefile.am
|
||||||
|
+++ gnome-bluetooth-0.8.0/libegg/libegg/iconlist/Makefile.am
|
||||||
|
@@ -2,10 +2,7 @@
|
||||||
|
INCLUDES = \
|
||||||
|
$(EGG_CFLAGS) \
|
||||||
|
-I$(top_srcdir)/libegg/util \
|
||||||
|
- -DEGG_COMPILATION \
|
||||||
|
- -DGTK_DISABLE_DEPRECATED \
|
||||||
|
- -DGDK_DISABLE_DEPRECATED \
|
||||||
|
- -DG_DISABLE_DEPRECATED
|
||||||
|
+ -DEGG_COMPILATION
|
||||||
|
|
||||||
|
|
||||||
|
noinst_LTLIBRARIES = libeggiconlist.la
|
||||||
|
Index: gnome-bluetooth-0.8.0/libegg/libegg/tray/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- gnome-bluetooth-0.8.0.orig/libegg/libegg/tray/Makefile.am
|
||||||
|
+++ gnome-bluetooth-0.8.0/libegg/libegg/tray/Makefile.am
|
||||||
|
@@ -2,10 +2,7 @@
|
||||||
|
INCLUDES = \
|
||||||
|
$(EGG_TRAY_CFLAGS) \
|
||||||
|
-I$(top_srcdir)/libegg/util \
|
||||||
|
- -DEGG_COMPILATION \
|
||||||
|
- -DGTK_DISABLE_DEPRECATED \
|
||||||
|
- -DGDK_DISABLE_DEPRECATED \
|
||||||
|
- -DG_DISABLE_DEPRECATED
|
||||||
|
+ -DEGG_COMPILATION
|
||||||
|
|
||||||
|
|
||||||
|
noinst_LTLIBRARIES = libeggtray.la
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 27 20:53:00 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Add dont-disable-deprecated.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 23 14:23:03 CEST 2007 - prusnak@suse.cz
|
Wed May 23 14:23:03 CEST 2007 - prusnak@suse.cz
|
||||||
|
|
||||||
|
@ -12,19 +12,20 @@
|
|||||||
|
|
||||||
Name: gnome-bluetooth
|
Name: gnome-bluetooth
|
||||||
BuildRequires: gob2 intltool libbtctl-devel libglade2-devel libgnomeui-devel libusb-devel perl-XML-Parser python-devel python-gtk-devel update-desktop-files
|
BuildRequires: gob2 intltool libbtctl-devel libglade2-devel libgnomeui-devel libusb-devel perl-XML-Parser python-devel python-gtk-devel update-desktop-files
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Requires: gnome-vfs2 python-gnome
|
Requires: gnome-vfs2 python-gnome
|
||||||
Version: 0.8.0
|
Version: 0.8.0
|
||||||
Release: 71
|
Release: 92
|
||||||
Summary: GNOME Bluetooth Support
|
Summary: GNOME Bluetooth Support
|
||||||
URL: http://usefulinc.com/software/gnome-bluetooth/
|
URL: http://usefulinc.com/software/gnome-bluetooth/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.8/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.8/%{name}-%{version}.tar.bz2
|
||||||
Patch: %name-desktop.diff
|
Patch0: %name-desktop.diff
|
||||||
Patch1: gnome-bluetooth-pixmapsdir.patch
|
Patch1: gnome-bluetooth-pixmapsdir.patch
|
||||||
Patch2: gnome-bluetooth-transparent-trayicon.patch
|
Patch2: gnome-bluetooth-transparent-trayicon.patch
|
||||||
Patch3: gnome-bluetooth-fail-cleanly.patch
|
Patch3: gnome-bluetooth-fail-cleanly.patch
|
||||||
|
Patch4: dont-disable-deprecated.patch
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
|
|
||||||
%py_requires
|
%py_requires
|
||||||
@ -95,10 +96,11 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch0 -p1
|
||||||
#%patch1 -p0
|
#%patch1 -p0
|
||||||
%patch2 -p0
|
%patch2 -p0
|
||||||
#%patch3 -p0
|
#%patch3 -p0
|
||||||
|
%patch4 -p1
|
||||||
rm -f libegg/aclocal.m4 aclocal.m4
|
rm -f libegg/aclocal.m4 aclocal.m4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -156,6 +158,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 27 2007 - maw@suse.de
|
||||||
|
- Add dont-disable-deprecated.patch.
|
||||||
* Wed May 23 2007 - prusnak@suse.cz
|
* Wed May 23 2007 - prusnak@suse.cz
|
||||||
- added libusb-devel to BuildRequires
|
- added libusb-devel to BuildRequires
|
||||||
- added libopenssl-devel to Requires of devel subpackage
|
- added libopenssl-devel to Requires of devel subpackage
|
||||||
|
Loading…
Reference in New Issue
Block a user