mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
9bbe91be03
* fix(lint): prismlauncher* fluent-icon-theme * fix(lint): fix lints for 6 packages (#578) * fix(lint): fix rpmlint lints for youki package * fix(lint): fix rpmlint lints for xdg-desktop-portal-pantheon * fix(lint): fix rpmlint lints for wingpanel package * fix(lint): fix rpmlint lints for wingpanel-indicator-sound package * fix(lint): fix rpmlint lints for wingpanel-indicator-session package * fix(lint): fix rpmlint lints for wingpanel-indicator-power package * fix(lint): * * fix random typos * feat: revert anda/desktops * fix: armcord-bin authy blahaj * fix: ... anki authy discord~ aya~sound groovy kotlin libappimage qt5-pim * fix: ... qdjango moby-buildx nim-nightly nim system76-scheduler unity-scope-home kondo pop-launcher fuc graalvm vala-lint-nightly * fix: armcord-bin authy blahaj groovy * fix: ... libappimage moby0buildx nim-nightly nim system76-scheduler subatomic * fix blahaj * fix: kondo * fix: libappimage moby-buildx system76-scheduler nim-nightly * fix: subatomic * fix: subatomic * fix: nim * Update anki.spec Signed-off-by: madomado <wboy111@outlook.com> * fix: libappimage nim-nightly * fix: moby-buildx subatomic * fix: moby-buildx subatomic --------- Signed-off-by: madomado <wboy111@outlook.com> Co-authored-by: HTGAzureX1212 <39023054+HTG-YT@users.noreply.github.com>
88 lines
2.4 KiB
RPMSpec
88 lines
2.4 KiB
RPMSpec
%global forgeurl https://gitlab.com/vala-panel-project/vala-panel
|
|
%global commit ead4e7a36b0e4b0a2ac43c5d9ca17eb753461afe
|
|
|
|
%forgemeta
|
|
|
|
Name: vala-panel
|
|
Version: 0.5.0
|
|
Release: 2%?dist
|
|
License: LGPL-3.0-or-later
|
|
Summary: This package provides Application Menu plugin for vala-panel
|
|
URL: %{forgeurl}
|
|
Source: %{forgesource}
|
|
|
|
BuildRequires: fdupes
|
|
BuildRequires: meson
|
|
BuildRequires: vala
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: libappstream-glib
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
BuildRequires: pkgconfig(gmodule-2.0)
|
|
BuildRequires: pkgconfig(libwnck-3.0)
|
|
BuildRequires: pkgconfig(x11)
|
|
BuildRequires: pkgconfig(libpeas-gtk-1.0)
|
|
BuildRequires: gtk-layer-shell-devel
|
|
|
|
%description
|
|
This is Application Menu (Global Menu) plugin.
|
|
It built using Unity protocol and libraries,
|
|
and share all Unity limitations and advancements.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
%description devel
|
|
%{summary}.
|
|
|
|
%prep
|
|
%forgeautosetup
|
|
|
|
%build
|
|
%meson -Dwnck=enabled -Dplatforms='layer-shell,x11'
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
%fdupes %buildroot%_datadir/locale/
|
|
%find_lang %{name}
|
|
# Already packaged
|
|
rm -rf %{buildroot}%{_datadir}/vala-panel/doc
|
|
|
|
%check
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/org.valapanel.application.desktop
|
|
# Seems to succeed with other appstream checkers and works but fails
|
|
#appstream-util validate-relax --nonet {buildroot}{_datadir}/appdata/org.valapanel.application.appdata.xml
|
|
|
|
%files -f %{name}.lang
|
|
%doc README.md
|
|
%license LICENSE
|
|
%config %{_sysconfdir}/xdg/vala-panel/
|
|
%{_bindir}/vala-*
|
|
%{_libdir}/libvalapanel.so.*
|
|
%dir %{_libdir}/vala-panel
|
|
%dir %{_libdir}/vala-panel/applets
|
|
%{_libdir}/vala-panel/applets/*.so
|
|
%{_datadir}/appdata/org.valapanel.application.appdata.xml
|
|
%{_datadir}/applications/org.valapanel.application.desktop
|
|
%{_datadir}/glib-2.0/schemas/*.xml
|
|
%{_datadir}/icons/hicolor/96x96/apps/vala-panel.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/vala-panel.svg
|
|
%{_datadir}/man/man1/*.1.gz
|
|
%dir %{_datadir}/vala-panel
|
|
%dir %{_datadir}/vala-panel/applets
|
|
%{_datadir}/vala-panel/applets/*.plugin
|
|
%dir %{_datadir}/vala-panel/images
|
|
%{_datadir}/vala-panel/images/background.png
|
|
|
|
%files devel
|
|
%doc README.md
|
|
%license LICENSE
|
|
%dir %{_includedir}/vala-panel
|
|
%{_includedir}/vala-panel/*.h
|
|
%{_libdir}/libvalapanel.so
|
|
%{_libdir}/pkgconfig/vala-panel.pc
|
|
%{_datadir}/vala/vapi/vala-panel.*
|
|
|
|
%changelog
|
|
%autochangelog
|