puddletag: update to 1.1.1
This commit is contained in:
parent
1147c6c02b
commit
99b0def13b
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- source/puddlestuff/puddleobjects.py 2015-11-02 15:55:52.830814590 +0100
|
|
||||||
+++ source/puddlestuff/puddleobjects.py 2015-11-02 15:55:59.994099731 +0100
|
|
||||||
@@ -1418,7 +1418,7 @@
|
|
||||||
super(ArtworkLabel, self).__init__(*args, **kwargs)
|
|
||||||
|
|
||||||
pal = self.palette()
|
|
||||||
- pal.setBrush(self.backgroundRole(), QBrush(QPalette.Window))
|
|
||||||
+ pal.setBrush(self.backgroundRole(), QBrush(pal.window()))
|
|
||||||
self.setAutoFillBackground(True)
|
|
||||||
self.setPalette(pal)
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'puddletag'
|
# Template file for 'puddletag'
|
||||||
pkgname=puddletag
|
pkgname=puddletag
|
||||||
version=1.0.5
|
version=1.1.1
|
||||||
revision=2
|
revision=2
|
||||||
short_desc="MP3 tagging GUI"
|
short_desc="MP3 tagging GUI"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://puddletag.sourceforge.net"
|
homepage="http://puddletag.sourceforge.net"
|
||||||
distfiles=https://github.com/keithgg/puddletag/archive/v${version}.tar.gz
|
distfiles=https://github.com/keithgg/puddletag/archive/${version}.tar.gz
|
||||||
checksum=f94ebcc4ed31389574c187197b99256bec1f96e1e7d4dd61730e88f79deeaba2
|
checksum=550680abf9c2cf082861dfb3b61fd308f87f9ed304065582cddadcc8bdd947cc
|
||||||
build_wrksrc=source
|
build_wrksrc=source
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue