]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.h
Drop support for generic tarball components
[builder.git] / source / sourcepackage.h
index 66296001e44229265753f3c52056cef6a2652b02..ed8ad40f7275f9d5ac364a3f7971cf805b31b050 100644 (file)
@@ -14,7 +14,7 @@
 class Builder;
 class BuildType;
 class FileTarget;
-class TarballComponent;
+class SourceArchiveComponent;
 
 /**
 A package that can be built by Builder.
@@ -42,7 +42,7 @@ public:
                void generate(const std::string &);
                void if_feature(const std::string &);
                void interface_version(const std::string &);
-               void source_tarball();
+               void source_archive();
                void tarball(const std::string &);
                void version(const std::string &);
        };
@@ -63,7 +63,7 @@ private:
        FeatureList features;
        BuildInfo build_info;
        ComponentList components;
-       TarballComponent *source_tarball;
+       SourceArchiveComponent *source_archive;
        Config config;
        mutable Cache cache;