Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7aa7be805b |
||
|
|
cf359a9066 |
4 changed files with 24 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/appeditor-1.1.0.tar.gz
|
||||
/appeditor-1.1.1.tar.gz
|
||||
|
|
|
|||
13
00-fix-vala-issues.patch
Normal file
13
00-fix-vala-issues.patch
Normal 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 = "";
|
||||
}
|
||||
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (appeditor-1.1.0.tar.gz) = 23054d2dcd083d345052facd3fe2b0f779ab7bad5b6b23cda52e2d0eda9c62de6f62fcde3b72bcd060a9c0cd6e3e96eba2bf9ea19276d56b516621b95594f60b
|
||||
SHA512 (appeditor-1.1.1.tar.gz) = 7700fdc6cfcca71250d1da2d84640a6d8160034aace04a6ed9d7dcc3c77d4dde7e0ef3c4e21a1a847069f009d2e45bfac0a33bf5e0868da560415231c653d27a
|
||||
|
|
|
|||
Reference in a new issue