summaryrefslogtreecommitdiffstats
path: root/rules/xorg-font-adobe-utopia-100dpi.make
Commit message (Collapse)AuthorAgeFilesLines
* rules: Replace deprecated <PKG>_AUTOCONFLadislav Michl2022-10-211-2/+2
| | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Message-Id: <Y08Hup6TEuGpHL7H@lenoch> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: Remove default assignments to <PKG>_PATH and <PKG>_ENVLadislav Michl2022-10-211-3/+0
| | | | | | | | | | | | | | | | | Undefined <PKG>_PATH is set to PATH=$(CROSS_PATH) for target packages, PATH=$(HOST_PATH) for host packages and PATH=$(HOST_CROSS_PATH) for cross packages. Undefined <PKG>_ENV is set to $(CROSS_ENV) for target packages, $(HOST_ENV) for host packages and $(HOST_CROSS_ENV) for cross packages. Remove those default assignments. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Message-Id: <Y020CJV4ztoMcXDS@lenoch> [mol: don't drop PNPUTILS_MAKE_ENV, it's still needed] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-font-adobe-utopia-100dpi: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* rules: use ptx/mirror for all mirror URLsMichael Olbrich2012-01-061-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* XORG fonts: A bunch of micro updatesJuergen Beisert2011-01-051-1/+1
| | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [xorg-font-adobe-utopia-100dpi] cleanup makefileMichael Olbrich2010-01-101-54/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [xorg-font-*] update fontsRobert Schwebel2009-10-261-3/+3
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * xorg: Update to Xorg 7.3. Add new dependencies libxcb andMichael Olbrich2007-10-191-2/+2
| | | | | | | pixman. Update all packages to the corresponding versions. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7540 33e552b5-05e3-0310-8538-816dae2090ed
* * xorg-font*:Marc Kleine-Budde2007-01-051-30/+28
| | | | | | | new font stuff git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6736 33e552b5-05e3-0310-8538-816dae2090ed
* redefined target install stage to minimize installation sizeLuotao Fu2006-12-151-3/+21
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6502 33e552b5-05e3-0310-8538-816dae2090ed
* merging to xorg7.1Luotao Fu2006-06-191-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5822 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.make:Marc Kleine-Budde2006-06-091-1/+0
| | | | | | | remove -include $(call package_depfile) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5707 33e552b5-05e3-0310-8538-816dae2090ed
* * Changed "patchin" macro to use the packet label instead of theRobert Schwebel2006-05-211-1/+1
| | | | | | | | direct value. This is part of the efford to make local packets possible. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5517 33e552b5-05e3-0310-8538-816dae2090ed
* changed get and extract macros to use packet labelsRobert Schwebel2006-05-141-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5497 33e552b5-05e3-0310-8538-816dae2090ed
* remove install stage from fonts. It breaks without the mkfontscale program ↵Sascha Hauer2006-03-021-1/+0
| | | | | | and it is not necessary git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4963 33e552b5-05e3-0310-8538-816dae2090ed
* new calling convention for install_* macros. see commit 4759 to Rules.makeSascha Hauer2006-02-241-10/+10
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4760 33e552b5-05e3-0310-8538-816dae2090ed
* use variable for font install dirSascha Hauer2006-02-241-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4747 33e552b5-05e3-0310-8538-816dae2090ed
* implement target_installSascha Hauer2006-02-231-1/+4
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4735 33e552b5-05e3-0310-8538-816dae2090ed
* Added xorg fontsErwin Rol2006-02-211-0/+133
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4693 33e552b5-05e3-0310-8538-816dae2090ed