Compare commits
1 commit
rawhide
...
epel8-play
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11441370f8 |
5 changed files with 1 additions and 178 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,5 +0,0 @@
|
|||
/xapps-*.tar.gz
|
||||
/xapps-*.src.rpm
|
||||
/flags-*.tar.gz
|
||||
/flags_1.0.2.tar.xz
|
||||
/flags_1.0.4.tar.xz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
epel8-playground decommissioned : https://pagure.io/epel/issue/136
|
||||
2
sources
2
sources
|
|
@ -1,2 +0,0 @@
|
|||
SHA512 (xapps-3.3.4-unstable.tar.gz) = 8a69e549413902f75eb60c1089c86a2d3eb25f6ef016c605e8e8bf623531daf8d47b48720b189010e6dbd595d5250072c77e11c4ab79247dedcf0220e60ff466
|
||||
SHA512 (flags_1.0.4.tar.xz) = 303e7a77fb3819c602f59727ea9c9a56486435c5331e7721cac205c1e840d6a2f609f5fdb6b8fa401b1e8b6a32ee3915ef06255ad86d7c3de88842787010e56c
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
--- b/meson.build
|
||||
+++ a/meson.build
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
dbus_services_dir = dependency('dbus-1').get_variable(pkgconfig: 'session_bus_services_dir',
|
||||
pkgconfig_define: ['datadir', get_option('datadir')])
|
||||
-sn_watcher_dir = join_paths(get_option('prefix'), get_option('libdir'), 'xapps')
|
||||
+sn_watcher_dir = join_paths(get_option('prefix'), get_option('libexecdir'), 'xapps')
|
||||
|
||||
cdata = configuration_data()
|
||||
cdata.set_quoted('GETTEXT_PACKAGE', 'xapp')
|
||||
|
||||
159
xapps.spec
159
xapps.spec
|
|
@ -1,159 +0,0 @@
|
|||
%global upstream_version 3.3.4-unstable
|
||||
|
||||
Name: xapps
|
||||
Version: 3.3.4^unstable
|
||||
Release: 1%{?dist}
|
||||
Summary: Common files for XApp desktop apps
|
||||
|
||||
License: LGPL-3.0-only
|
||||
URL: https://github.com/linuxmint/%{name}
|
||||
Source0: %{url}/archive/%{upstream_version}/%{name}-%{upstream_version}.tar.gz
|
||||
Source1: http://packages.linuxmint.com/pool/main/f/flags/flags_1.0.4.tar.xz
|
||||
Patch0: watcher_fix_libexec.patch
|
||||
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: gtk-layer-shell-devel
|
||||
BuildRequires: libdbusmenu-gtk3-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libgnomekbd-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: python3-gobject-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: vala
|
||||
|
||||
Requires: fpaste
|
||||
%if 0%{?fedora}
|
||||
Recommends: inxi
|
||||
%endif
|
||||
Requires: python3-xapps-overrides%{?_isa} = %{version}-%{release}
|
||||
Requires: xdg-utils
|
||||
Requires: xorg-x11-xinit
|
||||
Recommends: switcheroo-control
|
||||
Obsoletes: python2-xapps-overrides < %{version}-%{release}
|
||||
|
||||
%description
|
||||
This package includes files that are shared between several XApp
|
||||
apps (i18n files and configuration schemas).
|
||||
|
||||
%package mate
|
||||
Summary: Mate status applet with HIDPI support
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description mate
|
||||
Mate status applet with HIDPI support
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Development libraries and header files for
|
||||
developing XApp apps.
|
||||
|
||||
%package -n python3-xapps-overrides
|
||||
Summary: Python%{python3_version} files for %{name}
|
||||
|
||||
Requires: python3-gobject-base%{?_isa}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Provides: python3-xapps-overrides = %{version}-%{release}
|
||||
Provides: python3-xapps-overrides%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description -n python3-xapps-overrides
|
||||
Python%{python3_version} files for XApp apps.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n xapp-%{upstream_version}
|
||||
|
||||
%build
|
||||
%meson \
|
||||
--buildtype=debugoptimized \
|
||||
-D deprecated_warnings=false
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
tar -xf %{SOURCE1} -C %{buildroot}%{_datadir} --strip 3
|
||||
rm %{buildroot}%{_datadir}/format
|
||||
|
||||
%{_bindir}/desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/xapp-sn-watcher.desktop
|
||||
|
||||
%find_lang xapp
|
||||
|
||||
%files -f xapp.lang
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_sysconfdir}/xdg/autostart/xapp-sn-watcher.desktop
|
||||
%{_sysconfdir}/X11/xinit/xinitrc.d/80xapp-gtk3-module.sh
|
||||
%{_bindir}/pastebin
|
||||
%{_bindir}/upload-system-info
|
||||
%{_bindir}/xapp-gpu-offload
|
||||
%{_bindir}/xfce4-set-wallpaper
|
||||
%{_libdir}/libxapp.so.*
|
||||
%{_libdir}/girepository-1.0/XApp-1.0.typelib
|
||||
%{_libdir}/gtk-3.0/modules/libxapp-gtk3-module.so
|
||||
%dir %{_libexecdir}/xapps/
|
||||
%{_libexecdir}/xapps/xapp-sn-watcher
|
||||
%{_datadir}/dbus-1/services/org.x.StatusNotifierWatcher.service
|
||||
%{_datadir}/iso-flag-png/
|
||||
%{_datadir}/glib-2.0/schemas/org.x.apps.*.xml
|
||||
%{_datadir}/icons/hicolor/scalable/*/*.svg
|
||||
|
||||
%files mate
|
||||
%{_libexecdir}/xapps/*.py
|
||||
%{_datadir}/dbus-1/services/org.mate.panel.applet.MateXAppStatusAppletFactory.service
|
||||
%{_datadir}/mate-panel/applets/org.x.MateXAppStatusApplet.mate-panel-applet
|
||||
|
||||
%files devel
|
||||
%{_includedir}/*
|
||||
%{_libdir}/libxapp.so
|
||||
%{_libdir}/pkgconfig/xapp.pc
|
||||
%{_datadir}/gir-1.0/XApp-1.0.gir
|
||||
%{_datadir}/glade/catalogs/xapp-glade-catalog.xml
|
||||
%{_datadir}/vala/vapi/xapp.vapi
|
||||
%{_datadir}/vala/vapi/xapp.deps
|
||||
|
||||
%files -n python3-xapps-overrides
|
||||
%{python3_sitearch}/gi/overrides/XApp.py
|
||||
%{python3_sitearch}/gi/overrides/__pycache__/XApp.cpython-%{python3_version_nodots}*.py*
|
||||
|
||||
%changelog
|
||||
* Sat Aug 15 2026 Leigh Scott <leigh123linux@gmail.com> - 3.3.4^unstable-1
|
||||
- Update to 3.3.4-unstable
|
||||
|
||||
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 3.3.3^unstable-3
|
||||
- Rebuilt for Python 3.15.0b4 ABI change
|
||||
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.3^unstable-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jun 20 2026 Leigh Scott <leigh123linux@gmail.com> - 3.3.3^unstable-1
|
||||
- Update to 3.3.3-unstable
|
||||
|
||||
* Tue Jun 16 2026 Leigh Scott <leigh123linux@gmail.com> - 3.3.2^unstable-1
|
||||
- Update to 3.3.2-unstable
|
||||
|
||||
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 3.3.1^unstable-2
|
||||
- Rebuilt for Python 3.15
|
||||
|
||||
* Sat May 23 2026 Leigh Scott <leigh123linux@gmail.com> - 3.3.1^unstable-1
|
||||
- Update to 3.3.1-unstable
|
||||
|
||||
* Sat Feb 28 2026 Leigh Scott <leigh123linux@gmail.com> - 3.2.2-3
|
||||
- Update flags
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jan 09 2026 Leigh Scott <leigh123linux@gmail.com> - 3.2.2-1
|
||||
- Update to 3.2.2
|
||||
|
||||
* Sat Dec 13 2025 Leigh Scott <leigh123linux@gmail.com> - 3.2.1-1
|
||||
- Update to 3.2.1
|
||||
|
||||
* Wed Nov 12 2025 Leigh Scott <leigh123linux@gmail.com> - 3.2.0-1
|
||||
- Update to 3.2.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue