Skip to content

Commit

Permalink
fix: espanso (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
pointydev authored Apr 30, 2024
1 parent 0ea3503 commit bd5248e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion anda/tools/espanso-wayland/espanso-wayland.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ BuildRequires: pkgconfig(xtst)
BuildRequires: pkgconfig(xkbcommon)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: wxGTK-devel
BuildRequires: openssl-devel

%description
A cross-platform Text Expander written in Rust. A text expander is a program
Expand All @@ -29,7 +30,7 @@ cd espanso

%build
cd espanso
%cargo_build -n -f vendored-tls -- --package={espanso,espanso-clipboard,espanso-config,espanso-detect,espanso-engine,espanso-info,espanso-inject,espanso-ipc,espanso-kvs,espanso-mac-utils,espanso-match,espanso-migrate,espanso-modulo,espanso-package,espanso-path,espanso-render,espanso-ui}
%cargo_build -n -f vendored-tls,"wayland" -- --package={espanso,espanso-clipboard,espanso-config,espanso-detect,espanso-engine,espanso-info,espanso-inject,espanso-ipc,espanso-kvs,espanso-mac-utils,espanso-match,espanso-migrate,espanso-modulo,espanso-package,espanso-path,espanso-render,espanso-ui}

%install
mkdir -p %buildroot%_bindir
Expand Down
3 changes: 2 additions & 1 deletion anda/tools/espanso-x11/espanso-x11.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ BuildRequires: pkgconfig(xtst)
BuildRequires: pkgconfig(xkbcommon)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: wxGTK-devel
BuildRequires: openssl-devel

%description
A cross-platform Text Expander written in Rust. A text expander is a program
Expand All @@ -29,7 +30,7 @@ cd espanso

%build
cd espanso
%cargo_build -n -f vendored-tls -- --package={espanso,espanso-clipboard,espanso-config,espanso-detect,espanso-engine,espanso-info,espanso-inject,espanso-ipc,espanso-kvs,espanso-mac-utils,espanso-match,espanso-migrate,espanso-modulo,espanso-package,espanso-path,espanso-render,espanso-ui}
%cargo_build -n -f vendored-tls,"default" -- --package={espanso,espanso-clipboard,espanso-config,espanso-detect,espanso-engine,espanso-info,espanso-inject,espanso-ipc,espanso-kvs,espanso-mac-utils,espanso-match,espanso-migrate,espanso-modulo,espanso-package,espanso-path,espanso-render,espanso-ui}

%install
mkdir -p %buildroot%_bindir
Expand Down

0 comments on commit bd5248e

Please sign in to comment.