# HG changeset patch # User prymula # Date 1707421263 -3600 # Node ID 1d063d3bf7ffb62bf4c4a03269e3e31547601a7e # Parent 40f51ad1e9badd878a871a6cf0bfc88de9612660 bing4desktop-0.240208-2.1 diff -r 40f51ad1e9ba -r 1d063d3bf7ff bing4desktop/DEBIAN/bing4desktop.dsc --- a/bing4desktop/DEBIAN/bing4desktop.dsc Thu Feb 08 18:29:07 2024 +0100 +++ b/bing4desktop/DEBIAN/bing4desktop.dsc Thu Feb 08 20:41:03 2024 +0100 @@ -5,19 +5,19 @@ Source: bing4desktop Binary: bing4desktop Architecture: all -Version: 0.240208-1 +Version: 0.240208-2 Maintainer: Przemysław R. Pietraszczyk Homepage: http://prymula.ct8.pl -DEBTRANSFORM-TAR: bing4desktop-0.240208-1.tar.gz +DEBTRANSFORM-TAR: bing4desktop-0.240208-2.tar.gz Standards-Version: 4.6.2.0 Build-Depends: debhelper-compat (>= 12), python3-all, dh-python, python3-requests, python3-tk, python3-pil.imagetk, python3-pystray, fakeroot Package-List: bing4desktop deb x11 optional arch=all Files: - b31649bc23b2b7bca9ab70ea3410711a 128820 bing4desktop-0.240208-1.tar.gz - 29e7e7e60bc81891e3da3871b9eeb549 764 bing4desktop-0.240208-1.debian.tar.gz + b31649bc23b2b7bca9ab70ea3410711a 128820 bing4desktop-0.240208-2.tar.gz + 29e7e7e60bc81891e3da3871b9eeb549 764 bing4desktop-0.240208-2.debian.tar.gz -----BEGIN PGP SIGNATURE----- diff -r 40f51ad1e9ba -r 1d063d3bf7ff bing4desktop/PKG/PKGBUILD --- a/bing4desktop/PKG/PKGBUILD Thu Feb 08 18:29:07 2024 +0100 +++ b/bing4desktop/PKG/PKGBUILD Thu Feb 08 20:41:03 2024 +0100 @@ -2,7 +2,7 @@ pkgname=bing4desktop pkgver=0.240208 -pkgrel=1 +pkgrel=2 pkgdesc="Beautify your desktop with photos from Bing search engine" arch=('any') url="prymula.ct8.pl" @@ -13,7 +13,7 @@ makedepends=('python' 'python-pillow' 'python-requests' 'tk') source=(${pkgname}-${pkgver}-${pkgrel}.tar.gz) noextract=() -sha256sums=('4610cb603906bd616d04403a187562706a0d978fcbbceae1d59120b1946d2d98') #generate with 'makepkg -g' || sha256sum +sha256sums=('9beeff843198412b8b9972faea2bb076ea0f5a3f73dca9a387ed0e007e8fcf24') #generate with 'makepkg -g' || sha256sum #build() { #cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}" diff -r 40f51ad1e9ba -r 1d063d3bf7ff bing4desktop/RPM/bing4desktop.spec --- a/bing4desktop/RPM/bing4desktop.spec Thu Feb 08 18:29:07 2024 +0100 +++ b/bing4desktop/RPM/bing4desktop.spec Thu Feb 08 20:41:03 2024 +0100 @@ -15,10 +15,10 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define unmangled_version 0.240208-1 +%define unmangled_version 0.240208-2 Name: bing4desktop Version: 0.240208 -Release: 1 +Release: 2 Summary: Beautify your desktop with photos from Bing search engine License: Public Domain URL: https://prymula.ct8.pl diff -r 40f51ad1e9ba -r 1d063d3bf7ff bing4desktop/bing4desktop.py --- a/bing4desktop/bing4desktop.py Thu Feb 08 18:29:07 2024 +0100 +++ b/bing4desktop/bing4desktop.py Thu Feb 08 20:41:03 2024 +0100 @@ -20,7 +20,7 @@ import shutil import glob -ver = "0.240208-1" +ver = "0.240208-2" BING_URI_BASE = "http://www.bing.com" BING_WALLPAPER_PATH = "/HPImageArchive.aspx?format=js&idx=0&n=1&mkt=en-US" @@ -201,7 +201,6 @@ item('Tapeta następna', lambda icon, item: self.change_pic(-1, icon)), item('Opis zdjęcia', lambda icon, item: icon.notify(TMP_TITLE + ' --- ' + TMP_COPYRIGHT)), item('O Programie', lambda icon, item: self.about()), - item('Wyjdź', self.quit_window) ) self.frame = tk.Frame(self.window, width=600, height=400)