Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit xstroke
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 13 Aug 2007 00:19:30 +0200
- Message-id: <20070812221930.7C64B678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package xstroke
checked in at Mon Aug 13 00:19:30 CEST 2007.
--------
--- xstroke/xstroke.changes 2007-01-08 20:08:10.000000000 +0100
+++ /mounts/work_src_done/STABLE/xstroke/xstroke.changes 2007-08-12 12:41:52.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Aug 12 12:31:20 CEST 2007 - stbinner@xxxxxxx
+
+- disable start-up notification under KDE
+- fix GenericName capitalization for after 10.3
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xstroke.spec ++++++
--- /var/tmp/diff_new_pack.l27248/_old 2007-08-13 00:19:21.000000000 +0200
+++ /var/tmp/diff_new_pack.l27248/_new 2007-08-13 00:19:21.000000000 +0200
@@ -12,11 +12,11 @@
Name: xstroke
BuildRequires: gtk2-devel update-desktop-files
-URL: http://xstroke.org/
+Url: http://xstroke.org/
Version: 0.6
-Release: 49
+Release: 95
Summary: Fullscreen gesture recognition for X
-License: GNU General Public License (GPL)
+License: GPL v2 or later
# PreReq: %fillup_prereq %insserv_prereq
Group: Hardware/Mobile
Autoreqprov: on
@@ -51,7 +51,11 @@
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} libdir=%{_libdir} install
+%if %suse_version>1030
+%suse_update_desktop_file -i -G "Fullscreen Gesture Recognition" xstroke Utility Accessibility
+%else
%suse_update_desktop_file -i xstroke Utility Accessibility
+%endif
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps
mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
@@ -75,7 +79,10 @@
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.png
-%changelog -n xstroke
+%changelog
+* Sun Aug 12 2007 - stbinner@xxxxxxx
+- disable start-up notification under KDE
+- fix GenericName capitalization for after 10.3
* Mon Jan 08 2007 - dkukawka@xxxxxxx
- Fixed b.n.c #222484: added GenericName
* Wed Jan 25 2006 - mls@xxxxxxx
++++++ xstroke.desktop ++++++
--- xstroke/xstroke.desktop 2007-01-08 20:08:10.000000000 +0100
+++ /mounts/work_src_done/STABLE/xstroke/xstroke.desktop 2007-08-12 12:41:35.000000000 +0200
@@ -5,3 +5,4 @@
Icon=xstroke
GenericName=Fullscreen gesture recognition
Comment=Fullscreen gesture recognition for X
+X-KDE-StartupNotify=false
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |