mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +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>
56 lines
1.7 KiB
RPMSpec
56 lines
1.7 KiB
RPMSpec
Name: rnote
|
|
Version: 0.7.0
|
|
Release: 1%{?dist}
|
|
Summary: Sketch and take handwritten notes.
|
|
License: GPL-3.0
|
|
URL: https://github.com/flxzt/rnote
|
|
Source0: %{url}/archive/refs/tags/v%version.tar.gz
|
|
Requires: gtk4
|
|
BuildRequires: cargo meson cmake libappstream-glib gcc-c++ pkgconfig(alsa) alsa-lib clang-devel python
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.66
|
|
BuildRequires: pkgconfig(gtk4) >= 4.7
|
|
BuildRequires: pkgconfig(libadwaita-1) >= 1.2
|
|
BuildRequires: pkgconfig(poppler-glib) >= 22.07
|
|
|
|
%description
|
|
Rnote is an open-source vector-based drawing app for sketching, handwritten
|
|
notes and to annotate documents and pictures. Targeted at students, teachers
|
|
and those who own a drawing tablet, it provides features like PDF and picture
|
|
import/export, an infinite canvas and an adaptive UI for big and small screens.
|
|
|
|
%prep
|
|
%autosetup -n rnote-%{version}
|
|
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE
|
|
|
|
%_bindir/rnote
|
|
%_datadir/applications/com.github.flxzt.rnote.desktop
|
|
%_datadir/glib-2.0/schemas/com.github.flxzt.rnote.gschema.xml
|
|
%_datadir/icons/hicolor/scalable/apps/com.github.flxzt.rnote.svg
|
|
%_datadir/icons/hicolor/scalable/mimetypes/application-rnote.svg
|
|
%_datadir/icons/hicolor/symbolic/apps/com.github.flxzt.rnote-symbolic.svg
|
|
%_datadir/locale/*/LC_MESSAGES/rnote.mo
|
|
%_datadir/metainfo/com.github.flxzt.rnote.metainfo.xml
|
|
%_datadir/mime/packages/com.github.flxzt.rnote.xml
|
|
%_datadir/rnote/
|
|
|
|
|
|
%changelog
|
|
* Wed Nov 2 2022 windowsboy111 <windowsboy111@fyralabs.com> - 0.5.7-1
|
|
- Fix requires
|
|
|
|
* Sun Oct 23 2022 windowsboy111 <windowsboy111@fyralabs.com> - 0.5.7-1
|
|
- Initial package
|