Skip to content

Commit

Permalink
* new group layout 'Disk name'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Böttger committed Apr 14, 2014
1 parent e5176c6 commit b6470a0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
@@ -1,2 +1,2 @@
Andreas Böttger <andreas.boettger@gmx.de>
Andreas Böttger <andy.boettger@gmail.com>
VastOne
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -59,4 +59,3 @@ dist: prepackage
# release : same as dist, but exclude debian/ folder
release: prepackage
tar -czf dist/$(PACKAGE)-$(VERSION).tar.gz . --transform=s/^[.]/$(PACKAGE)-$(VERSION)/ --exclude=\*~ --exclude=.git\* --exclude=.\*swp --exclude=./dist --exclude=./debian && echo wrote dist/$(PACKAGE)-$(VERSION).tar.gz

3 changes: 1 addition & 2 deletions debian/control
@@ -1,10 +1,9 @@
Source: gmusicbrowser-art
Section: sound
Priority: optional
Maintainer: Andreas Böttger <andreas.boettger@gmx.de>
Maintainer: Andreas Böttger <andy.boettger@gmail.com>
Build-Depends: debhelper (>= 7), debconf (>= 0.2.17)
Standards-Version: 3.9.1
Homepage: http://gmusicbrowser.deviantart.com/

Package: gmusicbrowser-art
Architecture: all
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
@@ -1,6 +1,6 @@
This package was debianized by Andreas Böttger Sculo <andreas.boettger@gmx.de>
This package was debianized by Andreas Böttger <andy.boettger@gmail.com>

Upstream author: Andreas Böttger <andreas.boettger@gmx.de>
Upstream author: Andreas Böttger <andy.boettger@gmail.com>

License:

Expand Down
7 changes: 7 additions & 0 deletions layouts/gmb-art_groups.layout
Expand Up @@ -54,3 +54,10 @@ case: picture(file='gmb-art_nocover.png',w=24,h=24,resize='s',x=0, y=0,pad=2)
album: aapic(x=3,y=4,w=case:w-5,h=case:h-7,aa='album')
title: text(x=case:w + 5,y=case:h/2 - title:h/2,markup='<b>'.if($disc,$disc,'?').'</b>')

{Group gmb-art_diskname}
title=_"gmb-art - Disk name"
head= max(case:h, title:h, album:h)
vcollapse=head
vmin = head
title: text(markup='<b><big>'.pesc($discname).'</big></b>',pad=2)

0 comments on commit b6470a0

Please sign in to comment.