Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

2 commits

Author SHA1 Message Date
Fabio Valentini
7aa7be805b
update to version 1.1.1 2020-04-17 15:40:32 +02:00
Fabio Valentini
cf359a9066
include a simple patch to fix compilation with newer vala versions 2019-11-02 20:32:32 +01:00
4 changed files with 24 additions and 6 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/appeditor-1.1.0.tar.gz
/appeditor-1.1.1.tar.gz

13
00-fix-vala-issues.patch Normal file
View file

@ -0,0 +1,13 @@
diff --git a/src/DesktopApp.vala b/src/DesktopApp.vala
index 0e6fa47..fc7a11e 100644
--- a/src/DesktopApp.vala
+++ b/src/DesktopApp.vala
@@ -130,7 +130,7 @@ public class AppEditor.DesktopApp : Object {
public unowned string get_path () {
if (path == null) {
- unowned string _path = info.get_string (KeyFileDesktop.KEY_PATH);
+ string _path = info.get_string (KeyFileDesktop.KEY_PATH);
if (_path == null) {
_path = "";
}

View file

@ -2,8 +2,8 @@
Name: appeditor
Summary: Edit application menu
Version: 1.1.0
Release: 2%{?dist}
Version: 1.1.1
Release: 1%{?dist}
License: LGPLv2+
URL: https://github.com/donadigo/%{name}
@ -22,7 +22,6 @@ BuildRequires: pkgconfig(gtk+-3.0)
Requires: contractor
Requires: hicolor-icon-theme
%description
AppEditor allows you to edit application entries in the application menu. Some
of it's features include:
@ -33,7 +32,7 @@ of it's features include:
%prep
%autosetup
%autosetup -p1
%build
@ -68,10 +67,15 @@ appstream-util validate-relax --nonet \
%changelog
* Fri Apr 17 2020 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
- Update to version 1.1.1.
* Sat Nov 02 2019 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-3
- Include a simple patch to fix compilation with newer vala versions.
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Sep 01 2018 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
- Initial package for fedora.

View file

@ -1 +1 @@
SHA512 (appeditor-1.1.0.tar.gz) = 23054d2dcd083d345052facd3fe2b0f779ab7bad5b6b23cda52e2d0eda9c62de6f62fcde3b72bcd060a9c0cd6e3e96eba2bf9ea19276d56b516621b95594f60b
SHA512 (appeditor-1.1.1.tar.gz) = 7700fdc6cfcca71250d1da2d84640a6d8160034aace04a6ed9d7dcc3c77d4dde7e0ef3c4e21a1a847069f009d2e45bfac0a33bf5e0868da560415231c653d27a