forked from pool/gnome-bluetooth
checked in (request 32696)
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=36
This commit is contained in:
parent
d6ac489e29
commit
afe18a9571
3
gnome-bluetooth-2.29.3.tar.bz2
Normal file
3
gnome-bluetooth-2.29.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:075d6a2db4fe0f54df35d3b2a69fe56641dabae4ecf4fa1a1dc7b2a49411998e
|
||||||
|
size 994944
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f4d8a3b50bb03fa3945469b430bbfd41ad997d1fc2458c23f38d9c53c19e6d41
|
|
||||||
size 1007619
|
|
35
gnome-bluetooth-introspection-install.patch
Normal file
35
gnome-bluetooth-introspection-install.patch
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
Index: gnome-bluetooth-2.29.3/lib/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- gnome-bluetooth-2.29.3.orig/lib/Makefile.am
|
||||||
|
+++ gnome-bluetooth-2.29.3/lib/Makefile.am
|
||||||
|
@@ -82,12 +82,12 @@ GnomeBluetooth-1.0.gir: $(INTROSPECTION_
|
||||||
|
$(LIBGNOMEBT_CFLAGS) \
|
||||||
|
$(gnomebluetooth_HEADERS)
|
||||||
|
|
||||||
|
-girdir = $(GIRDIR)
|
||||||
|
+girdir = $(INTROSPECTION_GIRDIR)
|
||||||
|
dist_gir_DATA = $(BUILT_GIRSOURCES)
|
||||||
|
|
||||||
|
EXTRA_DIST += $(BUILT_GIRSOURCES)
|
||||||
|
|
||||||
|
-typelibsdir = $(TYPELIBDIR)
|
||||||
|
+typelibsdir = $(INTROSPECTION_TYPELIBDIR)
|
||||||
|
typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
|
||||||
|
|
||||||
|
%.typelib: %.gir $(G_IR_COMPILER)
|
||||||
|
Index: gnome-bluetooth-2.29.3/lib/Makefile.in
|
||||||
|
===================================================================
|
||||||
|
--- gnome-bluetooth-2.29.3.orig/lib/Makefile.in
|
||||||
|
+++ gnome-bluetooth-2.29.3/lib/Makefile.in
|
||||||
|
@@ -433,9 +433,9 @@ gnomebluetooth_HEADERS = \
|
||||||
|
bluetooth-plugin.h
|
||||||
|
|
||||||
|
AM_CFLAGS = -I$(srcdir) $(LIBGNOMEBT_CFLAGS) $(COMMON_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) -DPLUGINDIR=\"$(libdir)/gnome-bluetooth/plugins\"
|
||||||
|
-@HAVE_INTROSPECTION_TRUE@girdir = $(GIRDIR)
|
||||||
|
+@HAVE_INTROSPECTION_TRUE@girdir = $(INTROSPECTION_GIRDIR)
|
||||||
|
@HAVE_INTROSPECTION_TRUE@dist_gir_DATA = $(BUILT_GIRSOURCES)
|
||||||
|
-@HAVE_INTROSPECTION_TRUE@typelibsdir = $(TYPELIBDIR)
|
||||||
|
+@HAVE_INTROSPECTION_TRUE@typelibsdir = $(INTROSPECTION_TYPELIBDIR)
|
||||||
|
@HAVE_INTROSPECTION_TRUE@typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
|
||||||
|
BUILT_SOURCES = marshal.h marshal.c \
|
||||||
|
bluetooth-client-glue.h \
|
@ -1,28 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Feb 15 17:27:34 CET 2010 - dimstar@opensuse.org
|
|
||||||
|
|
||||||
- Update to version 2.29.91:
|
|
||||||
+ Mention gnome-user-share in the documentation
|
|
||||||
+ Applet:
|
|
||||||
- Link to the sound preferences for audio devices
|
|
||||||
- Remove hard-coded use of nautilus
|
|
||||||
+ Library:
|
|
||||||
- Use spinner from GTK+
|
|
||||||
- Install introspection data properly
|
|
||||||
- API documentation fixes
|
|
||||||
- Fix some parts of the UI not being translated at run-time
|
|
||||||
+ Wizard:
|
|
||||||
- Fix run-time warning when pairing a new device
|
|
||||||
+ Moblin applet;
|
|
||||||
- Add summary page support
|
|
||||||
- Fix a number of memory leaks and possible crashers
|
|
||||||
+ Sendto:
|
|
||||||
- Fix crash when obex-client isn't already running
|
|
||||||
- Make Cancel button actually work
|
|
||||||
- Implement "retry" when sending fails
|
|
||||||
- Fix progress bar when sending multiple files
|
|
||||||
- Drop upstream merged gnome-bluetooth-introspection-install.patch.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 10 20:35:21 UTC 2009 - aj@suse.de
|
Thu Dec 10 20:35:21 UTC 2009 - aj@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-bluetooth (Version 2.29.91)
|
# spec file for package gnome-bluetooth (Version 2.29.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -32,13 +32,15 @@ BuildRequires: translation-update-upstream
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 2.29.91
|
Version: 2.29.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: GNOME Bluetooth graphical utilities
|
Summary: GNOME Bluetooth graphical utilities
|
||||||
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: http://download.gnome.org/sources/gnome-bluetooth/2.27/gnome-bluetooth-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gnome-bluetooth/2.27/gnome-bluetooth-%{version}.tar.bz2
|
||||||
Patch0: lxde-support.patch
|
Patch0: lxde-support.patch
|
||||||
|
# PATCH-FIX-UPSTREAM gnome-bluetooth-introspection-install.patch bgo603704 vuntz@opensuse.org -- Fix introspection data installation
|
||||||
|
Patch1: gnome-bluetooth-introspection-install.patch
|
||||||
Provides: bluez-gnome = 1.8
|
Provides: bluez-gnome = 1.8
|
||||||
Obsoletes: bluez-gnome < 1.8
|
Obsoletes: bluez-gnome < 1.8
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
@ -102,6 +104,7 @@ send files over bluetooth.
|
|||||||
%setup -q
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-schemas-install \
|
%configure --disable-schemas-install \
|
||||||
|
Loading…
Reference in New Issue
Block a user