forked from pool/appeditor
Compare commits
10 Commits
a68812e5ef
...
873c6b03d4
Author | SHA256 | Date | |
---|---|---|---|
873c6b03d4 | |||
|
931cc71e01 | ||
7313225a9f | |||
5ec5c8987a | |||
21f06c0a83 | |||
|
797458dca6 | ||
9aaa2bc89e | |||
|
bb09e50db6 | ||
231da0f8fb | |||
|
8b33f24ac2 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:204874da816e4175c5130171bce297685f5433686e8d9be3881a2db7e68ab54a
|
||||
size 147875
|
18
appeditor-1.1.3-fix-flickering-titlebar.patch
Normal file
18
appeditor-1.1.3-fix-flickering-titlebar.patch
Normal file
@@ -0,0 +1,18 @@
|
||||
diff -Naur appeditor-1.1.3-original/data/application.css appeditor-1.1.3/data/application.css
|
||||
--- appeditor-1.1.3-original/data/application.css 2021-12-18 16:27:48.000000000 -0500
|
||||
+++ appeditor-1.1.3/data/application.css 2021-12-19 09:20:43.060355988 -0500
|
||||
@@ -26,7 +26,6 @@
|
||||
|
||||
.titlebar {
|
||||
border: none;
|
||||
- background-image: none;
|
||||
background-color: @bg_color;
|
||||
box-shadow:
|
||||
inset 1px 0 0 0 alpha (@bg_highlight_color, 0.2),
|
||||
@@ -52,4 +51,4 @@
|
||||
|
||||
entry {
|
||||
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||||
-}
|
||||
\ No newline at end of file
|
||||
+}
|
3
appeditor-1.1.5.tar.gz
Normal file
3
appeditor-1.1.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14c27eb172c8f518d6443af6fb43120935c592443582c0b3b25c802022e00c5d
|
||||
size 5451667
|
@@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 22 14:19:54 UTC 2023 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
- Update to version 1.1.5:
|
||||
* Make AppEditor available in elementary OS 7.
|
||||
* New translations: Czech.
|
||||
- Changes from version 1.1.4:
|
||||
* Fix payment not working in the AppCenter.
|
||||
* New translations: Swedish.
|
||||
- Remove appeditor-1.1.3-vala-0.55.1.patch: Fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 18:09:06 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
- Add appeditor-1.1.3-vala-0.55.1.patch: Fix build with Vala 0.55.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 17 22:31:11 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
- Update to version 1.1.3:
|
||||
* Fix a warning.
|
||||
- Changes from version 1.1.2:
|
||||
* Add new translation: Portuguese.
|
||||
* Fix some Flatpak issues.
|
||||
* Fix some typos.
|
||||
- Add appeditor-1.1.3-fix-flickering-titlebar.patch, picked from
|
||||
Fedora (gh#donadigo/appeditor#103).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 07:28:47 UTC 2020 - Alexei Podvalsky <avvissu@yandex.by>
|
||||
|
||||
- Update to 1.1.1:
|
||||
* Add dependency gettext in README.md (#93)
|
||||
* Fix .desktop issues
|
||||
* Fix dash in the npm command
|
||||
* Fix compilation on newer valac
|
||||
* Update travis to make build successful
|
||||
* Merge #84 manually
|
||||
* Update .po files
|
||||
* Manually merge #66, #62 and #33
|
||||
* Add turkish to LINGUAS
|
||||
* Update fr.po (#78)
|
||||
* Add LICENSE
|
||||
- Drop appeditor-1.1.0-vala-0.46.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 15:30:50 UTC 2019 - Alexei Podvalsky <avvissu@yandex.by>
|
||||
|
||||
- Add appeditor-1.1.0-vala-0.46.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 14 18:21:47 UTC 2018 - avvissu@yandex.by
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package appeditor
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,18 +12,20 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: appeditor
|
||||
Version: 1.1.0
|
||||
Version: 1.1.5
|
||||
Release: 0
|
||||
Summary: Application Entry Editor
|
||||
License: GPL-3.0-or-later
|
||||
Group: System/GUI/Other
|
||||
URL: https://github.com/donadigo/appeditor
|
||||
Source: https://github.com/donadigo/appeditor/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM appeditor-1.1.3-fix-flickering-titlebar.patch -- gh#donadigo/appeditor#103
|
||||
Patch0: appeditor-1.1.3-fix-flickering-titlebar.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libxml2-tools
|
||||
@@ -44,7 +46,7 @@ and to edit their properties.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
|
Reference in New Issue
Block a user