diff options
Diffstat (limited to 'gourmand/PKGBUILD')
| -rw-r--r-- | gourmand/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gourmand/PKGBUILD b/gourmand/PKGBUILD index 92e52c9..610fd62 100644 --- a/gourmand/PKGBUILD +++ b/gourmand/PKGBUILD | |||
| @@ -2,14 +2,13 @@ | |||
| 2 | 2 | ||
| 3 | pkgname='gourmand' | 3 | pkgname='gourmand' |
| 4 | pkgver=1.0.0 | 4 | pkgver=1.0.0 |
| 5 | pkgrel=3 | 5 | pkgrel=4 |
| 6 | pkgdesc="A recipe manager for desktop that can import recipes" | 6 | pkgdesc="A recipe manager for desktop that can import recipes" |
| 7 | arch=('any') | 7 | arch=('any') |
| 8 | url="https://github.com/GourmandRecipeManager/gourmand" | 8 | url="https://github.com/GourmandRecipeManager/gourmand" |
| 9 | license=('GPL') | 9 | license=('GPL') |
| 10 | depends=('python-gobject' 'gtk3' 'python-pyenchant' 'gst-python' 'python-pillow' 'python-sqlalchemy' 'python-lxml' 'python-cairo' 'python-requests') | 10 | depends=('python-gobject' 'gtk3' 'python-pyenchant' 'gst-python' 'python-pillow' 'python-sqlalchemy1.3' 'python-lxml' 'python-cairo' 'python-requests') |
| 11 | makedepends=('python-pip' 'gendesk') | 11 | makedepends=('python-pip' 'gendesk') |
| 12 | checkdepends=() | ||
| 13 | optdepends=( | 12 | optdepends=( |
| 14 | 'python-beautifulsoup4: Webpage import plugin' | 13 | 'python-beautifulsoup4: Webpage import plugin' |
| 15 | 'python-scrape-schema-recipe: Webpage import plugin' | 14 | 'python-scrape-schema-recipe: Webpage import plugin' |
| @@ -31,7 +30,6 @@ prepare() { | |||
| 31 | } | 30 | } |
| 32 | 31 | ||
| 33 | package() { | 32 | package() { |
| 34 | # https://wiki.archlinux.org/title/Python_package_guidelines#pip | ||
| 35 | PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl | 33 | PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl |
| 36 | install -D -m644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop" | 34 | install -D -m644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop" |
| 37 | } | 35 | } |
