Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 79a8000

Browse files
committed
Remove Inkscape and its dependencies
The source code is currently hosted on GitLab (since 2017, see https://inkscape.org/news/2017/06/10/inkscape-moves-gitlab/) and I have reason to believe that they have been using Bazaar on Launchpad in between. The spec file referenced SVN on SourceForge, draw your own conclusions.
1 parent 4c6816a commit 79a8000

34 files changed

+3
-1074
lines changed

GNUmakefile

+2-5
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,14 @@ lily% cygwin%:
2929
$(MAKE) -f lilypond.make $@
3030

3131
denemo-%:
32-
$(MAKE) -f inkscape.make $@
33-
34-
inkscape-%:
35-
$(MAKE) -f inkscape.make $@
32+
$(MAKE) -f denemo.make $@
3633

3734
test:
3835
rm -rf target
3936
make -f lilypond.make tools LOCAL_GUB_OPTIONS=-vvv
4037
bin/gub -p $(BUILD_PLATFORM) --branch=lilypond=master:master lilypond -vvv
4138

42-
README: web/index.html web/basics.html web/lilypond.html web/denemo.html web/inkscape.html web/history.html web/links.html
39+
README: web/index.html web/basics.html web/lilypond.html web/denemo.html web/history.html web/links.html
4340
w3m -dump $^ | sed 's/website by.*$..//' > $@
4441

4542
web: README

README

-36
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Send bug reports and patches to [email protected].
4343
Supported installer packages
4444

4545
GNU Denemo
46-
Inkscape
4746
GNU LilyPond
4847
with all essential dependencies. Currently, 207 package build specifications
4948
are included in GUB.
@@ -137,12 +136,6 @@ Examples
137136

138137
this leaves the installer in uploads/
139138

140-
* Build Inkscape for your platform
141-
142-
bin/gub inkscape-installer
143-
144-
this leaves the installer in uploads/
145-
146139
* Cross build Denemo (http://denemo.org) for Windows (mingw32)
147140

148141
make denemo
@@ -624,35 +617,6 @@ More examples
624617

625618

626619

627-
GUB -- Inkscape
628-
629-
INSTALLING
630-
631-
Optional: Prepare build environment
632-
633-
make -f inkscape.make bootstrap
634-
635-
Build everything
636-
637-
make inkscape
638-
639-
this leaves installers in uploads/
640-
641-
More examples
642-
643-
* Build all Inkscape installers
644-
645-
make inkscape
646-
647-
this leaves installers for GNU/Linux (x86, x86_64, powerpc),
648-
FreeBSD (x86, x86_64) and Windows, and documentation in uploads/
649-
650-
OR (old style)
651-
652-
bin/gub inkscape
653-
bin/gib inkscape --branch=inkscape=trunk inkscape
654-
655-
656620

657621
GUB the Grand Unified Builder
658622

gub/mirrors.py

-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@
8383
gcc_41 = 'ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-%(version)s/gcc-%(version)s.tar.bz2'
8484
gcc_snap = 'ftp://ftp.fu-berlin.de/unix/languages/gcc/snapshots/%(version)s/gcc-%(version)s.tar.bz2'
8585

86-
boost_1_33_1 = 'http://surfnet.dl.sourceforge.net/sourceforge/boost/boost_1_33_1.tar.%(format)s'
87-
8886
gnucvs = ':pserver:[email protected]:/cvsroot/%(name)s'
8987

9088
redhat_snapshots = 'ftp://sources.redhat.com/pub/%(name)s/snapshots/%(name)s-%(version)s.tar.%(format)s'

gub/specs/boost-jam.py

-10
This file was deleted.

gub/specs/boost.py

-203
This file was deleted.

gub/specs/cairomm.py

-9
This file was deleted.

gub/specs/gsl.py

-4
This file was deleted.

gub/specs/gtkmm.py

-5
This file was deleted.

gub/specs/inkscape-installer.py

-33
This file was deleted.

0 commit comments

Comments
 (0)