Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 38015
Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +165 lines)
Line  Link Here
0
-- gtkfontsel-1.1.orig/AUTHORS
0
++ gtkfontsel-1.1/AUTHORS
Line 1 Link Here
1
Damon Chaplin <damon@karuna.freeserve.co.uk>
1
Damon Chaplin <damon@karuna.freeserve.co.uk>
2
-- gtkfontsel-1.1.orig/debian/changelog
2
++ gtkfontsel-1.1/debian/changelog
Line 0 Link Here
0
-- gtkfontsel-1.1.orig/debian/copyright
1
gtkfontsel (1.1-6) unstable; urgency=low
2
3
  * Replaced xlib6g-dev by xlibs-dev in Build-Depends: (Closes: #170125)
4
5
 -- Dima Barsky <dima@debian.org>  Mon, 23 Dec 2002 23:35:15 +0000
6
7
gtkfontsel (1.1-5) unstable; urgency=low
8
9
  * Some changes in the rules and control files to make the package 
10
    policy compliant (thanks to Josip Rodin).
11
  * Added menu entry (Closes: #65393)
12
13
 -- Dima Barsky <dima@debian.org>  Sun, 31 Dec 2000 17:07:40 +0000
14
15
gtkfontsel (1.1-4) unstable; urgency=low
16
17
  * Changed the copyright file to conform to Standards-Version: 3.2.1
18
19
 -- Dima Barsky <dima@debian.org>  Sun, 31 Dec 2000 15:43:11 +0000
20
21
gtkfontsel (1.1-3) unstable; urgency=low
22
23
  * Recompiled with GTK 1.2
24
25
 -- Dima Barsky <dima@debian.org>  Sat, 27 Feb 1999 01:21:43 +0000
26
27
gtkfontsel (1.1-2) unstable; urgency=low
28
29
  * Removed CFLAGS from the "rules" file. 
30
31
 -- Dima Barsky <dima@debian.org>  Wed,  3 Feb 1999 13:57:24 +0000
32
33
gtkfontsel (1.1-1) unstable; urgency=low
34
35
  * New mainstream version, compiled with GTK 1.1.11
36
37
 -- Dima Barsky <dima@debian.org>  Thu, 21 Jan 1999 20:49:38 +0000
38
39
gtkfontsel (1.0-1) unstable; urgency=low
40
41
  * Initial Release.
42
43
 -- Paul Seelig <pseelig@goofy.zdv.uni-mainz.de>  Fri, 30 Oct 1998 02:54:03 +0100
44
45
46
++ gtkfontsel-1.1/debian/copyright
Line 0 Link Here
0
-- gtkfontsel-1.1.orig/debian/control
1
This package was originally debianized by Paul Seelig 
2
<pseelig@goofy.zdv.uni-mainz.de> on Fri, 30 Oct 1998 02:54:03 +0100.
3
4
It was downloaded from "http://glade.pn.org/fontsel/".
5
6
Copyright:
7
8
gtkfontsel was written by Damon Chaplin <damon@karuna.freeserve.co.uk>
9
and is published under the licensing terms of the GPL. See the file
10
/usr/share/common-licenses/GPL for more details.
11
++ gtkfontsel-1.1/debian/control
Line 0 Link Here
0
-- gtkfontsel-1.1.orig/debian/menu
1
Source: gtkfontsel
2
Section: x11
3
Priority: optional
4
Maintainer: Dima Barsky <dima@debian.org>
5
Standards-Version: 3.5.7
6
Build-Depends: debhelper, xlibs-dev, libgtk1.2-dev, libglib1.2-dev
7
8
Package: gtkfontsel
9
Architecture: any
10
Depends: ${shlibs:Depends}
11
Description: A gtk+ based font selection utility
12
 This is a nice utility for browsing, previewing and selecting a X11 font 
13
 to insert its correct name via the X clipboard into a configuration file.
14
++ gtkfontsel-1.1/debian/menu
Line 0 Link Here
0
-- gtkfontsel-1.1.orig/debian/rules
1
?package(gtkfontsel):needs=x11 section=Apps/Tools\
2
  title="gtkfontsel" command="/usr/bin/gtkfontsel"
3
++ gtkfontsel-1.1/debian/rules
Line 0 Link Here
0
-- gtkfontsel-1.1.orig/gtkfontsel.1
1
#!/usr/bin/make -f
2
3
package=gtkfontsel
4
5
build:
6
	$(checkdir)
7
	./configure --prefix=/usr --mandir='$${prefix}/share/man'
8
	$(MAKE)
9
	touch build
10
11
clean:
12
	$(checkdir)
13
	dh_clean
14
	-$(MAKE) distclean
15
	rm -f build Makefile
16
	rm -f `find . -name "*~"`
17
	rm -rf debian/tmp debian/files* core debian/substvars
18
19
binary-indep: checkroot build
20
	$(checkdir)
21
# There are no architecture-independent files to be uploaded
22
# generated by this package.  If there were any they would be
23
# made here.
24
25
binary-arch: checkroot build
26
	$(checkdir)
27
	dh_clean
28
	install -d debian/tmp
29
	$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
30
	dh_installdocs NEWS README AUTHORS
31
	dh_installchangelogs
32
	dh_installmenu
33
	dh_installmanpages
34
	dh_strip
35
	dh_compress
36
	dh_fixperms
37
	dh_shlibdeps
38
	dh_gencontrol
39
	dh_installdeb
40
	dh_md5sums
41
	dh_builddeb
42
43
define checkdir
44
	test -f debian/rules
45
endef
46
47
binary: binary-indep binary-arch
48
49
checkroot:
50
	$(checkdir)
51
	test `id -u` = 0
52
53
.PHONY: binary binary-arch binary-indep clean checkroot
54
++ gtkfontsel-1.1/gtkfontsel.1
Line 0 Link Here
1
.TH GTKFONTSEL 1 
2
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
3
.\" other parms are allowed: see man(7), man(1)
4
.SH NAME
5
gtkfontsel \- a font selector program
6
.SH SYNOPSIS
7
.B gtkfontsel \[-print\]
8
.SH "DESCRIPTION"
9
This manual page documents briefly the
10
.BR gtkfontsel 
11
command.
12
It was written for the Debian GNU/Linux distribution
13
because the original program does not have a manual page.
14
.PP
15
.B gtkfontsel
16
is very similar to xfontsel,
17
but is hopefully much easier to use. After selecting a font, you can use the 'Copy Font Name' button to copy the
18
font name to the clipboard, so you can easily paste it into another
19
application.
20
21
It also supports the '-print' command line option which will print the selected
22
font name to stdout when the user hits 'Exit'.
23
.SH OPTIONS
24
.TP
25
.B \-print
26
Makes the program print the selected
27
font name to stdout when the user hits 'Exit'.
28
.SH "SEE ALSO"
29
.BR xfontsel (1x)
30
.SH AUTHOR
31
Damon Chaplin <damon@karuna.freeserve.co.uk>
32
.PP
33
This manual page was written by Dima Barsky <dima@debian.org>,
34
for the Debian GNU/Linux system (but may be used by others).

Return to bug 38015