Compare commits
21 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a62d926d4 | ||
|
|
a39091ed5c | ||
|
|
225bc72046 | ||
|
|
a41de24c66 | ||
|
|
3b2d627e10 | ||
|
|
e00f798db0 | ||
|
|
f289e3984a | ||
|
|
436e805ffe | ||
|
|
1fbae2f808 | ||
|
|
bdee1832c3 | ||
|
|
93ee4eb472 | ||
|
|
cc4f0ca6bf | ||
|
|
0f838fbdba | ||
|
|
8d9b44087c | ||
|
|
a86eb0427d | ||
|
|
38372ba4fe | ||
|
|
bf4a8d5f06 | ||
|
|
f0dc6f9b7e | ||
|
|
188fb5aec6 | ||
|
|
da25c0873a | ||
|
|
7bdc683b6f |
8 changed files with 1 additions and 315 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,4 +0,0 @@
|
|||
/appeditor-1.1.0.tar.gz
|
||||
/appeditor-1.1.1.tar.gz
|
||||
/appeditor-1.1.3.tar.gz
|
||||
/appeditor-aeb0b13e5dfd2dfde951e8f18d9075eee5054f71.tar.gz
|
||||
24
122.patch
24
122.patch
|
|
@ -1,24 +0,0 @@
|
|||
From bd27f269bde4fee617506f5f869842cc8ceab827 Mon Sep 17 00:00:00 2001
|
||||
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
|
||||
Date: Sun, 16 Jan 2022 19:49:21 -0500
|
||||
Subject: [PATCH] Fix #121 (failure to compile with vala 0.55.1)
|
||||
|
||||
Make create_exec_filename public so it is not less accessible than
|
||||
OPTIONS, the value of which contains it.
|
||||
---
|
||||
src/Application.vala | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/Application.vala b/src/Application.vala
|
||||
index 118e88d..45212a1 100755
|
||||
--- a/src/Application.vala
|
||||
+++ b/src/Application.vala
|
||||
@@ -26,7 +26,7 @@ public class AppEditor.Application : Gtk.Application {
|
||||
return Gtk.check_version (3, 22, 0) == null;
|
||||
}
|
||||
|
||||
- private static string? create_exec_filename;
|
||||
+ public static string? create_exec_filename;
|
||||
|
||||
private MainWindow? window = null;
|
||||
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# appeditor
|
||||
|
||||
The appeditor package
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
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
|
||||
+}
|
||||
224
appeditor.spec
224
appeditor.spec
|
|
@ -1,224 +0,0 @@
|
|||
%global app_id com.github.donadigo.appeditor
|
||||
|
||||
# Upstream failed to tag release 1.1.4, but the commit message makes it clear a
|
||||
# release was intended.
|
||||
%global commit aeb0b13e5dfd2dfde951e8f18d9075eee5054f71
|
||||
%global snapdate 20220103
|
||||
|
||||
Name: appeditor
|
||||
Summary: Edit application menu
|
||||
Version: 1.1.4^%{snapdate}git%(echo '%{commit}' | cut -b -7)
|
||||
Release: %autorelease
|
||||
# The entire source is GPL-3.0-only, except:
|
||||
# - data/com.github.donadigo.appeditor.appdata.xml.in is CC0-1.0, which is
|
||||
# allowed for content only
|
||||
License: GPL-3.0-only AND CC0-1.0
|
||||
|
||||
URL: https://github.com/donadigo/appeditor
|
||||
Source0: %{url}/archive/%{commit}/appeditor-%{commit}.tar.gz
|
||||
|
||||
# https://github.com/donadigo/appeditor/issues/103#issuecomment-756924055
|
||||
Patch: appeditor-1.1.3-fix-flickering-titlebar.patch
|
||||
# Fails to compile with vala 0.55.1
|
||||
# https://github.com/donadigo/appeditor/issues/121
|
||||
# https://github.com/donadigo/appeditor/pull/122
|
||||
Patch: %{url}/pull/122.patch
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
|
||||
# Still required by guidelines for now
|
||||
# (https://pagure.io/packaging-committee/issue/1053):
|
||||
BuildRequires: libappstream-glib
|
||||
# Matches what gnome-software and others use:
|
||||
BuildRequires: appstream
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala
|
||||
BuildRequires: gcc
|
||||
|
||||
BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(granite)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
|
||||
Requires: contractor
|
||||
Requires: hicolor-icon-theme
|
||||
|
||||
Summary(ca): Modifiqueu el menú d’aplicacions
|
||||
Summary(de): Keine Anwendungen gefunden
|
||||
Summary(es): Editar el menú de aplicaciones
|
||||
Summary(fr): Modifier le menu des applications
|
||||
Summary(it): Modifica Menù Applicazione
|
||||
Summary(ja): アプリケーションメニューを編集します
|
||||
Summary(lt): Programų nerasta
|
||||
Summary(nl_NL): Toepassingenmenu bewerken
|
||||
Summary(pt): Editar menu da aplicações
|
||||
Summary(pt_BR): Editar menu da aplicações
|
||||
Summary(ru): Изменяйте меню приложений
|
||||
Summary(sv): Redigera programmenyn
|
||||
Summary(tr): Uygulama menülerini düzenle
|
||||
|
||||
%description
|
||||
Edit application entries shown in application menu and their properties.
|
||||
|
||||
Features include:
|
||||
|
||||
• Hide and show applications from the application menu
|
||||
• Create new application entries
|
||||
• Change application’s display name, icon and more
|
||||
|
||||
%description -l ca
|
||||
Modifiqueu les entrades mostrades al menú d’aplicacions i les seves propietats.
|
||||
|
||||
Funcionalitats distintives:
|
||||
|
||||
• Amagueu i mostreu entrades al menú d’aplicacions
|
||||
• Creeu-ne de noves
|
||||
• Canvieu el nom visible, la icona i molt més per cada aplicació
|
||||
|
||||
# %%description -l de
|
||||
# (only partially translated upstream)
|
||||
|
||||
%description -l es
|
||||
Edite las entradas del menú de aplicaciones y sus propiedades.
|
||||
|
||||
Algunas de las funcionalidades son:
|
||||
|
||||
• Ocultar y mostrar entradas del menú de aplicaciones
|
||||
• Crear entradas de aplicación nuevas
|
||||
• Cambiar el nombre mostrado de una aplicación, su icono y más
|
||||
|
||||
%description -l fr
|
||||
Modifiez les raccourcis et leurs propriétés dans le menu des applications.
|
||||
|
||||
Fonctionnalités incluses:
|
||||
|
||||
• Masquer et afficher les applications du menu des applications
|
||||
• Créer de nouveaux raccourcis d’application
|
||||
• Changer le nom d’une application, son icône, etc
|
||||
|
||||
%description -l it
|
||||
Modifica le voci dell’applicazione visualizzate nel menu le relative proprietà.
|
||||
|
||||
Funzionalità incluse:
|
||||
|
||||
• Mostra e nascondi le applicazioni nel Menù Applicazioni
|
||||
• Crea nuova voce applicazione
|
||||
• Cambia il nome visualizzato dell’applicazione, la sua icona ed altro
|
||||
|
||||
%description -l ja
|
||||
アプリケーションメニューに表示されるアプリケーションのエントリーとプロパティ
|
||||
を編集します。
|
||||
|
||||
含まれる機能:
|
||||
|
||||
• アプリケーションをアプリケーションメニューから隠したり表示したりします
|
||||
• 新しいアプリケーションのエントリーを作成します
|
||||
• アプリケーションの表示名やアイコンなどを変更します
|
||||
|
||||
# %%description -l lt
|
||||
# (only partially translated upstream)
|
||||
|
||||
%description -l nl_NL
|
||||
Bewerk menu-items uit het toepassingenmenu, inclusief hun eigenschappen.
|
||||
|
||||
Het bevat de volgende mogelijkheden:
|
||||
|
||||
• Toon en verberg items uit het toepassingenmenu
|
||||
• Maak nieuwe menu-items
|
||||
• Pas de weergavenaam, het pictogram en meer aan
|
||||
|
||||
%description -l pt
|
||||
Editar entradas de aplicações mostradas no menu das aplicações e as suas
|
||||
propriedades.
|
||||
|
||||
Características incluídas:
|
||||
|
||||
• Esconde e mostra aplicações do menu de aplicações
|
||||
• Criar novas entradas de aplicações
|
||||
• Alterar o nome de exibição da aplicação, ícone e mais
|
||||
|
||||
%description -l pt_BR
|
||||
Editar entradas de aplicações mostradas no menu das aplicações e as suas
|
||||
propriedades.
|
||||
|
||||
Características incluídas:
|
||||
|
||||
• Esconde e mostra aplicações do menu de aplicações
|
||||
• Criar novas entradas de aplicações
|
||||
• Alterar o nome de exibição da aplicação, ícone e mais
|
||||
|
||||
%description -l ru
|
||||
Редактирование описания и свойств программ в меню приложений.
|
||||
|
||||
Доступные возможности:
|
||||
|
||||
• Скрытие и отображение программ в меню приложений
|
||||
• Создание новых записей о приложениях
|
||||
• Изменение отображаемого имени приложение, значка и многого другого
|
||||
|
||||
%description -l sv
|
||||
Redigera programposterna som visas i menyn, och dess egenskaper.
|
||||
|
||||
Funktioner:
|
||||
|
||||
• Dölj och visa program i programmenyn.
|
||||
• Skapa nya programposter.
|
||||
• Ändra programmens visningsnamn, ikon och mer.
|
||||
|
||||
%description -l tr
|
||||
Uygulama menüsünde gösterilen uygulama girişlerini ve özelliklerini düzenleyin.
|
||||
|
||||
Özellikler şunlardır:
|
||||
|
||||
• Uygulama menüsünden uygulamaları gizleme ve gösterme
|
||||
• Yeni uygulama girişleri oluşturma
|
||||
• Uygulamanın görünen adını, simgesini ve daha fazlasını değiştirin
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n appeditor-%{commit} -p1
|
||||
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%find_lang %{app_id}
|
||||
|
||||
|
||||
%check
|
||||
desktop-file-validate \
|
||||
%{buildroot}/%{_datadir}/applications/%{app_id}.desktop
|
||||
|
||||
# Still required by guidelines for now
|
||||
# (https://pagure.io/packaging-committee/issue/1053):
|
||||
appstream-util validate-relax --nonet \
|
||||
%{buildroot}/%{_metainfodir}/%{app_id}.appdata.xml
|
||||
# Matches what gnome-software and others use:
|
||||
appstreamcli validate --nonet \
|
||||
%{buildroot}/%{_metainfodir}/%{app_id}.appdata.xml
|
||||
|
||||
|
||||
%files -f %{app_id}.lang
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
|
||||
%{_bindir}/%{app_id}
|
||||
|
||||
%{_datadir}/applications/%{app_id}.desktop
|
||||
%{_datadir}/contractor/%{app_id}.contract
|
||||
%{_datadir}/glib-2.0/schemas/%{app_id}.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/%{app_id}.svg
|
||||
%{_metainfodir}/%{app_id}.appdata.xml
|
||||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
41
changelog
41
changelog
|
|
@ -1,41 +0,0 @@
|
|||
* Tue Jul 20 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.1-9
|
||||
- Fix flickering titlebar (https://github.com/donadigo/appeditor/issues/103)
|
||||
|
||||
* Fri Jul 09 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.1-8
|
||||
- Switch License field to “effective license” of GPLv3
|
||||
|
||||
* Mon Mar 08 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.1-7
|
||||
- Localize summary and description where translations are available upstream
|
||||
|
||||
* Fri Feb 19 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-6
|
||||
- Rebuilt for granite 6 soname bump.
|
||||
|
||||
* Tue Feb 09 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.1-5
|
||||
- Correct License from “LGPLv2+” to “GPLv3 and LGPLv2+ and CC0”
|
||||
|
||||
* Tue Feb 09 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.1-4
|
||||
- Package LICENSE file
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Apr 17 2020 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
|
||||
- Update to version 1.1.1.
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Nov 02 2019 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-4
|
||||
- Include a simple patch to fix compilation with newer vala versions.
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* 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.
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (appeditor-aeb0b13e5dfd2dfde951e8f18d9075eee5054f71.tar.gz) = dc914149e479797bfdeb6350ba12486a123949bd5b84c63b50c35db310e4974e791b66725a248b06c5af5dc7cdfc070d7c6644b95259d9d12b732410919b0c73
|
||||
Reference in a new issue