From 0697066af482b6bd9f74cd627f60c33dd0feb0b7 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 9 Sep 2024 09:27:11 +0200 Subject: Deleted package: gourmand --- gourmand/.SRCINFO | 33 --------------------------------- gourmand/PKGBUILD | 35 ----------------------------------- 2 files changed, 68 deletions(-) delete mode 100644 gourmand/.SRCINFO delete mode 100644 gourmand/PKGBUILD diff --git a/gourmand/.SRCINFO b/gourmand/.SRCINFO deleted file mode 100644 index de3e92c..0000000 --- a/gourmand/.SRCINFO +++ /dev/null @@ -1,33 +0,0 @@ -pkgbase = gourmand - pkgdesc = A recipe manager for desktop that can import recipes - pkgver = 1.0.0 - pkgrel = 4 - url = https://github.com/GourmandRecipeManager/gourmand - arch = any - license = GPL - makedepends = python-pip - makedepends = gendesk - depends = python-gobject - depends = gtk3 - depends = python-pyenchant - depends = gst-python - depends = python-pillow - depends = python-sqlalchemy1.3 - depends = python-lxml - depends = python-cairo - depends = python-requests - optdepends = python-beautifulsoup4: Webpage import plugin - optdepends = python-scrape-schema-recipe: Webpage import plugin - optdepends = python-selenium - optdepends = python-keyring - optdepends = python-ebooklib: EPub export plugin - optdepends = python-reportlab: Printing & PDF export plugin - optdepends = python-gtkspellcheck: Spell checking plugin - optdepends = nuspell: Spell checking - optdepends = hspell: Spell checking for Hebrew - optdepends = libvoikko: Spell checking for Finnish language - conflicts = gourmet - source = gourmand-1.0.0-py3-none-any.whl::https://github.com/GourmandRecipeManager/gourmand/releases/download/1.0.0/gourmand-1.0.0-py3-none-any.whl - sha256sums = 9f1acf7098e62a8bca932ba43a9f1ee6b94978073824b96c5c1032fce23b12d4 - -pkgname = gourmand diff --git a/gourmand/PKGBUILD b/gourmand/PKGBUILD deleted file mode 100644 index 610fd62..0000000 --- a/gourmand/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Maintainer: Yigit Sever - -pkgname='gourmand' -pkgver=1.0.0 -pkgrel=4 -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-sqlalchemy1.3' 'python-lxml' 'python-cairo' 'python-requests') -makedepends=('python-pip' 'gendesk') -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() { - 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