summaryrefslogtreecommitdiff
path: root/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepend.../COMMENT_1310489899_apoyosis@correo.inta.gob.ar
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-09-07 11:32:40 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-09-07 11:32:40 -0300
commit8830f66b6ffb7e6540bd13cc400fb47cda61ed81 (patch)
treed3a3310b013b863596a55523bd1b003946623dfb /1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310489899_apoyosis@correo.inta.gob.ar
parent8335b2111a3dfd92d867fdaa85877759e17c9f24 (diff)
parent833b9f93474a60670af7c167dcf902c6509e87a1 (diff)
origin pullticgit
Diffstat (limited to '1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310489899_apoyosis@correo.inta.gob.ar')
-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.