OBS User unknown 2007-07-10 16:52:20 +00:00 committed by Git OBS Bridge
parent 975ead1713
commit c1fadab725
5 changed files with 36 additions and 8 deletions

13
desktop.patch Normal file
View File

@ -0,0 +1,13 @@
Index: libgnomekbd-2.18.2/capplet/gkbd-indicator-plugins-capplet.desktop.in.in
===================================================================
--- libgnomekbd-2.18.2.orig/capplet/gkbd-indicator-plugins-capplet.desktop.in.in
+++ libgnomekbd-2.18.2/capplet/gkbd-indicator-plugins-capplet.desktop.in.in
@@ -7,7 +7,7 @@ Icon=gnome-dev-keyboard
Terminal=false
Type=Application
StartupNotify=true
-Categories=GNOME;Settings;DesktopSettings
+Categories=GNOME;Settings;DesktopSettings;
OnlyShowIn=GNOME;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=libgnomekbd

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23813cea003811d4fc27b64fc97de4b71eb4bc1ef79db725d7fc9e369db253ab
size 354094

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af7d2135e404564bafa8bb580ed7668098c507f1a4c6385d5d09a2eba02f3799
size 359702

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 6 20:17:16 CEST 2007 - maw@suse.de
- Update to version 2.18.2
- Several keyboard drawing bugs fixed
- Incorrect GObject usage crash fixed
- Added translations.
-------------------------------------------------------------------
Fri May 11 11:35:20 CEST 2007 - pgajdos@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package libgnomekbd (Version 2.18.1)
# spec file for package libgnomekbd (Version 2.18.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,13 +12,14 @@
Name: libgnomekbd
BuildRequires: dbus-1-glib-devel gnome-common intltool libglade2-devel libgnomeui-devel libxklavier-devel
Version: 2.18.1
Release: 11
Version: 2.18.2
Release: 1
URL: http://www.gnome.org/
Group: System/GUI/GNOME
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
License: LGPL v2 or later
Summary: GNOME Keyboard Library
Source: %{name}-%{version}.tar.bz2
Patch0: desktop.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq
@ -35,7 +36,7 @@ Authors:
%package devel
Summary: GNOME Keyboard Library
Group: System/GUI/GNOME
Requires: %{name} = %{version} libgnome-devel
Requires: %{name} = %{version} libgnome-devel libxklavier-devel
%description devel
GNOME keyboard library, utility and applet.
@ -48,6 +49,7 @@ Authors:
%prep
%setup -q
%patch0 -p1
%build
autoreconf -f -i
@ -95,6 +97,11 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%changelog
* Fri Jul 06 2007 - maw@suse.de
- Update to version 2.18.2
- Several keyboard drawing bugs fixed
- Incorrect GObject usage crash fixed
- Added translations.
* Fri May 11 2007 - pgajdos@suse.cz
- removed
- gnome-icon-theme-devel from BuildRequires