SHA256
1
0
forked from pool/input-pad

2 Commits

Author SHA256 Message Date
f13e6cf096 Accepting request 1231814 from M17N
- Update version to 1.0.99.20210817
  * Removed duplicated entry in str.xml
  * Fixed a build error of I_ since eek-types.h has the duplicated one
  * Fixed to use deprecated APIs in GTK 3.12
  * Imported code.google.com/p/input-pad
  * Updated str.xml.in for Emoji and Japanese Acronym
  * Fixed CSS data of GtkButton for GTK 3.20
  * configure: Repalced AC_PROG_LIBTOOL with LT_INIT
  * Fix some typos in translatable text and make some texts easier to translate
  * Run input-pad with GDK X11 backend
  * Updated translations (forwarded request 1231811 from hillwood)

OBS-URL: https://build.opensuse.org/request/show/1231814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/input-pad?expand=0&rev=11
2024-12-18 19:10:15 +00:00
7611ddfc01 - Update version to 1.0.99.20210817
* Removed duplicated entry in str.xml
  * Fixed a build error of I_ since eek-types.h has the duplicated one
  * Fixed to use deprecated APIs in GTK 3.12
  * Imported code.google.com/p/input-pad
  * Updated str.xml.in for Emoji and Japanese Acronym
  * Fixed CSS data of GtkButton for GTK 3.20
  * configure: Repalced AC_PROG_LIBTOOL with LT_INIT
  * Fix some typos in translatable text and make some texts easier to translate
  * Run input-pad with GDK X11 backend
  * Updated translations

OBS-URL: https://build.opensuse.org/package/show/M17N/input-pad?expand=0&rev=17
2024-12-18 08:43:53 +00:00
4 changed files with 21 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Dec 18 08:40:42 UTC 2024 - Hillwood Yang <hillwood@opensuse.org>
- Update version to 1.0.99.20210817
* Removed duplicated entry in str.xml
* Fixed a build error of I_ since eek-types.h has the duplicated one
* Fixed to use deprecated APIs in GTK 3.12
* Imported code.google.com/p/input-pad
* Updated str.xml.in for Emoji and Japanese Acronym
* Fixed CSS data of GtkButton for GTK 3.20
* configure: Repalced AC_PROG_LIBTOOL with LT_INIT
* Fix some typos in translatable text and make some texts easier to translate
* Run input-pad with GDK X11 backend
* Updated translations
-------------------------------------------------------------------
Wed Jul 21 05:07:48 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package input-pad
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,16 +23,14 @@
%define build_xtest (0%{suse_version} > 1210)
Name: input-pad
Version: 1.0.99.20140916
Version: 1.0.99.20210817
Release: 0
Summary: On-screen Input Pad to Send Characters with Mouse
License: LGPL-2.0-or-later
Group: System/GUI/Other
URL: https://github.com/fujiwarat/input-pad
Source0: %{name}-%{version}.tar.gz
Source0: https://github.com/fujiwarat/input-pad/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gettext-devel
BuildRequires: gtk2-devel
BuildRequires: gtk3-devel