OBS User unknown 2007-07-28 14:10:23 +00:00 committed by Git OBS Bridge
parent 0408564e69
commit 9fa68a9b31
3 changed files with 61 additions and 4 deletions

View 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

View File

@ -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

View File

@ -12,19 +12,20 @@
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
License: GNU General Public License (GPL)
License: GPL v2 or later
Group: System/GUI/GNOME
Requires: gnome-vfs2 python-gnome
Version: 0.8.0
Release: 71
Release: 92
Summary: GNOME Bluetooth Support
URL: http://usefulinc.com/software/gnome-bluetooth/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
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
Patch2: gnome-bluetooth-transparent-trayicon.patch
Patch3: gnome-bluetooth-fail-cleanly.patch
Patch4: dont-disable-deprecated.patch
Autoreqprov: on
%py_requires
@ -95,10 +96,11 @@ Authors:
%prep
%setup -q
%patch -p1
%patch0 -p1
#%patch1 -p0
%patch2 -p0
#%patch3 -p0
%patch4 -p1
rm -f libegg/aclocal.m4 aclocal.m4
%build
@ -156,6 +158,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%changelog
* Fri Jul 27 2007 - maw@suse.de
- Add dont-disable-deprecated.patch.
* Wed May 23 2007 - prusnak@suse.cz
- added libusb-devel to BuildRequires
- added libopenssl-devel to Requires of devel subpackage