From 78f5fcae5e0abc325e1290cd94cf30050b31f159 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 19 Dec 2022 21:16:09 +0300 Subject: Deleted package: gourmand --- gourmand/PKGBUILD | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 gourmand/PKGBUILD (limited to 'gourmand/PKGBUILD') diff --git a/gourmand/PKGBUILD b/gourmand/PKGBUILD deleted file mode 100644 index 92e52c9..0000000 --- a/gourmand/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Maintainer: Yigit Sever - -pkgname='gourmand' -pkgver=1.0.0 -pkgrel=3 -pkgdesc="A recipe manager for desktop that can import recipes" -arch=('any') -url="https://github.com/GourmandRecipeManager/gourmand" -license=('GPL') -depends=('python-gobject' 'gtk3' 'python-pyenchant' 'gst-python' 'python-pillow' 'python-sqlalchemy' 'python-lxml' 'python-cairo' 'python-requests') -makedepends=('python-pip' 'gendesk') -checkdepends=() -optdepends=( - 'python-beautifulsoup4: Webpage import plugin' - 'python-scrape-schema-recipe: Webpage import plugin' - 'python-selenium' - 'python-keyring' - 'python-ebooklib: EPub export plugin' - 'python-reportlab: Printing & PDF export plugin' - 'python-gtkspellcheck: Spell checking plugin' - 'nuspell: Spell checking' - 'hspell: Spell checking for Hebrew' - 'libvoikko: Spell checking for Finnish language' - ) -conflicts=('gourmet') -source=("$pkgname-$pkgver-py3-none-any.whl::$url/releases/download/$pkgver/$pkgname-$pkgver-py3-none-any.whl") -sha256sums=('9f1acf7098e62a8bca932ba43a9f1ee6b94978073824b96c5c1032fce23b12d4') - -prepare() { - gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" -} - -package() { - # https://wiki.archlinux.org/title/Python_package_guidelines#pip - PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl - install -D -m644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop" -} -- cgit v1.2.3-70-g09d2