forked from pool/input-pad
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f13e6cf096 | |||
| 7611ddfc01 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0769e5e6fe4d741d25189ebe98dbf0f9d7edc1a516025783c0574799684159c
|
||||
size 621070
|
||||
3
input-pad-1.0.99.20210817.tar.gz
Normal file
3
input-pad-1.0.99.20210817.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd51c0778904e289c0812e6fdd6077c141ce3cca50b2e946b317cb43268d6cd0
|
||||
size 693622
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user