SHA256
1
0
forked from pool/appeditor

Compare commits

...

10 Commits

Author SHA256 Message Date
873c6b03d4 Accepting request 1163738 from X11:Pantheon:Apps
OBS-URL: https://build.opensuse.org/request/show/1163738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appeditor?expand=0&rev=6
2024-04-02 14:42:50 +00:00
Alexei Podvalsky
931cc71e01 Accepting request 1134642 from home:1Antoine1:branches:X11:Pantheon:Apps
- 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.

OBS-URL: https://build.opensuse.org/request/show/1134642
OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/appeditor?expand=0&rev=13
2024-03-30 23:01:51 +00:00
7313225a9f Accepting request 986698 from X11:Pantheon:Apps
OBS-URL: https://build.opensuse.org/request/show/986698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appeditor?expand=0&rev=5
2022-07-05 10:09:29 +00:00
5ec5c8987a Accepting request 984936 from home:1Antoine1:branches:X11:Pantheon:Apps
- Add appeditor-1.1.3-vala-0.55.1.patch: Fix build with Vala 0.55.1

OBS-URL: https://build.opensuse.org/request/show/984936
OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/appeditor?expand=0&rev=11
2022-07-04 15:55:31 +00:00
21f06c0a83 Accepting request 948035 from X11:Pantheon:Apps
OBS-URL: https://build.opensuse.org/request/show/948035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appeditor?expand=0&rev=4
2022-01-22 07:18:42 +00:00
Alexei Podvalsky
797458dca6 Accepting request 947077 from home:1Antoine1:branches:X11:Pantheon:Apps
- 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).

OBS-URL: https://build.opensuse.org/request/show/947077
OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/appeditor?expand=0&rev=10
2022-01-21 22:39:23 +00:00
9aaa2bc89e Accepting request 800968 from X11:Pantheon:Apps
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/800968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appeditor?expand=0&rev=3
2020-05-07 12:56:39 +00:00
Alexei Podvalsky
bb09e50db6 Accepting request 799336 from home:awissu:branches:X11:Pantheon:Apps
- Update to new release

OBS-URL: https://build.opensuse.org/request/show/799336
OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/appeditor?expand=0&rev=8
2020-05-05 08:29:09 +00:00
231da0f8fb Accepting request 744524 from X11:Pantheon:Apps
OBS-URL: https://build.opensuse.org/request/show/744524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appeditor?expand=0&rev=2
2019-10-31 21:47:28 +00:00
Alexei Podvalsky
8b33f24ac2 Accepting request 744523 from home:awissu:branches:X11:Pantheon:Apps
- Add appeditor-1.1.0-vala-0.46.patch

OBS-URL: https://build.opensuse.org/request/show/744523
OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/appeditor?expand=0&rev=6
2019-10-31 15:36:10 +00:00
5 changed files with 77 additions and 7 deletions

View File

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

View 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
View File

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

View File

@@ -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

View File

@@ -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