diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-07 11:32:40 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-07 11:32:40 -0300 |
commit | 8830f66b6ffb7e6540bd13cc400fb47cda61ed81 (patch) | |
tree | d3a3310b013b863596a55523bd1b003946623dfb | |
parent | 8335b2111a3dfd92d867fdaa85877759e17c9f24 (diff) | |
parent | 833b9f93474a60670af7c167dcf902c6509e87a1 (diff) |
origin pullticgit
8 files changed, 19 insertions, 0 deletions
diff --git a/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/ASSIGNED_apoyosis@correo.inta.gob.ar b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/ASSIGNED_apoyosis@correo.inta.gob.ar new file mode 100644 index 0000000..a8754cd --- /dev/null +++ b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/ASSIGNED_apoyosis@correo.inta.gob.ar @@ -0,0 +1 @@ +apoyosis@correo.inta.gob.ar diff --git a/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310487791_apoyosis@correo.inta.gob.ar b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310487791_apoyosis@correo.inta.gob.ar new file mode 100644 index 0000000..b9dcfef --- /dev/null +++ b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/COMMENT_1310487791_apoyosis@correo.inta.gob.ar @@ -0,0 +1,4 @@ + +for instance if two packages need python2 to build, and you build one after +another, python2 will be installed, uninstalled and installed again, +instead of just installing once and removed once it's not needed anymore. 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. diff --git a/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/STATE_open b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/STATE_open new file mode 100644 index 0000000..f510327 --- /dev/null +++ b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/STATE_open @@ -0,0 +1 @@ +open diff --git a/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/TAG_fullpkg b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/TAG_fullpkg new file mode 100644 index 0000000..6543890 --- /dev/null +++ b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/TAG_fullpkg @@ -0,0 +1 @@ +TAG_fullpkg diff --git a/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/TICKET_ID b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/TICKET_ID new file mode 100644 index 0000000..e56072b --- /dev/null +++ b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/TICKET_ID @@ -0,0 +1 @@ +1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549 diff --git a/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/TICKET_TITLE b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/TICKET_TITLE new file mode 100644 index 0000000..3cc9838 --- /dev/null +++ b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/TICKET_TITLE @@ -0,0 +1 @@ +fullpkg's find_deps also should find shared depends and makedepends diff --git a/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/TITLE b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/TITLE new file mode 100644 index 0000000..3cc9838 --- /dev/null +++ b/1310487791_fullpkg-s-find-deps-also-should-find-shared-depends-and-makedepends_549/TITLE @@ -0,0 +1 @@ +fullpkg's find_deps also should find shared depends and makedepends |