Skip to content

Commit

Permalink
fix(anki-qt5): fix usage of %patch (#1386)
Browse files Browse the repository at this point in the history
(cherry picked from commit af8cacd)
  • Loading branch information
madonuko authored and raboneko committed Jun 25, 2024
1 parent 9ac6398 commit 51d4fdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anda/apps/anki-qt5/anki-qt5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Anki is based on a theory called spaced repetition.
%prep
git clone https://github.com/ankitects/anki .
git checkout %version
%patch1 -p1
%patch 1 -p1

# See https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=anki-qt5

Expand Down
2 changes: 1 addition & 1 deletion anda/langs/python/protobuf/python3-protobuf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Name: python-%{pypi_name}
Version: 5.27.1
Release: 1%?dist
Release: 2%?dist
Summary: Protocol Buffers

License: BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion anda/lib/libindicator/terra-libindicator.spec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ developing applications that use %{name}-gtk3.

%prep
%setup -q -c
%patch1 -p1 -b .orig
%patch 1 -p1 -b .orig
# Remove all IDO references
# This is only needed for tools/indicator-loader.c
sed -i '6d' ./Makefile.am
Expand Down

0 comments on commit 51d4fdc

Please sign in to comment.