comparison bing4desktop/PKG/PKGBUILD @ 24:02409f02eea6

bing4desktop-0.240208-0
author prymula <prymula76@outlook.com>
date Thu, 08 Feb 2024 11:37:04 +0100
parents 7f02682ff5ed
children 61c9889ed899
comparison
equal deleted inserted replaced
23:45b565b7b853 24:02409f02eea6
1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com> 1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com>
2 2
3 pkgname=bing4desktop 3 pkgname=bing4desktop
4 pkgver=0.240207 4 pkgver=0.240208
5 pkgrel=4 5 pkgrel=0
6 pkgdesc="Beautify your desktop with photos from Bing search engine" 6 pkgdesc="Beautify your desktop with photos from Bing search engine"
7 arch=('any') 7 arch=('any')
8 url="prymula.ct8.pl" 8 url="prymula.ct8.pl"
9 license=('Public Domain') 9 license=('Public Domain')
10 groups=() 10 groups=()
11 provides=('bing4desktop') 11 provides=('bing4desktop')
12 depends=('python' 'python-pillow' 'python-requests' 'tk') 12 depends=('python' 'python-pillow' 'python-requests' 'tk')
13 makedepends=('python' 'python-pillow' 'python-requests' 'tk') 13 makedepends=('python' 'python-pillow' 'python-requests' 'tk')
14 source=(${pkgname}-${pkgver}-${pkgrel}.tar.gz) 14 source=(${pkgname}-${pkgver}-${pkgrel}.tar.gz)
15 noextract=() 15 noextract=()
16 sha256sums=('4a302766271ec0c62e4783d507b05534191c976e8b543197da59de759b8d1a1c') #generate with 'makepkg -g' || sha256sum 16 sha256sums=('4610cb603906bd616d04403a187562706a0d978fcbbceae1d59120b1946d2d98') #generate with 'makepkg -g' || sha256sum
17 17
18 #build() { 18 #build() {
19 #cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}" 19 #cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}"
20 #python -m build --wheel --no-isolation 20 #python -m build --wheel --no-isolation
21 #} 21 #}