-rw-r--r-- | qt/control/qpf-bitstream-vera-light.control | 11 | ||||
-rwxr-xr-x | qt/control/qpf-bitstream-vera-light.postinst | 11 | ||||
-rw-r--r-- | qt/qpf-bitstream-vera.control | 6 |
3 files changed, 26 insertions, 2 deletions
diff --git a/qt/control/qpf-bitstream-vera-light.control b/qt/control/qpf-bitstream-vera-light.control new file mode 100644 index 0000000..b9943fb --- a/dev/null +++ b/qt/control/qpf-bitstream-vera-light.control | |||
@@ -0,0 +1,11 @@ | |||
1 | Package: qpf-bitstream-vera-light | ||
2 | Files: $QTDIR/lib/fonts/vera_{80,100,120}_{50,50i,75,75i}.* | ||
3 | Version: 1.10-3 | ||
4 | Priority: optional | ||
5 | Section: base | ||
6 | Depends: qte-fonts-common | ||
7 | Provides: qpf-bitstream-vera | ||
8 | Replaces: qpf-bitstream-vera | ||
9 | Maintainer: Chris Larson <kergoth@handhelds.org> | ||
10 | Architecture: all | ||
11 | Description: Bitstream Vera Fonts - small sizes - QPF format | ||
diff --git a/qt/control/qpf-bitstream-vera-light.postinst b/qt/control/qpf-bitstream-vera-light.postinst new file mode 100755 index 0000000..9671d9a --- a/dev/null +++ b/qt/control/qpf-bitstream-vera-light.postinst | |||
@@ -0,0 +1,11 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | set -e | ||
4 | |||
5 | if [ "$1" != "configure" ]; then | ||
6 | exit 0 | ||
7 | fi | ||
8 | |||
9 | . /etc/profile | ||
10 | |||
11 | update-qtfontdir | ||
diff --git a/qt/qpf-bitstream-vera.control b/qt/qpf-bitstream-vera.control index db62392..38fdf75 100644 --- a/qt/qpf-bitstream-vera.control +++ b/qt/qpf-bitstream-vera.control | |||
@@ -1,8 +1,10 @@ | |||
1 | Package: qpf-bitstream-vera | 1 | Package: qpf-bitstream-vera |
2 | Files: $QTDIR/lib/fonts/vera_*_{50,50i,75,75i}.* | 2 | Files: $QTDIR/lib/fonts/vera_{80,100,120,140,160,180}_{50,50i,75,75i}.* |
3 | Version: 1.10-1 | 3 | Version: 1.10-3 |
4 | Priority: optional | 4 | Priority: optional |
5 | Section: base | 5 | Section: base |
6 | Depends: qte-fonts-common | ||
7 | Replaces: qpf-bitstream-vera-light | ||
6 | Maintainer: Chris Larson <kergoth@handhelds.org> | 8 | Maintainer: Chris Larson <kergoth@handhelds.org> |
7 | Architecture: all | 9 | Architecture: all |
8 | Description: Bitstream Vera Fonts - QPF format | 10 | Description: Bitstream Vera Fonts - QPF format |