File: control

package info (click to toggle)
gbdfed 1.6-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 2,376 kB
  • sloc: ansic: 42,701; makefile: 214; sh: 23
file content (27 lines) | stat: -rw-r--r-- 871 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: gbdfed
Section: x11
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libgtk2.0-dev,
 libxmu-dev,
 pkgconf,
Vcs-Browser: https://salsa.debian.org/debian/gbdfed
Vcs-Git: https://salsa.debian.org/debian/gbdfed.git
Standards-Version: 4.6.2
Homepage: https://github.com/andrewshadura/gbdfed

Package: gbdfed
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: X11 font editor
 gbdfed lets you interactively create new bitmap font files or modify existing
 ones. It allows editing multiple fonts and multiple glyphs, it allows cut and
 paste operations between fonts and glyphs and editing font properties. The
 editor works natively with BDF fonts.
 .
 This editor is the successor of xmbdfed and is using the GTK+ toolkit instead
 of the Motif toolkit for better user experience.