Skip to content

Commit 4fe02d6

Browse files
committed
Fix issue caused by updating py-djangoql to 0.14.
Document search field was broken. See the-paperless-project/paperless#716
1 parent ad04923 commit 4fe02d6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

deskutils/py-paperless/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
PORTNAME= paperless
44
PORTVERSION= 2.7.0
5-
PORTREVISION= 8
5+
PORTREVISION= 9
66
CATEGORIES= deskutils python
77
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
88

99
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
1010
PATCHFILES+= b122931185fb.patch:-p1 # https://github.com/the-paperless-project/paperless/pull/712
11+
PATCHFILES+= b131c97d1d85.patch:-p1 # https://github.com/the-paperless-project/paperless/pull/716
1112

1213
MAINTAINER= [email protected]
1314
COMMENT= Index and archive scanned paper documents

deskutils/py-paperless/distinfo

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
TIMESTAMP = 1606774296
1+
TIMESTAMP = 1610652602
22
SHA256 (the-paperless-project-paperless-2.7.0_GH0.tar.gz) = 478823e12ea874dc0acd7f6ce038d221849cfcb797f0d6de57624bacdaa02839
33
SIZE (the-paperless-project-paperless-2.7.0_GH0.tar.gz) = 4038688
44
SHA256 (b122931185fb.patch) = 32076da28ca955c8b4db522478936aa76ef55033b8cb9ed6937ed37a393a1327
55
SIZE (b122931185fb.patch) = 1449
6+
SHA256 (b131c97d1d85.patch) = 42816d1c16f7f40c746c654be0ff6e80c75dcb17ea2220df0b43334696b4548d
7+
SIZE (b131c97d1d85.patch) = 1049

deskutils/py-paperless/pkg-plist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,13 @@ man/man7/paperless.7.gz
479479
%%WWWDIR%%/static/djangoql/css/syntax_help.css
480480
%%WWWDIR%%/static/djangoql/img/completion_example.png
481481
%%WWWDIR%%/static/djangoql/img/completion_example_scaled.png
482+
%%WWWDIR%%/static/djangoql/img/loading.gif
482483
%%WWWDIR%%/static/djangoql/js/completion.js
483484
%%WWWDIR%%/static/djangoql/js/completion_admin.js
484485
%%WWWDIR%%/static/djangoql/js/completion_admin_toggle.js
486+
%%WWWDIR%%/static/djangoql/js/completion_admin_toggle_off.js
485487
%%WWWDIR%%/static/djangoql/js/lib/lexer.js
488+
%%WWWDIR%%/static/djangoql/js/lib/LRUCache.js
486489
%%WWWDIR%%/static/documents/img/gif.png
487490
%%WWWDIR%%/static/documents/img/image.png
488491
%%WWWDIR%%/static/documents/img/jpg.png

0 commit comments

Comments
 (0)