summaryrefslogtreecommitdiff
path: root/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549
diff options
context:
space:
mode:
Diffstat (limited to '1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549')
-rw-r--r--1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310489899_apoyosis@correo.inta.gob.ar9
1 files changed, 9 insertions, 0 deletions
diff --git a/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310489899_apoyosis@correo.inta.gob.ar b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310489899_apoyosis@correo.inta.gob.ar
new file mode 100644
index 0000000..18c21db
--- /dev/null
+++ b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310489899_apoyosis@correo.inta.gob.ar
@@ -0,0 +1,9 @@
+propposed way to do this:
+* install depends and makedepends before running `makepkg -sr`
+* run `makepkg`
+* install depends and makedepends from the next pkgbuild
+* run `chcleanup` with a concatenation of clean system and current depends, this will remove the dependencies from the previous pkgbuild
+* run `makepkg`
+* etc.
+
+it's not perfect but it would ease things a little.