Compare commits

...
This repository has been archived on 2026-09-10. 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.

10 commits

Author SHA1 Message Date
Maxwell G
fbefd2dcea Orphaned for 6+ weeks 2025-04-09 18:36:48 -05:00
Fedora Release Engineering
e0f72d4c98 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 15:33:39 +00:00
Miroslav Suchý
c0a7e61222 convert GPLv3+ license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-07-25 13:32:53 +02:00
Fedora Release Engineering
e5eebfb331 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 09:50:03 +00:00
Fedora Release Engineering
235a72877e Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 09:26:23 +00:00
Fedora Release Engineering
2739d94d2a Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 18:37:49 +00:00
Fedora Release Engineering
dca94dd6d0 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 07:15:40 +00:00
Fedora Release Engineering
7be8c78af7 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 12:54:16 +00:00
Artem Polishchuk
06c6c36cef chore(update): 0.14 2022-02-03 10:44:57 +03:00
Fedora Release Engineering
490a791e2d - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-22 04:54:31 +00:00
5 changed files with 1 additions and 112 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
/xde-menu-0.11.tar.gz
/xde-menu-0.12.tar.gz

View file

@ -1,3 +0,0 @@
# xde-menu
The xde-menu package

1
dead.package Normal file
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file

@ -1 +0,0 @@
SHA512 (xde-menu-0.12.tar.gz) = dc03cea2682aace564d5cdbca554085caa7da422ce363b991da77c292ab4739d5c25595c26bb2e2a2e95a228baa472fbdd5866529bb3f4de37c03481b4bdaa3e

View file

@ -1,106 +0,0 @@
# Enable LTO
%global optflags %{optflags} -flto
%global build_ldflags %{build_ldflags} -flto
Name: xde-menu
Version: 0.12
Release: 4%{?dist}
Summary: Menu system for the X Desktop Environment
License: GPLv3+
URL: https://github.com/bbidulock/xde-menu
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: desktop-file-utils
BuildRequires: gcc
BuildRequires: libtool
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gtk+-2.0) >= 2.4.0
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(libgnome-menu-3.0)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libwnck-1.0)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xau)
BuildRequires: pkgconfig(xdmcp)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xft)
BuildRequires: pkgconfig(xscrnsaver)
%description
This package provides a number of "C"-language tools for working with the X
Desktop Environment. Most of these tools were previously written in perl(1) and
were part of the xde-tools package. They have now been codified in "C" for speed
and to provide access to libraries not available from perl(1).
%prep
%autosetup -p1
%build
autoreconf -vfi
%configure
%make_build
%install
%make_install
rm %{buildroot}%{_libdir}/%{name}/modules/*.la
%check
# https://github.com/bbidulock/xde-menu/issues/5
#desktop-file-validate %%{buildroot}%%{_datadir}/applications/*.desktop
%files
%license COPYING
%doc README.md AUTHORS ChangeLog NEWS THANKS
%{_bindir}/%{name}
%{_bindir}/%{name}-monitor
%{_bindir}/%{name}-popmenu
%{_bindir}/%{name}-quit
%{_bindir}/%{name}-refresh
%{_bindir}/%{name}-replace
%{_bindir}/%{name}-restart
%{_bindir}/xde-menugen
%{_datadir}/applications/*.desktop
%{_datadir}/X11/app-defaults
%{_libdir}/%{name}
%{_mandir}/man1/*
%{_sysconfdir}/xdg/autostart/%{name}.desktop
%changelog
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Feb 11 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.12-1
- Update to 0.12
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Sep 05 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.11-2
- Update to 0.11
* Wed Sep 04 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.10-2
- Update to 0.10
* Fri Aug 30 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.9-1
- Initial package