This commit is contained in:
parent
975ead1713
commit
c1fadab725
13
desktop.patch
Normal file
13
desktop.patch
Normal 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
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:23813cea003811d4fc27b64fc97de4b71eb4bc1ef79db725d7fc9e369db253ab
|
|
||||||
size 354094
|
|
3
libgnomekbd-2.18.2.tar.bz2
Normal file
3
libgnomekbd-2.18.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:af7d2135e404564bafa8bb580ed7668098c507f1a4c6385d5d09a2eba02f3799
|
||||||
|
size 359702
|
@ -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
|
Fri May 11 11:35:20 CEST 2007 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,13 +12,14 @@
|
|||||||
|
|
||||||
Name: libgnomekbd
|
Name: libgnomekbd
|
||||||
BuildRequires: dbus-1-glib-devel gnome-common intltool libglade2-devel libgnomeui-devel libxklavier-devel
|
BuildRequires: dbus-1-glib-devel gnome-common intltool libglade2-devel libgnomeui-devel libxklavier-devel
|
||||||
Version: 2.18.1
|
Version: 2.18.2
|
||||||
Release: 11
|
Release: 1
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
Group: System/GUI/GNOME
|
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
|
Summary: GNOME Keyboard Library
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
Patch0: desktop.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%gconf_schemas_prereq
|
%gconf_schemas_prereq
|
||||||
@ -35,7 +36,7 @@ Authors:
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: GNOME Keyboard Library
|
Summary: GNOME Keyboard Library
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Requires: %{name} = %{version} libgnome-devel
|
Requires: %{name} = %{version} libgnome-devel libxklavier-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GNOME keyboard library, utility and applet.
|
GNOME keyboard library, utility and applet.
|
||||||
@ -48,6 +49,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
@ -95,6 +97,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 11 2007 - pgajdos@suse.cz
|
||||||
- removed
|
- removed
|
||||||
- gnome-icon-theme-devel from BuildRequires
|
- gnome-icon-theme-devel from BuildRequires
|
||||||
|
Loading…
Reference in New Issue
Block a user